/* ========================================================================
   NDIS WEBSITE DESIGN — SINGLE SERVICE PAGE ADD-ON
   Load this file AFTER the existing home/global stylesheet.
   Existing home CSS is not replaced or edited.
   All page rules are scoped to .ndis-service-design-page.
   ======================================================================== */

.ndis-service-design-page {
  /* Aliases mapped to the existing website design tokens */
  --sd-purple: var(--purple, #702671);
  --sd-purple-dark: var(--purple-900, #4e1a50);
  --sd-purple-mid: var(--purple-800, #5c1f5e);
  --sd-purple-light: var(--purple-50, #f6eef7);
  --sd-purple-soft: var(--purple-100, #ebdcec);
  --sd-green: var(--green, #80bd42);
  --sd-green-dark: var(--green-700, #6ba332);
  --sd-green-soft: var(--green-50, #f1f9e8);
  --sd-ink: var(--ink, #1b1420);
  --sd-body: var(--body, #44394a);
  --sd-muted: var(--muted, #7b6f82);
  --sd-line: var(--line, #eae1ec);
  --sd-line-soft: var(--line-soft, #f3edf4);
  --sd-cream: var(--cream, #faf6f5);
  --sd-white: var(--white, #fff);
  --sd-bg-soft: var(--bg-soft, #fbf8fc);
  --sd-radius-sm: var(--radius-md, 6px);
  --sd-radius: var(--radius-xl, 16px);
  --sd-radius-lg: var(--radius-2xl, 22px);
  --sd-pill: var(--radius-pill, 999px);
  --sd-shadow-sm: var(--shadow-md, 0 4px 12px rgba(27, 20, 32, .06));
  --sd-shadow: var(--shadow-lg, 0 12px 32px rgba(27, 20, 32, .10));

  color: var(--sd-body);
  background: var(--sd-white);
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  line-height: 1.6;
}

.ndis-service-design-page .sd-specialist-card::after {
    background: #702671;
}


.ndis-service-design-page main,
.ndis-service-design-page section,
.ndis-service-design-page div,
.ndis-service-design-page article,
.ndis-service-design-page form,
.ndis-service-design-page input,
.ndis-service-design-page textarea,
.ndis-service-design-page button {
  box-sizing: border-box;
}

.ndis-service-design-page h1,
.ndis-service-design-page h2,
.ndis-service-design-page h3,
.ndis-service-design-page h4 {
  color: var(--sd-ink);
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-weight: 700;
  letter-spacing: -.025em;
}

.ndis-service-design-page p {
  color: var(--sd-body);
}

.ndis-service-design-page a {
  text-decoration: none;
}

.ndis-service-design-page button,
.ndis-service-design-page input,
.ndis-service-design-page textarea {
  font-family: inherit;
}

.ndis-service-design-page .hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.ndis-service-design-page .sd-anchor {
  position: relative;
  top: -28px;
}

/* ========================================================================
   HERO + ENQUIRY FORM
   ======================================================================== */
.ndis-service-design-page .sd-hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  padding: 74px 0 68px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .10), transparent 31%),
    linear-gradient(112deg, var(--sd-purple) 0%, #7b3180 56%, var(--sd-purple-dark) 100%);
}

section.sd-section.sd-outcomes {
    background: #702671;
    padding: 0px;
}

.ndis-service-design-page .sd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255, 255, 255, .25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .25) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 46%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 46%, #000);
}

.ndis-service-design-page .sd-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -180px;
  bottom: -320px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: rgba(128, 189, 66, .15);
}

.ndis-service-design-page .sd-hero-mockups {
  position: absolute;
  inset: 0 0 0 auto;
  width: 43%;
  overflow: hidden;
  opacity: .20;
  pointer-events: none;
}

.ndis-service-design-page .sd-mockup {
  position: absolute;
  width: 330px;
  height: 210px;
  border: 8px solid rgba(255, 255, 255, .82);
  border-radius: 20px;
  background:
    linear-gradient(var(--sd-green) 0 0) 24px 28px / 92px 13px no-repeat,
    linear-gradient(rgba(112, 38, 113, .22) 0 0) 24px 57px / 210px 9px no-repeat,
    linear-gradient(rgba(112, 38, 113, .12) 0 0) 24px 76px / 160px 9px no-repeat,
    linear-gradient(135deg, #fff, var(--sd-purple-light));
  box-shadow: 0 30px 70px rgba(28, 4, 32, .40);
}

.ndis-service-design-page .sd-mockup::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  height: 78px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(112, 38, 113, .95), rgba(128, 189, 66, .78));
}

.ndis-service-design-page .sd-mockup-one {
  top: -42px;
  right: -12px;
  transform: rotate(13deg);
}

.ndis-service-design-page .sd-mockup-two {
  top: 245px;
  right: 145px;
  transform: rotate(-8deg) scale(.86);
}

.ndis-service-design-page .sd-mockup-three {
  right: -65px;
  bottom: -25px;
  transform: rotate(8deg) scale(.76);
}

.ndis-service-design-page .sd-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  color: #fff;
}

.ndis-service-design-page .sd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--sd-pill);
  color: #fff;
  font-family: var(--font-ui, "Sora", sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.ndis-service-design-page .sd-eyebrow i {
  color: #d8ff9d;
}

.ndis-service-design-page .sd-hero h1 {
  max-width: 690px;
  margin: 17px 0 17px;
  color: #fff;
  font-size: clamp(38px, 3.25vw, 48px);
  line-height: 1.08;
  letter-spacing: -.038em;
}

.ndis-service-design-page .sd-hero h1 span {
  color: #d8ff9d;
}

.ndis-service-design-page .sd-hero-lead {
  max-width: 630px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 16px;
  line-height: 1.67;
}

.ndis-service-design-page .sd-hero-sub {
  max-width: 625px;
  margin: 0;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 15px;
  line-height: 1.65;
}

.ndis-service-design-page .sd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ndis-service-design-page .sd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 25px;
  border: 2px solid transparent;
  border-radius: var(--sd-pill);
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.ndis-service-design-page .sd-btn:hover {
  transform: translateY(-2px);
}

.ndis-service-design-page .sd-btn-light {
  color: var(--sd-purple);
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 4, 31, .18);
}

.ndis-service-design-page .sd-btn-light:hover {
  color: var(--sd-purple-dark);
  box-shadow: 0 16px 32px rgba(26, 4, 31, .24);
}

.ndis-service-design-page .sd-btn-outline {
  border-color: rgba(255, 255, 255, .88);
  color: #fff;
  background: rgba(255, 255, 255, .04);
}

.ndis-service-design-page .sd-btn-outline:hover {
  color: var(--sd-purple);
  background: #fff;
}

.ndis-service-design-page .sd-btn-lime {
  color: #fff;
  background: var(--sd-green);
  box-shadow: 0 10px 24px rgba(128, 189, 66, .24);
}

.ndis-service-design-page .sd-btn-lime:hover {
  color: #fff;
  background: var(--sd-green-dark);
}

.ndis-service-design-page .sd-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  margin-top: 29px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.ndis-service-design-page .sd-hero-stats > div {
  padding: 0 17px;
  border-right: 1px solid rgba(255, 255, 255, .24);
}

.ndis-service-design-page .sd-hero-stats > div:first-child {
  padding-left: 0;
}

.ndis-service-design-page .sd-hero-stats > div:last-child {
  border-right: 0;
}

.ndis-service-design-page .sd-hero-stats strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.ndis-service-design-page .sd-hero-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .70);
  font-size: 12px;
  line-height: 1.35;
}

/* Form */
.ndis-service-design-page .sd-form-card {
  position: relative;
  z-index: 3;
  max-width: 470px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(26, 5, 31, .34);
}

.ndis-service-design-page .sd-form-title {
  padding: 17px 24px 11px;
  color: #0b0b0b;
  background: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.ndis-service-design-page .sd-form-ribbon {
  padding: 9px 20px;
  color: #fff;
  background: var(--sd-purple);
  text-align: center;
  font-family: var(--font-ui, "Sora", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ndis-service-design-page .sd-form-body {
  padding: 20px 28px 25px;
}

.ndis-service-design-page .sd-form-body form {
  display: grid;
  gap: 10px;
}

.ndis-service-design-page .sd-form-body .form-control {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid #dedade;
  border-radius: 9px;
  outline: 0;
  color: var(--sd-ink);
  background: #f7f7f7;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ndis-service-design-page .sd-form-body textarea.form-control {
  min-height: 108px;
  resize: vertical;
}

.ndis-service-design-page .sd-form-body .form-control:focus {
  border-color: var(--sd-purple);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(112, 38, 113, .09);
}

.ndis-service-design-page .sd-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 51px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--sd-green-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease;
}

.ndis-service-design-page .sd-form-submit:hover {
  transform: translateY(-1px);
  background: var(--sd-green);
}

.ndis-service-design-page .sd-form-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.ndis-service-design-page .sd-form-note {
  display: block;
  color: var(--sd-muted);
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
}

.ndis-service-design-page .sd-form-note i {
  margin-right: 4px;
  color: var(--sd-green-dark);
}

.sd-visual-score {
    display: none !important;
}

/* ========================================================================
   PROOF STRIP
   ======================================================================== */
.ndis-service-design-page .sd-proof-strip {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid var(--sd-line);
  background: #fff;
  box-shadow: 0 10px 30px rgba(27, 20, 32, .05);
}

.ndis-service-design-page .sd-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ndis-service-design-page .sd-proof-grid > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 86px;
  padding: 15px 21px;
  border-right: 1px solid var(--sd-line);
}

.ndis-service-design-page .sd-proof-grid > div:last-child {
  border-right: 0;
}

.ndis-service-design-page .sd-proof-grid i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 11px;
  color: var(--sd-purple);
  background: var(--sd-purple-light);
  font-size: 27px;
}

.ndis-service-design-page .sd-proof-grid span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.ndis-service-design-page .sd-proof-grid strong {
  color: var(--sd-ink);
  font-size: 13px;
  font-weight: 700;
}

.ndis-service-design-page .sd-proof-grid small {
  margin-top: 4px;
  color: var(--sd-muted);
  font-size: 11px;
}

/* ========================================================================
   SHARED SECTION STYLES
   ======================================================================== */
.ndis-service-design-page .sd-section {
  padding: 88px 0;
}

.ndis-service-design-page .sd-section-head {
  max-width: 760px;
  margin-bottom: 0px;
}

.ndis-service-design-page .sd-section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
}

.ndis-service-design-page .sd-section-head-row > div:first-child {
  max-width: 750px;
}

.ndis-service-design-page .sd-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: var(--sd-pill);
  color: var(--sd-purple);
  background: var(--sd-purple-light);
  font-family: var(--font-ui, "Sora", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ndis-service-design-page .sd-kicker-light {
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  background: rgba(255, 255, 255, .09);
}

.ndis-service-design-page .sd-section h2 {
  margin: 13px 0 12px;
  font-size: clamp(31px, 2.6vw, 35px);
  line-height: 45px;
}

.ndis-service-design-page .sd-section-head > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
}

/* ========================================================================
   SPECIALIST CAROUSEL
   ======================================================================== */
.ndis-service-design-page .sd-carousel-section {
  background: var(--sd-cream);
}

.ndis-service-design-page .sd-carousel {
  overflow: hidden;
}

.ndis-service-design-page .sd-carousel-track {
  display: flex;
  gap: 18px;
  touch-action: pan-y;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.ndis-service-design-page .sd-specialist-card {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 285px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: var(--sd-radius-lg);
  background: #fff;
  box-shadow: var(--sd-shadow-sm);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ndis-service-design-page .sd-specialist-card:hover {
  transform: translateY(-5px);
  border-color: var(--sd-purple-soft);
  box-shadow: var(--sd-shadow);
}

.ndis-service-design-page .sd-specialist-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: var(--sd-green-soft);
}

.ndis-service-design-page .sd-specialist-card > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  border-radius: 14px;
  color: var(--sd-purple);
  background: var(--sd-purple-light);
  font-size: 19px;
}

.ndis-service-design-page .sd-specialist-card h3 {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.35;
}

.ndis-service-design-page .sd-specialist-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.ndis-service-design-page .sd-card-index {
  position: absolute;
  top: 27px;
  right: 27px;
  color: rgba(112, 38, 113, .17);
  font-size: 24px;
  font-weight: 700;
}

.ndis-service-design-page .sd-carousel-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
  padding-bottom: 8px;
}

.ndis-service-design-page .sd-carousel-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--sd-line);
  border-radius: 50%;
  color: var(--sd-purple);
  background: #fff;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.ndis-service-design-page .sd-carousel-button:hover:not(:disabled) {
  transform: translateY(-2px);
  color: #fff;
  background: var(--sd-purple);
}

.ndis-service-design-page .sd-carousel-button:disabled {
  cursor: not-allowed;
  opacity: .38;
}

.ndis-service-design-page .sd-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 24px;
}

.ndis-service-design-page .sd-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: var(--sd-pill);
  background: #d8cbdc;
  transition: width 180ms ease, background 180ms ease;
}

.ndis-service-design-page .sd-carousel-dot.is-active {
  width: 26px;
  background: var(--sd-purple);
}

/* ========================================================================
   STICKY VISUAL + SCROLLING FEATURE CARDS
   ======================================================================== */
.ndis-service-design-page .sd-included {
  position: relative;
  overflow: clip;
  background: var(--sd-purple-dark);
}

.ndis-service-design-page .sd-included::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background:
    radial-gradient(circle at 15% 20%, rgba(128, 189, 66, .20), transparent 31%),
    radial-gradient(circle at 86% 72%, rgba(126, 50, 128, .52), transparent 34%);
}

.ndis-service-design-page .sd-included .container {
  position: relative;
}

.ndis-service-design-page .sd-included .sd-section-head h2,
.ndis-service-design-page .sd-included .sd-section-head p {
  color: #fff;
}

.ndis-service-design-page .sd-included .sd-section-head p {
  color: rgba(255, 255, 255, .68);
}

.ndis-service-design-page .sd-included-layout {
  margin-top: 10px;
}

.ndis-service-design-page .sd-sticky-visual {
  position: sticky;
  top: 32px;
  min-height: 600px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid #8BC34A;
  border-radius: 28px;
  background: #fbf8fc;
  box-shadow: 0 32px 75px rgba(0, 0, 0, .23);
}

.ndis-service-design-page .sd-sticky-visual::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(128, 189, 66, .16);
}

.ndis-service-design-page .sd-sticky-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .25));
  transition: transform .42s ease;
}

.ndis-service-design-page .sd-sticky-visual.is-pulsing img {
  transform: scale(1.018) translateY(-3px);
}

.ndis-service-design-page .sd-visual-status {
  position: absolute;
  z-index: 2;
  right: 27px;
  bottom: 27px;
  left: 27px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: rgb(80 27 82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ndis-service-design-page .sd-status-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sd-green);
  box-shadow: 0 0 0 7px rgba(128, 189, 66, .12);
}

.ndis-service-design-page .sd-visual-status span:last-child {
  display: flex;
  flex-direction: column;
}

.ndis-service-design-page .sd-visual-status small {
  color: rgba(255, 255, 255, .60);
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ndis-service-design-page .sd-visual-status strong {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ndis-service-design-page .sd-visual-score {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--sd-purple-dark);
  background: var(--sd-green);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.ndis-service-design-page .sd-visual-score strong {
  font-size: 20px;
  line-height: 1;
}

.ndis-service-design-page .sd-visual-score span {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
}

.ndis-service-design-page .sd-scroll-stack {
  display: grid;
  gap: 23px;
  padding-bottom: 34px;
}

.ndis-service-design-page .sd-inclusion-card {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 19px;
  min-height: 184px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 21px;
  color: #fff;
  background: #fff;
  opacity: .62;
  transform: scale(.978);
  transition: opacity 260ms ease, transform 260ms ease, background 260ms ease, border-color 260ms ease;
}

.ndis-service-design-page .sd-inclusion-card.is-active {
  border-color: rgba(128, 189, 66, .58);
  background: #fff;
  box-shadow: 0 23px 48px rgba(0, 0, 0, .17);
  opacity: 1;
  transform: scale(1);
}

.ndis-service-design-page .sd-inclusion-number {
  display: grid;
  place-items: center;
  align-self: start;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  color: var(--sd-green);
  background: rgb(78 26 80);
  font-size: 18px;
  font-weight: 700;
}

.ndis-service-design-page .sd-inclusion-card > div > i {
  display: inline-flex;
  margin-bottom: 12px;
  color: #80bd42;
  font-size: 35px;
}

.ndis-service-design-page .sd-inclusion-card h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 17px;
  line-height: 1.35;
}

.ndis-service-design-page .sd-inclusion-card p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.65;
}

/* ========================================================================
   PROCESS ROADMAP
   ======================================================================== */
.ndis-service-design-page .sd-process {
  background: #fff;
}

.ndis-service-design-page .sd-process-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.ndis-service-design-page .sd-process-line {
  position: absolute;
  top: 35px;
  right: 7%;
  left: 7%;
  height: 3px;
  overflow: hidden;
  border-radius: var(--sd-pill);
  background: var(--sd-line);
}

.ndis-service-design-page .sd-process-line span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sd-purple), var(--sd-green));
  transition: width 1.05s ease;
}

.ndis-service-design-page .sd-process-roadmap.is-visible .sd-process-line span {
  width: 100%;
}

.ndis-service-design-page .sd-process-step {
  position: relative;
  z-index: 1;
}

.ndis-service-design-page .sd-step-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  padding: 0 10px;
  border: 7px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--sd-purple);
  box-shadow: 0 0 0 1px var(--sd-line), 0 13px 28px rgba(78, 26, 80, .18);
}

.ndis-service-design-page .sd-step-marker span {
  font-size: 12px;
  font-weight: 700;
}

.ndis-service-design-page .sd-step-marker i {
  color: var(--sd-green);
  font-size: 16px;
}

.ndis-service-design-page .sd-step-card {
  min-height: 275px;
  padding: 24px;
  border: 1px solid var(--sd-line);
  border-radius: 19px;
  background: var(--sd-purple-light);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.ndis-service-design-page .sd-process-step:nth-of-type(even) .sd-step-card {
  background: #fff;
}

.ndis-service-design-page .sd-step-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sd-shadow);
}

.ndis-service-design-page .sd-step-card small {
  color: var(--sd-purple);
  font-family: var(--font-ui, "Sora", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ndis-service-design-page .sd-step-card h3 {
  margin: 10px 0 9px;
  font-size: 17px;
  line-height: 1.35;
}

.ndis-service-design-page .sd-step-card p {
  min-height: 90px;
  margin: 0 0 17px;
  font-size: 14px;
  line-height: 1.65;
}

.ndis-service-design-page .sd-step-output {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sd-purple);
  font-size: 12px;
  font-weight: 700;
}

.ndis-service-design-page .sd-step-output i {
  color: var(--sd-green-dark);
}

/* ========================================================================
   OUTCOMES
   ======================================================================== */
.ndis-service-design-page .sd-outcomes {
  padding-top: 0;
}

.ndis-service-design-page .sd-outcomes-shell {
  padding: 50px 0px;
  border-radius: 28px;
  =: linear-gradient(128deg, var(
  --sd-purple-dark), var(--sd-purple));
}

.ndis-service-design-page .sd-outcomes-shell h2 {
  color: #fff;
}

.ndis-service-design-page .sd-outcomes-shell p {
  color: #fff;
}

.ndis-service-design-page .sd-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ndis-service-design-page .sd-outcome-grid > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
}

.ndis-service-design-page .sd-outcome-grid i {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: var(--sd-green);
  color: #fff;
  font-size: 23px;
}

.ndis-service-design-page .sd-outcome-grid strong {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ndis-service-design-page .sd-outcome-grid span {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.45;
}

/* ========================================================================
   FAQ
   ======================================================================== */
.ndis-service-design-page .sd-faq {
  background: var(--sd-cream);
}

.ndis-service-design-page .sd-faq-intro {
  position: sticky;
  top: 32px;
}

.ndis-service-design-page .sd-faq-intro h2 {
  margin-top: 14px;
}

.ndis-service-design-page .sd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--sd-purple);
  font-size: 14px;
  font-weight: 700;
}

.ndis-service-design-page .sd-accordion {
  display: grid;
  gap: 11px;
}

.ndis-service-design-page .sd-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 14px;
  background: #fff;
}

.ndis-service-design-page .sd-accordion .accordion-button {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  color: var(--sd-ink);
  background: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.ndis-service-design-page .sd-accordion .accordion-button:not(.collapsed) {
  color: var(--sd-purple);
  background: var(--sd-purple-light);
}

.ndis-service-design-page .sd-accordion .accordion-button::after {
  width: 28px;
  height: 28px;
  margin-left: auto;
  border-radius: 50%;
  background-color: var(--sd-purple-light);
  background-position: center;
  background-size: 12px;
}

.ndis-service-design-page .sd-accordion .accordion-body {
  padding: 0 20px 19px;
  color: var(--sd-body);
  font-size: 14px;
  line-height: 1.65;
}

/* Fallback accordion behaviour when Bootstrap JS is not present */
.ndis-service-design-page .sd-accordion .accordion-collapse:not(.show) {
  display: none;
}

/* ========================================================================
   FINAL CTA
   ======================================================================== */
.ndis-service-design-page .sd-final-cta {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
  background: var(--sd-purple-dark);
}

.ndis-service-design-page .sd-final-cta::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -110px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(128, 189, 66, .12);
}

.ndis-service-design-page .sd-final-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ndis-service-design-page .sd-final-cta-inner > div {
  max-width: 760px;
}

.ndis-service-design-page .sd-final-cta-inner > div > span {
  color: var(--sd-green);
  font-family: var(--font-ui, "Sora", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ndis-service-design-page .sd-final-cta h2 {
  margin: 10px 0 9px;
  color: #fff;
  font-size: clamp(29px, 2.6vw, 35px);
  line-height: 45px;
}

.ndis-service-design-page .sd-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
}


.redesign-fit-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 105px 0;
    background:
        linear-gradient(rgba(112, 38, 113, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(112, 38, 113, 0.028) 1px, transparent 1px),
        #ffffff;
    background-size: 42px 42px;
    font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
}

.redesign-fit-section *,
.redesign-fit-section *::before,
.redesign-fit-section *::after {
    box-sizing: border-box;
}

/* Left content */

.redesign-fit-content {
    position: relative;
    z-index: 2;
    max-width: 630px;
}

.redesign-fit-label {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    margin-bottom: 22px;
    padding: 7px 15px;
    border-radius: 999px;
    color: var(--purple, #702671);
    background: var(--purple-50, #f6eef7);
    font-family: var(--font-ui, "Sora", sans-serif);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.redesign-fit-content h2 {
    margin: 0 0 23px;
    color: var(--ink, #1b1420);
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.052em;
    font-size: 35px;
    max-width: 100%;
}

.redesign-fit-content h2 span {
    /* display: block; */
    color: var(--purple, #702671);
}

.redesign-fit-description {
    max-width: 600px;
    margin: 0 0 30px;
    color: var(--body, #44394a);
    font-size: 16px;
    line-height: 1.75;
}

/* Checklist */

.redesign-signs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-bottom: 31px;
}

.redesign-sign-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid var(--line, #eae1ec);
    border-radius: 14px;
    color: var(--ink, #1b1420);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 17px rgba(43, 20, 47, 0.04);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.redesign-sign-item:hover {
    border-color: rgba(112, 38, 113, 0.25);
    box-shadow: 0 12px 25px rgba(43, 20, 47, 0.08);
    transform: translateY(-3px);
}

.redesign-sign-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    color: var(--purple, #702671);
    background: var(--purple-50, #f6eef7);
}

.redesign-sign-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* CTA */

.redesign-fit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 14px 25px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--purple, #702671);
    box-shadow: 0 14px 30px rgba(112, 38, 113, 0.23);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.redesign-fit-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.redesign-fit-btn:hover {
    color: #ffffff;
    background: var(--purple-900, #4e1a50);
    box-shadow: 0 18px 38px rgba(112, 38, 113, 0.3);
    transform: translateY(-2px);
}

.redesign-fit-btn:hover svg {
    transform: translateX(4px);
}

/* Right visual */

.redesign-fit-visual {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-left: auto;
    padding: 23px 20px 30px 30px;
}

.redesign-image-frame {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    border: 9px solid #ffffff;
    border-radius: 27px;
    background: #f4eef5;
    box-shadow:
        0 30px 70px rgba(42, 18, 46, 0.16),
        0 4px 15px rgba(42, 18, 46, 0.06);
}

.redesign-image-frame img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    transition: transform 600ms ease;
}

.redesign-image-frame:hover img {
    transform: scale(1.035);
}

.redesign-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(35, 10, 39, 0.35) 100%
        );
    pointer-events: none;
}

/* Image badge */

.redesign-image-badge {
    position: absolute;
    right: 22px;
    bottom: 21px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(33, 12, 36, 0.15);
    backdrop-filter: blur(12px);
}

.redesign-badge-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--green, #80bd42);
}

.redesign-badge-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.redesign-image-badge > span:last-child {
    display: flex;
    flex-direction: column;
}

.redesign-image-badge small {
    margin-bottom: 3px;
    color: var(--purple, #702671);
    font-family: var(--font-ui, "Sora", sans-serif);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.redesign-image-badge strong {
    color: var(--ink, #1b1420);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
}

/* Floating statistics */

.redesign-visual-stat {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    min-width: 165px;
    padding: 14px 16px;
    border: 1px solid var(--line, #eae1ec);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(42, 18, 46, 0.13);
}

.redesign-visual-stat strong {
    color: var(--purple, #702671);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.redesign-visual-stat span {
    margin-top: 4px;
    color: var(--muted, #7b6f82);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
}

.redesign-stat-one {
    top: 0;
    right: 0;
}

.redesign-stat-two {
    bottom: 0;
    left: 0;
}

.redesign-stat-two strong {
    color: var(--green-700, #6ba332);
}

/* Decorations */

.redesign-decoration {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.redesign-decoration-one {
    top: 72px;
    left: 6%;
    width: 42px;
    height: 42px;
    border: 2px solid var(--purple, #702671);
    opacity: 0.3;
}

.redesign-decoration-two {
    right: -75px;
    bottom: -75px;
    width: 210px;
    height: 210px;
    background: var(--green-50, #f1f9e8);
}

/* Tablet */

@media (max-width: 991.98px) {
    .redesign-fit-section {
        padding: 80px 0;
    }

    .redesign-fit-content {
        max-width: 760px;
    }

    .redesign-fit-visual {
        max-width: 720px;
        margin: 15px auto 0;
    }
}

/* Mobile */

@media (max-width: 767.98px) {
    .redesign-fit-section {
        padding: 68px 0;
    }

    .redesign-fit-content h2 {
        font-size: clamp(34px, 10vw, 30px);
    }

    .redesign-fit-content h2 span {
        display: inline;
    }

    .redesign-fit-description {
        font-size: 15px;
    }

    .redesign-signs-grid {
        grid-template-columns: 1fr;
    }

    .redesign-fit-visual {
        padding: 17px 0 55px;
    }

    .redesign-image-frame,
    .redesign-image-frame img {
        min-height: 370px;
        height: 370px;
    }

    .redesign-visual-stat {
        min-width: 150px;
    }

    .redesign-stat-one {
        top: 0;
        right: 10px;
    }

    .redesign-stat-two {
        bottom: 0;
        left: 10px;
    }
}

@media (max-width: 575.98px) {
    .redesign-fit-btn {
        width: 100%;
    }

    .redesign-image-frame {
        min-height: 330px;
        border-width: 6px;
        border-radius: 21px;
    }

    .redesign-image-frame img {
        height: 330px;
        min-height: 330px;
    }

    .redesign-image-badge {
        right: 13px;
        bottom: 13px;
        left: 13px;
    }

    .redesign-visual-stat {
        position: relative;
        inset: auto;
        width: 100%;
        min-width: 0;
        margin-top: 10px;
    }

    .redesign-fit-visual {
        padding-bottom: 0;
    }
}



















/* ========================================================================
   RESPONSIVE
   ======================================================================== */
@media (max-width: 1199.98px) {
  .ndis-service-design-page .sd-hero {
    min-height: auto;
  }

  .ndis-service-design-page .sd-specialist-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .ndis-service-design-page .sd-process-roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ndis-service-design-page .sd-process-line {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .ndis-service-design-page .sd-hero {
    padding: 60px 0;
  }

  .ndis-service-design-page .sd-hero-mockups {
    width: 100%;
    opacity: .11;
  }

  .ndis-service-design-page .sd-form-card {
    max-width: 620px;
    margin: 8px auto 0;
  }

  .ndis-service-design-page .sd-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ndis-service-design-page .sd-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ndis-service-design-page .sd-proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sd-line);
  }

  .ndis-service-design-page .sd-section {
    padding: 74px 0;
  }

  .ndis-service-design-page .sd-sticky-visual {
    position: relative;
    top: auto;
    min-height: 490px;
  }

  .ndis-service-design-page .sd-sticky-visual img {
    height: 355px;
  }

  .ndis-service-design-page .sd-inclusion-card {
    min-height: auto;
  }

  .ndis-service-design-page .sd-faq-intro {
    position: relative;
    top: auto;
  }

  .ndis-service-design-page .sd-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .ndis-service-design-page {
    font-size: 15px;
  }

  .ndis-service-design-page .sd-hero {
    padding: 48px 0;
  }

  .ndis-service-design-page .sd-hero h1 {
    font-size: clamp(32px, 9vw, 39px);
  }

  .ndis-service-design-page .sd-hero-stats {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .ndis-service-design-page .sd-hero-stats > div {
    padding: 0;
    border-right: 0;
  }

  .ndis-service-design-page .sd-form-title {
    font-size: 24px;
  }

  .ndis-service-design-page .sd-form-body {
    padding: 18px;
  }

  .ndis-service-design-page .sd-proof-grid {
    grid-template-columns: 1fr;
  }

  .ndis-service-design-page .sd-proof-grid > div {
    min-height: 74px;
    border-right: 0;
    border-bottom: 1px solid var(--sd-line);
  }

  .ndis-service-design-page .sd-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .ndis-service-design-page .sd-section {
    padding: 64px 0;
  }

  .ndis-service-design-page .sd-section h2 {
    font-size: clamp(28px, 8vw, 30px);
  }

  .ndis-service-design-page .sd-section-head-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .ndis-service-design-page .sd-specialist-card {
    flex-basis: 100%;
    min-height: 265px;
  }

  .ndis-service-design-page .sd-sticky-visual {
    min-height: 420px;
    padding: 20px;
  }

  .ndis-service-design-page .sd-sticky-visual img {
    height: 295px;
  }

  .ndis-service-design-page .sd-visual-status {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .ndis-service-design-page .sd-visual-score {
    top: 18px;
    right: 18px;
  }

  .ndis-service-design-page .sd-inclusion-card {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 21px 18px;
  }

  .ndis-service-design-page .sd-inclusion-number {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 16px;
  }

  .ndis-service-design-page .sd-process-roadmap {
    grid-template-columns: 1fr;
  }

  .ndis-service-design-page .sd-step-marker {
    margin-left: 0;
  }

  .ndis-service-design-page .sd-step-card,
  .ndis-service-design-page .sd-step-card p {
    min-height: 0;
  }

  .ndis-service-design-page .sd-outcomes-shell {
    padding: 34px 22px;
  }

  .ndis-service-design-page .sd-outcome-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479.98px) {
  .ndis-service-design-page .sd-hero-actions {
    flex-direction: column;
  }

  .ndis-service-design-page .sd-btn {
    width: 100%;
  }

  .ndis-service-design-page .sd-carousel-controls {
    width: 100%;
  }

  .ndis-service-design-page .sd-sticky-visual img {
    height: 255px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ndis-service-design-page *,
  .ndis-service-design-page *::before,
  .ndis-service-design-page *::after {
    scroll-behavior: auto !important;
  }

  .ndis-service-design-page .sd-carousel-track,
  .ndis-service-design-page .sd-sticky-visual img,
  .ndis-service-design-page .sd-process-line span,
  .ndis-service-design-page .sd-specialist-card,
  .ndis-service-design-page .sd-btn {
    transition: none !important;
  }
}











/**/

.redesign-comparison-section {
    padding: 100px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 50%,
            rgba(128, 189, 66, 0.06),
            transparent 22%
        ),
        radial-gradient(
            circle at 92% 14%,
            rgba(112, 38, 113, 0.06),
            transparent 25%
        ),
        #faf6fb;
    font-family: var(
        --font-display,
        "Plus Jakarta Sans",
        Arial,
        sans-serif
    );
}

.redesign-comparison-section *,
.redesign-comparison-section *::before,
.redesign-comparison-section *::after {
    box-sizing: border-box;
}

/* Heading */

.redesign-comparison-heading {
        max-width: 75%;
    margin: 0 auto 48px;
}

.comparison-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--purple, #702671);
    font-family: var(--font-ui, "Sora", Arial, sans-serif);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.redesign-comparison-heading h2 {
    /*max-width: 790px;*/
    margin: 0 auto 18px;
    color: var(--ink, #1b1420);
    font-size: clamp(34px, 3vw, 35px);
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.045em;
}

.redesign-comparison-heading h2 span {
    /*display: block;*/
    color: var(--purple, #702671);
}

.redesign-comparison-heading p {
    margin: 0;
    color: var(--body, #44394a);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

/* Main Table */

.redesign-comparison-table {
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e9e0eb;
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 20px 50px rgba(50, 23, 54, 0.08),
        0 3px 10px rgba(50, 23, 54, 0.04);
}

/* Table Headers */

.comparison-header {
    min-height: 132px;
    padding: 30px 30px 27px;
}

.comparison-header-purple {
    background:
        linear-gradient(
            135deg,
            #702671 0%,
            #7c2f7f 100%
        );
}

.comparison-header-green {
    background:
        linear-gradient(
            135deg,
            #80bd42 0%,
            #86c53e 100%
        );
}

.comparison-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 17px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #27102a;
    background: #ffffff;
    font-family: var(--font-ui, "Sora", Arial, sans-serif);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.comparison-badge-green {
    color: #558b25;
    background: #f4fde9;
}

.comparison-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

/* Table Content Rows */

.comparison-content-row {
    border-bottom: 1px solid #e9e0eb;
}

.comparison-content-row:last-child {
    border-bottom: 0;
}

.comparison-cell {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 79px;
    padding: 17px 30px;
}

.comparison-cell-left {
    border-right: 1px solid #e9e0eb;
    background: #ffffff;
}

.comparison-cell-right {
    background: #fbfef8;
}

.comparison-cell p {
    margin: 0;
    color: var(--body, #44394a);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

/* Icons */

.comparison-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.comparison-icon-wrong {
    color: #ffffff;
    background: var(--purple, #702671);
}

.comparison-icon-correct {
    color: #659f2d;
    background: #f0f9e7;
}

/* Row Hover */

.comparison-content-row {
    transition:
        background 180ms ease,
        transform 180ms ease;
}

.comparison-content-row:hover .comparison-cell-left {
    background: #fdfafd;
}

.comparison-content-row:hover .comparison-cell-right {
    background: #f6fbea;
}

/* Tablet */

@media (max-width: 991.98px) {
    .redesign-comparison-section {
        padding: 80px 0 90px;
    }

    .redesign-comparison-table {
        max-width: 820px;
    }

    .comparison-header,
    .comparison-cell {
        padding-right: 22px;
        padding-left: 22px;
    }
}

/* Mobile */

@media (max-width: 767.98px) {
    .redesign-comparison-section {
        padding: 65px 0 75px;
    }

    .redesign-comparison-heading {
        margin-bottom: 34px;
    }

    .redesign-comparison-heading h2 {
        font-size: 34px;
    }

    .redesign-comparison-heading h2 span {
        display: inline;
    }

    .redesign-comparison-heading p {
        font-size: 15px;
    }

    .redesign-comparison-table {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .comparison-header-row {
        display: none;
    }

    .comparison-content-row {
        display: grid;
        gap: 12px;
        margin-bottom: 18px;
        border: 0;
    }

    .comparison-content-row:last-child {
        margin-bottom: 0;
    }

    .comparison-cell {
        position: relative;
        min-height: 76px;
        padding: 18px 17px 18px 52px;
        border: 1px solid #e9e0eb;
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(50, 23, 54, 0.04);
    }

    .comparison-cell-left {
        border-right: 1px solid #eadfeb;
        background: #ffffff;
    }

    .comparison-cell-left::before,
    .comparison-cell-right::before {
        position: absolute;
        top: 8px;
        left: 52px;
        font-family: var(--font-ui, "Sora", Arial, sans-serif);
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }

    .comparison-cell-left::before {
        content: "Typical approach";
        color: var(--purple, #702671);
    }

    .comparison-cell-right::before {
        content: "Our approach";
        color: #659f2d;
    }

    .comparison-cell p {
        padding-top: 10px;
        font-size: 12px;
    }

    .comparison-icon {
        position: absolute;
        top: 22px;
        left: 14px;
    }
}

@media (max-width: 419.98px) {
    .redesign-comparison-heading h2 {
        font-size: 30px;
    }
}
