:root {
  --inz-primary: var(--inz-primary, #57178e);
  --inz-secondary: var(--inz-secondary, #6100c6);
  --inz-bg: var(--inz-bg, #f3f4f5);
  --inz-surface: var(--inz-surface, #ffffff);
  --inz-muted: var(--inz-muted, #696475);
  --inz-border: var(--inz-border, #e3dde8);
  --inz-soft: var(--inz-soft, #efe7f7);
  --inz-text: var(--inz-text, #191c1d);
}

.inz-home-section {
  padding: 40px 0;
  background: #f3f4f5;
}

.inz-home-container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}


.inzira-homepage-content {
  display: flex;
  flex-direction: column;
}

.inzira-homepage-content > .inz-home-hero-shell { order: 10; }
.inzira-homepage-content > .inz-home-quote-shell { order: 20; }
.inzira-homepage-content > .inz-home-services-section { order: 25; }
.inzira-homepage-content > .inz-home-feature-shell { order: 30; }
.inzira-homepage-content > .inz-home-platform-shell { order: 40; }
.inzira-homepage-content > .inz-home-compare-shell { order: 55; }
.inzira-homepage-content > .inz-home-steps-shell { order: 50; }
.inzira-homepage-content > .inz-home-success-shell { order: 60; }
.inzira-homepage-content > .inz-home-cta-shell { order: 70; }

.inz-home-hero-shell {
  padding-top: 58px;
  padding-bottom: 12px;
}

body.inzira-front-native-nav .inz-home-hero-shell {
  padding-top: 114px;
}

.inz-home-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  min-height: 560px;
}

.inz-home-hero-title,
.inz-home-center-head h2,
.inz-home-steps-copy h2,
.inz-home-success-col h2,
.inz-home-cta-banner h2 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: #121316;
}

.inz-home-hero-title {
  font-size: var(--inz-hero-title-size, clamp(58px, 6vw, 86px));
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: 620px;
  color: var(--inz-hero-title1-color, #121316);
}

.inz-home-hero-title span {
  color: var(--inz-hero-title2-color, var(--inz-secondary, #6100c6));
}

.inz-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--inz-hero-eyebrow-bg, #efe7f7);
  color: var(--inz-hero-eyebrow-color, var(--inz-primary, #57178e));
  font-size: var(--inz-hero-eyebrow-size, 14px);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.inz-home-eyebrow-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.inz-home-eyebrow span {
  display: inline-block;
}

.inz-home-hero-text {
  margin: 28px 0 0;
  max-width: min(100%, 42rem);
  font-size: var(--inz-hero-desc-size, clamp(18px, 1.45vw, 21px));
  line-height: 1.56;
  letter-spacing: -0.018em;
  font-weight: 500;
  color: var(--inz-hero-desc-color, #3b3843);
  text-wrap: balance;
}

.inz-home-hero-text span {
  color: inherit;
  font-weight: inherit;
}

.inz-home-hero-text-lead {
  color: inherit;
  font-weight: inherit;
}

.inz-home-hero-text-body {
  color: inherit;
  display: inline;
  font-weight: inherit;
}

.inz-home-hero-line {
  display: block;
}

.inz-home-hero-line + .inz-home-hero-line {
  margin-top: 0.18em;
}

.inz-home-hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.inz-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 84px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--inz-primary, #57178e), var(--inz-secondary, #6100c6));
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 12px 28px rgba(87, 23, 142, 0.18);
}

.inz-home-hero-actions .inz-home-button {
  font-size: var(--inz-hero-button-size, 18px);
}

.inz-home-hero-actions .inz-home-button--secondary {
  font-size: var(--inz-hero-secondary-button-size, var(--inz-hero-button-size, 18px));
}

.inz-home-quote-action .inz-home-button {
  font-size: var(--inz-quote-button-size, 18px);
}

.inz-home-cta-actions .inz-home-button {
  font-size: var(--inz-cta-button-size, 18px);
}

.inz-home-button--wide {
  width: 100%;
  min-width: 210px;
}

.inz-home-button--light {
  background: #ffffff;
  color: var(--inz-primary, #57178e);
  box-shadow: none;
}

.inz-home-button--secondary {
  min-height: 84px;
  background: #ffffff;
  color: var(--inz-primary, #57178e);
  border: 1px solid rgba(87, 23, 142, 0.18);
  box-shadow: none;
}

.inz-home-hero-art {
  justify-self: stretch;
}

.inz-home-hero-art svg {
  width: 100%;
  height: auto;
  display: block;
}

.inz-home-quote-shell {
  padding-top: 0;
  margin-top: -52px;
}

.inz-home-quote-card {
  border-radius: 20px;
  background: #fff;
  padding: 34px 36px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}

.inz-home-quote-title {
  color: var(--inz-quote-title-color, var(--inz-primary, #57178e));
  font-weight: 800;
  font-size: var(--inz-quote-title-size, 18px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.inz-home-quote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 220px;
  gap: 18px;
  align-items: end;
}

.inz-home-quote-field--dimensions {
  min-width: 0;
  overflow: hidden;
}

.inz-home-dimensions-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.inz-home-input-mock--mini {
  justify-content: center;
  padding: 0 14px;
  min-height: 66px;
}

.inz-home-quote-label {
  font-size: var(--inz-quote-label-size, 14px);
  font-weight: 700;
  color: var(--inz-quote-label-color, #3f3d46);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.inz-home-input-mock {
  min-height: 66px;
  border-radius: 10px;
  background: #efeff1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  color: var(--inz-quote-input-color, #8b8695);
  font-size: var(--inz-quote-input-size, 16px);
}

.inz-home-input-mock .material-symbols-outlined {
  font-size: 20px;
}

.inz-home-trusted-text {
  display: none;
}

.inz-home-partners-shell {
  margin-top: 52px;
  padding: 52px 28px 28px;
  border-radius: 32px;
  background: #f4f6fb;
}

.inz-home-partners-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}

.inz-home-partners-head h2 {
  margin: 0;
  color: #121316;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.inz-home-partners-underline {
  display: block;
  width: 96px;
  height: 6px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--inz-primary, #57178e), #e6cafd);
}

.inz-home-partners-head p {
  margin: 24px auto 0;
  max-width: 760px;
  color: var(--inz-quote-trusted-color, #6b6475);
  font-size: var(--inz-quote-trusted-size, 17px);
  line-height: 1.65;
  font-weight: 500;
}

.inz-home-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.inz-home-logo-row--partners {
  align-items: stretch;
}

.inz-home-logo-box {
  min-height: 198px;
  padding: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 48px -24px rgba(30, 26, 33, 0.10);
}

.inz-home-logo-box img {
  width: auto;
  max-width: 88%;
  max-height: 118px;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal;
}

.inz-home-logo-box span {
  color: #6b6475;
  font-weight: 700;
}

.inz-home-center-head {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 56px;
}

.inz-home-center-head h2,
.inz-home-success-col h2 {
  font-size: clamp(46px, 4vw, 62px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.inz-home-feature-wrap .inz-home-center-head h2 {
  font-size: var(--inz-feature-title-size, clamp(46px, 4vw, 62px));
  color: var(--inz-feature-title-color, #121316);
}

.inz-home-success-layout .inz-home-success-col h2 {
  font-size: var(--inz-success-heading-size, clamp(46px, 4vw, 62px));
  color: var(--inz-success-heading-color, #121316);
}

.inz-home-center-head p,
.inz-home-cta-banner p {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #4d4958;
}

.inz-home-feature-wrap .inz-home-center-head p {
  font-size: var(--inz-feature-desc-size, 20px);
  color: var(--inz-feature-desc-color, #4d4958);
}

.inz-home-feature-shell {
  padding-top: 60px;
  padding-bottom: 34px;
}

.inz-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.inz-home-feature-card {
  min-height: 290px;
}

.inz-home-feature-icon {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: #eadcf8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--inz-secondary, #6100c6);
  margin-bottom: 26px;
}

.inz-home-feature-icon .material-symbols-outlined {
  font-size: 34px;
}

.inz-home-feature-card h3,
.inz-home-step-card h3,
.inz-home-testimonial-name {
  margin: 0 0 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: #121316;
}

.inz-home-feature-wrap .inz-home-feature-card h3 {
  font-size: var(--inz-feature-card-title-size, 26px);
  color: var(--inz-feature-card-title-color, #121316);
}

.inz-home-feature-card p,
.inz-home-step-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #43404d;
}

.inz-home-feature-wrap .inz-home-feature-card p {
  font-size: var(--inz-feature-card-body-size, 18px);
  color: var(--inz-feature-card-body-color, #43404d);
}

.inz-home-steps-shell {
  padding-top: 48px;
}

.inz-home-steps-layout,
.inz-home-success-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 54px;
  align-items: start;
}

.inz-home-steps-copy {
  padding-top: 28px;
}

.inz-home-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--inz-steps-link-color, var(--inz-secondary, #6100c6));
  font-weight: 800;
  font-size: var(--inz-steps-link-size, 18px);
  text-decoration: none;
}

.inz-home-steps-copy h2 {
  font-size: var(--inz-steps-title-size, clamp(46px, 4vw, 62px));
  color: var(--inz-steps-title-color, #121316);
}

.inz-home-steps-copy p {
  font-size: var(--inz-steps-desc-size, 20px);
  color: var(--inz-steps-desc-color, #4d4958);
}

.inz-home-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 32px;
}

.inz-home-step-card {
  background: #efeff1;
  border-radius: 18px;
  padding: 34px 34px 30px;
  position: relative;
  min-height: 224px;
}

.inz-home-step-card h3 {
  font-size: var(--inz-step-title-size, 26px);
  padding-right: var(--inz-step-title-pad-right, 90px);
  color: var(--inz-step-title-color, #121316);
}

.inz-home-step-card p {
  font-size: var(--inz-step-body-size, 18px);
  color: var(--inz-step-body-color, #43404d);
}

.inz-home-step-num {
  position: absolute;
  right: var(--inz-step-num-right, 18px);
  top: 12px;
  font-family: 'Manrope', sans-serif;
  color: var(--inz-step-num-color, #d7cbe7);
  font-size: var(--inz-step-num-size, 64px);
  line-height: 1;
  font-weight: 800;
}

.inz-home-success-shell {
  padding-top: 72px;
  padding-bottom: 72px;
}

.inz-home-testimonial-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  overflow: hidden;
  margin-top: 30px;
}

.inz-home-testimonial-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--inz-secondary, #6100c6);
}

.inz-home-testimonial-content {
  padding: 34px 40px 34px 40px;
}

.inz-home-testimonial-quote {
  margin: 0 0 30px;
  font-size: var(--inz-success-quote-size, 24px);
  line-height: 1.55;
  font-style: italic;
  color: var(--inz-success-quote-color, #202026);
}

.inz-home-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.inz-home-avatar {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
}

.inz-home-avatar--placeholder {
  background: #e7d7f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--inz-secondary, #6100c6);
}

.inz-home-avatar--semantic svg {
  display: block;
}


.inz-home-testimonial-name {
  margin-bottom: 4px;
  font-size: var(--inz-success-name-size, 20px);
  color: var(--inz-success-name-color, #121316);
}

.inz-home-testimonial-role {
  font-size: var(--inz-success-role-size, 14px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--inz-success-role-color, #5f5b6b);
}

.inz-home-faq-item {
  background: #fff;
  border-radius: 18px;
  margin-top: 30px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

.inz-home-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 28px;
  cursor: pointer;
  font-size: var(--inz-success-faq-question-size, 22px);
  font-weight: 700;
  color: var(--inz-success-faq-question-color, #16171a);
}

.inz-home-faq-item summary::-webkit-details-marker { display: none; }
.inz-home-faq-answer { padding: 0 28px 28px; color: var(--inz-success-faq-answer-color, #4c4855); font-size: var(--inz-success-faq-answer-size, 17px); line-height: 1.6; }

.inz-home-faq-footer {
  margin-top: 22px;
  margin-left: 30px;
}

.inz-home-faq-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.inz-home-cta-shell {
  padding-top: 38px;
  padding-bottom: 56px;
}

.inz-home-cta-banner {
  border-radius: 28px;
  background: linear-gradient(135deg, #57178e, #6e24bf);
  padding: 82px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.inz-home-cta-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 28%, rgba(255,255,255,0.10), transparent 24%), radial-gradient(circle at 22% 10%, rgba(255,255,255,0.07), transparent 22%);
  pointer-events: none;
}

.inz-home-cta-banner h2 {
  font-size: var(--inz-cta-title-size, clamp(48px, 4vw, 68px));
  line-height: 1.04;
  color: var(--inz-cta-title-color, #fff);
  position: relative;
  z-index: 1;
}

.inz-home-cta-banner p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: var(--inz-cta-desc-color, rgba(255,255,255,0.9));
  font-size: var(--inz-cta-desc-size, 20px);
  position: relative;
  z-index: 1;
}

.inz-home-cta-actions {
  position: relative;
  z-index: 1;
  margin-top: 38px;
}

.inz-home-section[data-align="full"] { margin-left: 0; margin-right: 0; }
.inz-home-section .block-editor-rich-text__editable[role="textbox"]:focus {
  outline: 2px solid rgba(97,0,198,0.18);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .inz-home-hero-grid,
  .inz-home-steps-layout,
  .inz-home-success-layout {
    grid-template-columns: 1fr;
  }
  .inz-home-hero-copy {
    max-width: 100%;
  }
  .inz-home-hero-text {
    max-width: 100%;
    text-wrap: pretty;
  }
  .inz-home-quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inz-home-logo-row,
  .inz-home-feature-grid,
  .inz-home-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .inz-home-container { width: min(100% - 28px, 1220px); }
  .inz-home-section { padding: 28px 0; }
  .inz-home-hero-shell { padding-top: 28px; }
  .inz-home-hero-grid { min-height: 0; gap: 26px; }
  .inz-home-quote-card { padding: 24px 20px; }
  .inz-home-quote-grid,
  .inz-home-logo-row,
  .inz-home-feature-grid,
  .inz-home-steps-grid { grid-template-columns: 1fr; }
  .inz-home-hero-title { font-size: clamp(42px, 10vw, 58px); }
  .inz-home-center-head h2,
  .inz-home-steps-copy h2,
  .inz-home-success-col h2,
  .inz-home-cta-banner h2 { font-size: clamp(34px, 10vw, 46px); }
  .inz-home-button,
  .inz-home-button--secondary { min-height: 68px; width: 100%; }
  .inz-home-cta-banner { padding: 50px 22px; }
}



.is-hidden {
  display: none !important;
}

.inz-home-input-wrap {
  min-height: 66px;
  border-radius: 10px;
  background: #efeff1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}

.inz-home-input-wrap--mini {
  justify-content: center;
  padding: 0 14px;
}

.inz-home-input-wrap .material-symbols-outlined {
  color: var(--inz-quote-input-color, #8b8695);
  font-size: 20px;
  flex: 0 0 auto;
}

.inz-home-input {
  width: 100%;
  min-height: 66px;
  border: 0;
  background: transparent;
  color: var(--inz-quote-input-color, #3f3d46);
  font-size: var(--inz-quote-input-size, 16px);
  outline: none;
  box-shadow: none;
}

.inz-home-input::placeholder {
  color: #8b8695;
}

.inz-home-quote-results {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(87, 23, 142, 0.12);
}

.inz-home-quote-results-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.inz-home-quote-results-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.inz-home-quote-results-head p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #696475;
}

.inz-home-results-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.inz-home-results-sort span,
.inz-home-rate-meta span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b8695;
}

.inz-home-results-sort select {
  border: 0;
  background: transparent;
  color: var(--inz-primary, #57178e);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  outline: none;
}

.inz-home-rate-list {
  display: grid;
  gap: 16px;
}

.inz-home-rate-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  border-radius: 18px;
  background: #efeff1;
  border: 1px solid transparent;
}

.inz-home-rate-card--primary {
  background: #ffffff;
  border-color: rgba(87, 23, 142, 0.12);
}

.inz-home-rate-main,
.inz-home-rate-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.inz-home-rate-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eadcf8;
  color: var(--inz-primary, #57178e);
}

.inz-home-rate-icon--secondary {
  background: #ecdcff;
  color: #6100c6;
}

.inz-home-rate-icon--tertiary {
  background: #e8def7;
  color: #403a4d;
}

.inz-home-rate-main h4,
.inz-home-rate-meta strong {
  margin: 0;
}

.inz-home-rate-main h4 {
  font-size: 22px;
  line-height: 1.1;
}

.inz-home-rate-main p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #696475;
}

.inz-home-rate-meta strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.1;
  color: #17181c;
}

.inz-home-rate-card--primary .inz-home-rate-meta strong:last-child,
.inz-home-rate-card--primary .inz-home-rate-meta div:last-child strong {
  color: var(--inz-primary, #57178e);
}

.inz-home-rate-meta button {
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  border: 0;
  background: var(--inz-primary, #57178e);
  color: #fff;
  font-weight: 700;
}

.inz-home-rate-button-secondary {
  background: #fff !important;
  color: #6100c6 !important;
  border: 2px solid #6100c6 !important;
}

.inz-home-rate-button-muted {
  background: #fff !important;
  color: #575165 !important;
  border: 2px solid #d6d2dc !important;
}

.inz-home-compare-shell {
  padding-top: 30px;
  padding-bottom: 22px;
}

.inz-home-compare-head p:first-child {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 800;
  color: #8b8695;
  margin-top: 0;
}

.inz-home-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.inz-home-compare-card {
  position: relative;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

.inz-home-compare-card--old {
  background: #efeff1;
  border: 1px solid rgba(87, 23, 142, 0.08);
}

.inz-home-compare-card--new {
  background: linear-gradient(135deg, var(--inz-primary, #57178e), var(--inz-secondary, #6100c6));
  color: #fff;
  box-shadow: 0 24px 60px rgba(87, 23, 142, 0.2);
}

.inz-home-compare-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  color: #17181c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.inz-home-compare-card--new .inz-home-compare-pill {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.inz-home-compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.inz-home-compare-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.55;
}

.inz-home-compare-card .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
  margin-top: 3px;
}

.inz-home-compare-card--old .material-symbols-outlined {
  color: #8b8695;
}

.inz-home-compare-quote {
  margin: 24px 0 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  color: inherit;
  opacity: 0.86;
}


@media (max-width: 980px) {
  .inz-home-rate-card,
  .inz-home-rate-main,
  .inz-home-rate-meta,
  .inz-home-quote-results-head,
  .inz-home-compare-grid {
    display: grid;
  }
  .inz-home-rate-card,
  .inz-home-compare-grid {
    grid-template-columns: 1fr;
  }
  .inz-home-rate-main,
  .inz-home-rate-meta,
  .inz-home-quote-results-head {
    gap: 14px;
  }
}


.inz-home-quote-grid--premium {
  grid-template-columns: minmax(190px, 224px) minmax(190px, 224px) minmax(320px, 392px) 112px;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.inz-home-quote-card {
  padding: 30px 32px;
}

.inz-home-quote-panel {
  background: #f3f4f5;
  border: 1px solid rgba(123, 65, 179, 0.12);
  border-radius: 18px;
  padding: 14px 14px 16px;
  min-width: 0;
  overflow: hidden;
  align-self: start;
}

.inz-home-quote-panel-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.inz-home-quote-panel-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eadcf8;
  color: var(--inz-primary, #57178e);
  flex: 0 0 auto;
}

.inz-home-quote-panel-icon--secondary {
  background: #ecdcff;
  color: #6100c6;
}

.inz-home-quote-panel-icon--tertiary {
  background: #e8def7;
  color: #403a4d;
}

.inz-home-quote-help {
  margin: 4px 0 0;
  color: #696475;
  font-size: 11.5px;
  line-height: 1.3;
}

.inz-home-quote-inline-grid {
  display: grid;
  gap: 10px;
}

.inz-home-quote-inline-grid--address {
  grid-template-columns: minmax(0, 1fr) minmax(126px, 0.86fr);
}

.inz-home-quote-single-field {
  display: block;
  max-width: 176px;
}

.inz-home-quote-package-stack {
  display: block;
}

.inz-home-quote-inline-grid--package {
  grid-template-columns: 1fr;
  gap: 10px;
}

.inz-home-quote-inline-grid--dimensions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.inz-home-quote-inline-grid--package-row {
  grid-template-columns: repeat(4, minmax(0, 96px));
  gap: 10px;
  justify-content: start;
}

.inz-home-quote-mini-field {
  min-width: 0;
}

.inz-home-quote-mini-field--city {
  grid-column: 1 / -1;
}

.inz-home-quote-mini-field--province {
  min-width: 0;
}

.inz-home-quote-mini-field--postal {
  min-width: 0;
}

.inz-home-quote-mini-field--postal-only .inz-home-input {
  min-height: 46px;
  padding-inline: 14px;
}

.inz-home-quote-mini-field--weight,
.inz-home-quote-mini-field--dimension {
  max-width: 96px;
}

.inz-home-quote-mini-field--weight .inz-home-input {
  min-height: 42px;
  text-align: center;
}

.inz-home-quote-inline-grid--dimensions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.inz-home-quote-mini-field--dimension .inz-home-input {
  min-height: 42px;
  text-align: center;
}

.inz-home-quote-mini-field--dimension {
  min-width: 0;
}

.inz-home-quote-mini-label {
  display: block;
  min-height: 28px;
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7488;
  white-space: nowrap;
}

.inz-home-quote-panel .inz-home-input {
  min-height: 42px;
  border: 1px solid rgba(123, 65, 179, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 0 11px;
  color: var(--inz-quote-input-color, #3f3d46);
  font-size: 15px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.inz-home-quote-panel .inz-home-input::-webkit-outer-spin-button,
.inz-home-quote-panel .inz-home-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inz-home-quote-panel .inz-home-input::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.inz-home-quote-action--stacked {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.inz-home-quote-action--stacked .inz-home-button {
  width: 100%;
  max-width: 112px;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  justify-content: center;
  align-self: center;
  font-size: 13px;
  line-height: 1.15;
  border-radius: 22px;
  box-shadow: 0 10px 22px rgba(87, 23, 142, 0.14);
}

@media (max-width: 1200px) {
  .inz-home-quote-grid--premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inz-home-quote-action--stacked {
    align-items: stretch;
  }
}

.inz-home-services-shell {
  background: #fff;
  border: 1px solid #e7e2ee;
  border-radius: 30px;
  padding: 42px 34px;
  box-shadow: 0 12px 30px rgba(87,23,142,.05);
}

.inz-home-services-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.inz-home-services-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--inz-soft, #efe7f7);
  color: var(--inz-primary, #57178e);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inz-home-services-head p {
  margin-top: 14px;
  color: #575261;
  max-width: 760px;
}

.inz-home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.inz-home-service-card {
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fcfbfe 0%, #f6f2fb 100%);
  border: 1px solid rgba(87,23,142,.08);
}

.inz-home-service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--inz-soft, #efe7f7);
  color: var(--inz-primary, #57178e);
  margin-bottom: 18px;
}

.inz-home-service-icon .material-symbols-outlined {
  font-size: 28px;
}

.inz-home-service-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #16141a;
}

.inz-home-service-card p {
  margin: 0;
  color: #575261;
  font-size: 16px;
  line-height: 1.55;
}

.inz-home-services-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(87,23,142,.08);
  color: #5a5566;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .inz-home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .inz-home-services-shell {
    padding: 28px 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .inz-home-services-grid {
    grid-template-columns: 1fr;
  }

  .inz-home-service-card h3 {
    font-size: 22px;
  }
}


.inz-home-referral-shell {
  padding-top: 26px;
}

.inz-home-referral-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, rgba(87,23,142,0.08), rgba(109,35,249,0.05));
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 20px 48px rgba(80, 0, 136, 0.06);
}

.inz-home-referral-eyebrow {
  margin: 0 0 10px;
  color: var(--inz-primary, #57178e);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inz-home-referral-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.inz-home-referral-copy p:last-child {
  margin: 0;
  max-width: 760px;
  color: #3b3843;
  font-size: 18px;
  line-height: 1.6;
}

.inz-home-referral-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .inz-home-referral-card {
    grid-template-columns: 1fr;
  }
  .inz-home-referral-actions {
    justify-content: flex-start;
  }
}


/* Why Small Businesses Choose Inzira */
.inz-home-feature-shell--premium {
  padding-top: 56px;
  padding-bottom: 34px;
}
.inz-home-feature-wrap--premium {
  background: #f5edf8;
  border-radius: 34px;
  padding: clamp(30px, 4vw, 42px) clamp(18px, 3vw, 28px) clamp(30px, 4vw, 42px);
  box-shadow: inset 0 0 0 1px rgba(87, 23, 142, 0.06);
}
.inz-home-center-head--compact {
  max-width: 840px;
  margin-bottom: 34px;
}
.inz-home-feature-wrap--premium .inz-home-center-head h2 {
  font-size: var(--inz-feature-title-size, clamp(46px, 4vw, 62px));
  line-height: 1;
  letter-spacing: -0.03em;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.inz-home-feature-wrap--premium .inz-home-center-head p {
  font-size: var(--inz-feature-desc-size, 20px);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.inz-home-feature-grid--premium {
  gap: 18px;
}
.inz-home-feature-grid--premium .inz-home-feature-card {
  min-height: 0;
  background: #fff;
  border-radius: 24px;
  padding: 24px 22px;
  border: 1px solid rgba(87, 23, 142, 0.08);
  box-shadow: 0 12px 30px rgba(87, 23, 142, 0.05);
}
.inz-home-feature-grid--premium .inz-home-feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 18px;
  background: #efe0ff;
  color: #6100c6;
}
.inz-home-feature-grid--premium .inz-home-feature-icon .material-symbols-outlined {
  font-size: 26px;
}
.inz-home-feature-grid--premium .inz-home-feature-card h3 {
  margin-bottom: 10px;
  font-size: var(--inz-feature-card-title-size, 24px);
  line-height: 1.12;
}
.inz-home-feature-grid--premium .inz-home-feature-card p {
  font-size: var(--inz-feature-card-body-size, 16px);
  line-height: 1.55;
}
@media (max-width: 980px) {
  .inz-home-feature-grid--premium {
    grid-template-columns: 1fr;
  }
  .inz-home-feature-wrap--premium {
    background: transparent;
    box-shadow: none;
  }
  .inz-home-feature-wrap--premium .inz-home-center-head h2 {
    font-size: clamp(38px, 8vw, 52px);
  }
}


/* Mobile-first premium card carousels */
@media (max-width: 820px) {
  .inz-home-services-grid,
  .inz-home-feature-grid,
  .inz-home-steps-grid,
  .inz-home-compare-grid {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 18px 28px 2px;
    margin-right: -6px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
    touch-action: pan-x;
  }

  .inz-home-services-grid {
    grid-auto-columns: minmax(82%, 1fr);
  }

  .inz-home-feature-grid,
  .inz-home-steps-grid {
    grid-auto-columns: minmax(84%, 1fr);
  }

  .inz-home-compare-grid {
    grid-auto-columns: minmax(92%, 1fr);
  }

  .inz-home-services-grid::-webkit-scrollbar,
  .inz-home-feature-grid::-webkit-scrollbar,
  .inz-home-steps-grid::-webkit-scrollbar,
  .inz-home-compare-grid::-webkit-scrollbar {
    display: none;
  }

  .inz-home-service-card,
  .inz-home-feature-card,
  .inz-home-step-card,
  .inz-home-compare-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: 100%;
  }

  .inz-home-services-shell,
  .inz-home-feature-wrap--premium,
  .inz-home-steps-shell,
  .inz-home-compare-shell {
    position: relative;
    overflow: visible;
  }

  .inz-home-compare-card--old,
  .inz-home-compare-card--new {
    background: #ffffff !important;
    background-image: none !important;
    color: #121316 !important;
  }

  .inz-home-compare-card--new {
    border: 1px solid rgba(87, 23, 142, 0.06) !important;
    box-shadow: 0 8px 18px rgba(31, 25, 44, 0.025) !important;
  }

  .inz-home-compare-card--new .inz-home-compare-pill {
    background: #f4e8ff !important;
    color: #57178e !important;
  }

  .inz-home-compare-card--new .material-symbols-outlined {
    color: #6100c6 !important;
  }

  .inz-home-service-card,
  .inz-home-feature-grid--premium .inz-home-feature-card,
  .inz-home-feature-card,
  .inz-home-step-card,
  .inz-home-compare-card {
    background: #ffffff !important;
    background-image: none !important;
    border-color: rgba(87, 23, 142, 0.055) !important;
    box-shadow: 0 8px 18px rgba(31, 25, 44, 0.025) !important;
  }

  .inz-home-step-card {
    min-height: 250px;
  }

  .inz-home-step-card--swipe-hint::after,
  .inz-home-compare-card--swipe-hint::after {
    content: '›';
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #efe0ff;
    color: var(--inz-secondary, #6100c6);
    box-shadow: 0 12px 26px rgba(87, 23, 142, 0.12);
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
  }
}

/* v153 mobile card sliders: no background panels behind floating cards */
@media (max-width: 820px) {
  .inz-home-partners-shell,
  .inz-home-success-layout {
    overflow: visible;
  }

  .inz-home-partners-shell,
  .inz-home-services-shell,
  .inz-home-feature-wrap--premium,
  .inz-home-steps-layout,
  .inz-home-compare-wrap,
  .inz-home-success-layout,
  .inz-home-platform-shell,
  .inz-home-services-section {
    background: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .inz-home-partners-shell,
  .inz-home-services-shell,
  .inz-home-feature-wrap--premium {
    border-radius: 0;
  }

  .inz-home-partners-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .inz-home-logo-row--partners,
  .inz-home-services-grid,
  .inz-home-feature-grid,
  .inz-home-steps-grid,
  .inz-home-compare-grid,
  .inz-home-success-slider {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  .inz-home-logo-row--partners {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 4px 16px 28px !important;
    margin: 0 -16px !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 16px !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    align-items: stretch !important;
  }

  .inz-home-logo-row--partners::-webkit-scrollbar,
  .inz-home-success-slider::-webkit-scrollbar {
    display: none !important;
  }

  .inz-home-logo-row--partners .inz-home-logo-box {
    flex: 0 0 calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
    min-width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid rgba(87, 23, 142, 0.055) !important;
    box-shadow: 0 8px 18px rgba(31, 25, 44, 0.025) !important;
  }

  /* v184: mobile-only partner logo scale bump. Desktop logo sizing is untouched. */
  .inz-home-logo-row--partners .inz-home-logo-box img {
    max-width: 90% !important;
    max-height: 116px !important;
    transform: scale(1.12);
    transform-origin: center;
  }

  .inz-home-success-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 4px 16px 28px !important;
    margin: 0 -16px !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 16px !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    align-items: stretch !important;
  }

  .inz-home-success-slider .inz-home-testimonial-card {
    flex: 0 0 calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
    min-width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    min-height: auto !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: 0 8px 18px rgba(31, 25, 44, 0.025) !important;
  }

  .inz-home-testimonial-card {
    border-radius: 18px !important;
  }

  .inz-home-testimonial-accent {
    background: rgba(97, 0, 198, 0.16) !important;
  }

  .inz-home-testimonial-content {
    padding: 18px 18px 16px 18px !important;
  }

  .inz-home-testimonial-quote {
    margin: 0 0 14px !important;
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.32 !important;
  }

  .inz-home-testimonial-meta {
    gap: 10px !important;
    align-items: flex-start !important;
  }

  .inz-home-avatar {
    width: 40px !important;
    height: 40px !important;
  }

  .inz-home-testimonial-name {
    margin: 0 0 4px !important;
    font-size: clamp(14px, 4.2vw, 17px) !important;
    line-height: 1.08 !important;
  }

  .inz-home-testimonial-role {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }
}




/* v116 mobile homepage quick-quote repair
   Keep Ship From / Ship To side by side, make Package Details full width,
   and move Get Rates into its own bottom row so the panel stops collapsing. */
@media (max-width: 700px) {
  .inz-home-quote-grid--premium {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3),
  .inz-home-quote-grid--premium > .inz-home-quote-action--stacked {
    grid-column: 1 / -1;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) {
    padding: 18px 16px 18px !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-stack {
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-inline-grid--package,
  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-inline-grid--package-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    max-width: none !important;
    width: 100% !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-mini-field--weight,
  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-mini-field--dimension {
    max-width: none !important;
    width: 100% !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-mini-label {
    min-height: 0 !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    letter-spacing: 0.04em !important;
    font-size: 9px !important;
    margin-bottom: 5px !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-mini-field--weight .inz-home-input,
  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-mini-field--dimension .inz-home-input {
    width: 100% !important;
    min-height: 46px !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-action--stacked {
    align-items: stretch !important;
    justify-content: stretch !important;
    margin-top: -2px;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-action--stacked .inz-home-button {
    width: 100% !important;
    max-width: none !important;
    min-height: 54px !important;
    font-size: 16px !important;
    border-radius: 999px !important;
  }
}


/* v125 home package-details mobile alignment
   Single authoritative rule set for the Home quick quote package row. */
.inz-home-quote-package-grid-match-pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 96px));
  gap: 10px;
  justify-content: start;
  align-items: start;
  width: 100%;
  max-width: 420px;
}

.inz-home-quote-package-item-match-pricing {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
}

.inz-home-quote-package-label-match-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 32px;
  margin: 0 0 6px;
  padding: 0;
  text-align: center;
  white-space: normal;
  gap: 0;
  color: #7a7488;
}

.inz-home-quote-package-label-match-pricing::before,
.inz-home-quote-package-label-match-pricing::after {
  content: none !important;
  display: none !important;
}

.inz-home-quote-package-label-match-pricing .inz-home-quote-package-label-word,
.inz-home-quote-package-label-match-pricing .inz-home-quote-package-label-unit {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
  text-align: center;
}

.inz-home-quote-package-grid-match-pricing .inz-home-input {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 50px;
  margin: 0;
  text-align: center;
  padding-inline: 8px;
}

@media (max-width: 700px) {
  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-stack {
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-grid-match-pricing {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
    justify-content: start !important;
    width: 100% !important;
    max-width: 420px !important;
    min-width: 0 !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-item-match-pricing {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-label-match-pricing {
    min-height: 40px !important;
    margin: 0 0 10px !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-label-match-pricing .inz-home-quote-package-label-word,
  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-label-match-pricing .inz-home-quote-package-label-unit {
    font-size: 10px !important;
    line-height: 1.12 !important;
    letter-spacing: 0.04em !important;
  }

  .inz-home-quote-grid--premium > .inz-home-quote-panel:nth-child(3) .inz-home-quote-package-grid-match-pricing .inz-home-input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 50px !important;
    margin: 0 !important;
    text-align: center !important;
    padding-inline: 8px !important;
  }
}


/* v168 mobile hero: approved supporting-card layout, Better Rates-safe wrapping, mobile only. */
@media (max-width: 767px) {
  body.inzira-front-native-nav .inz-home-hero-shell,
  .inzira-homepage-content > .inz-home-hero-shell {
    background: #f3f4f5 !important;
    padding-bottom: 18px !important;
    overflow: hidden !important;
  }

  body.inzira-front-native-nav .inz-home-hero-shell .inz-home-container,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-container {
    width: min(1220px, calc(100% - 52px)) !important;
    max-width: 1220px !important;
  }

  body.inzira-front-native-nav .inz-home-hero-grid,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    min-height: 0 !important;
    align-items: start !important;
    min-width: 0 !important;
  }

  body.inzira-front-native-nav .inz-home-hero-copy,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-copy {
    max-width: 100% !important;
    min-width: 0 !important;
    align-self: start !important;
  }

  body.inzira-front-native-nav .inz-home-eyebrow,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-eyebrow {
    margin-bottom: 30px !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    background: #eee4f8 !important;
    color: #57178e !important;
    font-size: clamp(14px, 3.7vw, 16px) !important;
    line-height: 1.1 !important;
    box-shadow: none !important;
  }

  body.inzira-front-native-nav .inz-home-hero-title,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-title {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: clamp(44px, 11.4vw, 60px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    font-weight: 800 !important;
    color: #121316 !important;
    text-wrap: balance !important;
  }

  body.inzira-front-native-nav .inz-home-hero-title span,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-title span {
    display: block !important;
    margin-top: 0.12em !important;
    color: #6100c6 !important;
  }

  body.inzira-front-native-nav .inz-home-hero-text,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    margin: 24px 0 0 !important;
    max-width: 100% !important;
    padding: 18px 18px 18px 38px !important;
    border: 1px solid rgba(87, 23, 142, 0.14) !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.42)), rgba(248, 244, 252, 0.78) !important;
    box-shadow: 0 16px 34px rgba(87, 23, 142, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    color: #3f3b4a !important;
    font-size: clamp(16px, 4vw, 18px) !important;
    line-height: 1.48 !important;
    letter-spacing: -0.012em !important;
    font-weight: 500 !important;
    text-wrap: pretty !important;
  }

  body.inzira-front-native-nav .inz-home-hero-text::before,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text::before {
    content: '' !important;
    position: absolute !important;
    left: 18px !important;
    top: 20px !important;
    bottom: 20px !important;
    width: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #6100c6 0%, #9a6cde 100%) !important;
    opacity: 0.9 !important;
    pointer-events: none !important;
  }

  body.inzira-front-native-nav .inz-home-hero-text-lead,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text-lead {
    display: block !important;
    margin: 0 0 8px !important;
    color: #16151d !important;
    font-size: clamp(17px, 4.25vw, 19px) !important;
    line-height: 1.22 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
  }

  body.inzira-front-native-nav .inz-home-hero-text-body,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text-body {
    display: block !important;
    margin: 0 !important;
    color: #3f3b4a !important;
    font-weight: 500 !important;
    line-height: 1.48 !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 28px !important;
    overflow: visible !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button {
    position: relative !important;
    width: 100% !important;
    min-height: 72px !important;
    padding: 0 74px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: clamp(20px, 5.6vw, 23px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.018em !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    isolation: isolate !important;
    box-sizing: border-box !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button:not(.inz-home-button--secondary),
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button:not(.inz-home-button--secondary) {
    background: linear-gradient(90deg, #57178e 0%, #6100c6 100%) !important;
    color: #ffffff !important;
    border: 0 !important;
    box-shadow: 0 18px 36px rgba(87, 23, 142, 0.18) !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button--secondary,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button--secondary {
    min-height: 66px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #57178e !important;
    border: 1px solid rgba(87, 23, 142, 0.18) !important;
    box-shadow: 0 13px 24px rgba(87, 23, 142, 0.075) !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button::before,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button::before {
    content: '' !important;
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button::after,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button::after {
    content: '' !important;
    position: absolute !important;
    left: 25px !important;
    top: 50% !important;
    width: 24px !important;
    height: 24px !important;
    transform: translateY(-50%) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button:not(.inz-home-button--secondary)::before,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button:not(.inz-home-button--secondary)::before {
    background: #ffffff !important;
    box-shadow: 0 6px 16px rgba(44, 17, 82, 0.12) !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button:not(.inz-home-button--secondary)::after,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button:not(.inz-home-button--secondary)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.25 4.75 7.25v9.5L12 20.75l7.25-4v-9.5L12 3.25Z' stroke='%2357178e' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M4.95 7.45 12 11.4l7.05-3.95M12 11.4v9.05' stroke='%2357178e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button--secondary::before,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button--secondary::before {
    left: 16px !important;
    width: 42px !important;
    height: 42px !important;
    background: #f0e7f9 !important;
    box-shadow: none !important;
  }

  body.inzira-front-native-nav .inz-home-hero-actions .inz-home-button--secondary::after,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-actions .inz-home-button--secondary::after {
    left: 25px !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25 16.75 3.75 18.25l.75-3.05A7.15 7.15 0 0 1 3 10.9C3 6.98 6.58 3.8 11 3.8s8 3.18 8 7.1S15.42 18 11 18a8.94 8.94 0 0 1-4.75-1.25Z' stroke='%2357178e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

  body.inzira-front-native-nav .inz-home-hero-art,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-art {
    justify-self: end !important;
    width: min(96%, 410px) !important;
    margin-top: 16px !important;
    margin-right: -20px !important;
    opacity: 0.96 !important;
  }

  body.inzira-front-native-nav .inz-home-hero-art svg,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-art svg {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

/* v170 desktop hero support-card polish */
@media (min-width: 768px) {
  body.inzira-front-native-nav .inz-home-hero-text,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: min(100%, 650px);
    max-width: 650px;
    margin: 30px 0 0;
    padding: 24px 28px 24px 44px;
    border: 1px solid rgba(87, 23, 142, 0.13);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.36)), rgba(248, 244, 252, 0.68);
    box-shadow: 0 18px 42px rgba(87, 23, 142, 0.055), inset 0 1px 0 rgba(255,255,255,0.68);
    color: #3f3b4a;
    text-wrap: pretty;
  }

  body.inzira-front-native-nav .inz-home-hero-text::before,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 24px;
    bottom: 24px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #6100c6 0%, #9a6cde 100%);
    opacity: 0.9;
    pointer-events: none;
  }

  body.inzira-front-native-nav .inz-home-hero-text-lead,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text-lead {
    display: block;
    margin: 0 0 9px;
    color: #16151d;
    font-size: clamp(18px, 1.35vw, 22px);
    line-height: 1.24;
    letter-spacing: -0.025em;
    font-weight: 850;
  }

  body.inzira-front-native-nav .inz-home-hero-text-body,
  .inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text-body {
    display: block;
    margin: 0;
    max-width: 39rem;
    color: #3f3b4a;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.55;
    letter-spacing: -0.012em;
    font-weight: 550;
  }
}


/* v171 support-card spacing hardening */
body.inzira-front-native-nav .inz-home-hero-text,
.inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text,
.inzira-homepage-content .inz-home-hero-text--polished { margin-bottom: 34px; }
body.inzira-front-native-nav .inz-home-hero-text-body,
.inzira-homepage-content > .inz-home-hero-shell .inz-home-hero-text-body,
.inzira-homepage-content .inz-home-hero-text--polished .inz-home-hero-text-body { display: block; }

/* v194 mobile scroll friction fix: do not trap vertical page scrolling on horizontal/swipe rows. */
@media (max-width: 900px) {
  .inz-home-services-grid,
  .inz-home-feature-grid,
  .inz-home-steps-grid,
  .inz-home-compare-grid,
  .inz-home-success-slider,
  .inz-home-logo-row--partners,
  .inz-home-services-grid > *,
  .inz-home-feature-grid > *,
  .inz-home-steps-grid > *,
  .inz-home-compare-grid > *,
  .inz-home-success-slider > *,
  .inz-home-logo-row--partners > * {
    touch-action: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: auto;
  }
}

/* v197: Home Quick Quote live layout now matches the editor preview: one polished row, no uneven panel cards. */
.inz-home-quote-grid--polished {
  grid-template-columns: minmax(148px, 1fr) minmax(148px, 1fr) minmax(148px, 1fr) minmax(176px, 1.05fr) minmax(154px, 0.78fr);
  gap: 18px;
  align-items: end;
}

.inz-home-quote-grid--polished .inz-home-quote-field,
.inz-home-quote-grid--polished .inz-home-quote-action {
  min-width: 0;
}

.inz-home-quote-grid--polished .inz-home-quote-label {
  display: block;
  margin: 0 0 10px;
  min-height: 0;
  font-size: var(--inz-quote-label-size, 13px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: var(--inz-quote-label-color, #3f3d46);
}

.inz-home-quote-grid--polished .inz-home-input-wrap,
.inz-home-quote-grid--polished .inz-home-input--dimension {
  min-height: 66px;
  border: 0;
  border-radius: 12px;
  background: #efeff1;
  box-shadow: inset 0 0 0 1px rgba(87, 23, 142, 0.03);
}

.inz-home-quote-grid--polished .inz-home-input-wrap {
  padding: 0 16px;
}

.inz-home-quote-grid--polished .inz-home-input-wrap .material-symbols-outlined {
  color: var(--inz-primary, #57178e);
  opacity: 0.55;
}

.inz-home-quote-grid--polished .inz-home-input {
  min-height: 66px;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: var(--inz-quote-input-color, #3f3d46);
  font-size: var(--inz-quote-input-size, 16px);
}

.inz-home-quote-grid--polished .inz-home-input--dimension {
  width: 100%;
  padding: 0 8px;
  text-align: center;
}

/* v198: keep the separate L/W/H dimension inputs grey like the other Quick Quote fields.
   This intentionally comes after the general transparent input rule so dimensions do not inherit the white card background. */
.inz-home-quote-grid--polished .inz-home-input.inz-home-input--dimension {
  background: #efeff1;
}

.inz-home-quote-grid--polished .inz-home-input::-webkit-outer-spin-button,
.inz-home-quote-grid--polished .inz-home-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inz-home-quote-grid--polished .inz-home-input[type="number"] {
  -moz-appearance: textfield;
}

.inz-home-quote-grid--polished .inz-home-quote-action {
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
}

.inz-home-quote-grid--polished .inz-home-button {
  width: 100%;
  min-width: 0;
  min-height: 66px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: var(--inz-quote-button-size, 16px);
  line-height: 1.1;
  white-space: nowrap;
}

.inz-home-quote-grid--polished + .inz-home-quote-results[hidden] {
  display: none !important;
}

@media (max-width: 1100px) {
  .inz-home-quote-grid--polished {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inz-home-quote-grid--polished .inz-home-quote-field--dimensions,
  .inz-home-quote-grid--polished .inz-home-quote-action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .inz-home-quote-grid--polished {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .inz-home-quote-grid--polished .inz-home-quote-field--dimensions,
  .inz-home-quote-grid--polished .inz-home-quote-action {
    grid-column: auto;
  }

  .inz-home-quote-grid--polished .inz-home-input-wrap,
  .inz-home-quote-grid--polished .inz-home-input,
  .inz-home-quote-grid--polished .inz-home-input--dimension,
  .inz-home-quote-grid--polished .inz-home-button {
    min-height: 56px;
  }
}
