/* ============================================================
   TradeWorks AI - #why-different stacked audience cards
   ============================================================ */

#why-different {
  --wd-navy: #0B1F3A;
  --wd-blue: #1E3A5F;
  --wd-deep: #0F2B46;
  --wd-teal: #00B4D8;
  --wd-teal-dark: #007C97;
  --wd-orange: #FF6B2B;
  --wd-orange-dark: #E55A1B;
  --wd-green: #10B981;
  --wd-green-dark: #0F8C63;
  --wd-muted: #64748B;
  --wd-border: #DCE7EF;
  --wd-light: #F8FAFC;
  --wd-error: #F87171;
  --wd-focus: 0 0 0 4px rgba(0, 180, 216, 0.24);
  --wd-sticky-top: 88px;
  --wd-layer-gap: 56px;
  --wd-rail-column: 78px;
  --wd-stack-runway: clamp(2rem, 6vh, 4rem);

  overflow-x: clip;
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 18%, #F8FAFC 100%);
  padding: clamp(4.5rem, 8vw, 6.5rem) 0 clamp(2rem, 4vw, 3.25rem);
}

#why-different .container {
  max-width: 1280px;
}

#why-different .wd-head {
  max-width: 1180px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  padding-left: var(--wd-rail-column);
  text-align: left;
}

#why-different .wd-head .home-light-h2 {
  max-width: 1100px;
  margin: 0 0 18px;
  color: #112952;
  font-size: clamp(2rem, 3vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: 0;
}

#why-different .wd-head .home-light-sub {
  max-width: 1160px;
  color: #475569;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

#why-different .wd-stack-layout {
  position: relative;
  display: grid;
  grid-template-columns: var(--wd-rail-column) minmax(0, 1fr);
  align-items: start;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
}

#why-different .wd-rail {
  position: sticky;
  top: calc(var(--wd-sticky-top) + 12px);
  z-index: 20;
  display: grid;
  gap: 22px;
  padding-top: 0;
  transform: translateX(-14px);
}

#why-different .wd-rail-link {
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  gap: 11px;
  width: max-content;
  min-width: 220px;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 9px 15px 9px 10px;
  color: #32445E;
  background: transparent;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

#why-different .wd-rail-link:hover,
#why-different .wd-rail-link:focus-visible,
#why-different .wd-rail-link.is-active {
  border-color: rgba(220, 231, 239, 0.9);
  color: #102955;
  background: #FFFFFF;
  box-shadow: 0 14px 34px rgba(15, 43, 70, 0.12);
  transform: translateX(8px);
}

#why-different .wd-rail-link:focus-visible {
  outline: 0;
  box-shadow: var(--wd-focus), 0 14px 34px rgba(15, 43, 70, 0.12);
}

#why-different .wd-rail-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 43, 0.16);
  border-radius: 10px;
  background: rgba(255, 107, 43, 0.08);
}

#why-different .wd-rail-icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#why-different .wd-rail-link:hover .wd-rail-icon,
#why-different .wd-rail-link:focus-visible .wd-rail-icon,
#why-different .wd-rail-link.is-active .wd-rail-icon {
  border-color: rgba(255, 107, 43, 0.24);
  background: rgba(255, 107, 43, 0.12);
}

#why-different .wd-stack {
  position: relative;
  display: grid;
  gap: 0;
  min-width: 0;
  padding-bottom: var(--wd-stack-runway);
}

#why-different .wd-panel {
  --wd-card-bg: var(--wd-deep);
  --wd-card-bg-2: #132F4C;
  --wd-accent: var(--wd-teal);
  --wd-soft-line: rgba(255, 255, 255, 0.16);

  position: sticky;
  top: var(--wd-sticky-top);
  z-index: 1;
  min-height: 520px;
  margin-bottom: 96px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  color: #FFFFFF;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, var(--wd-card-bg) 0%, var(--wd-card-bg-2) 100%);
  box-shadow:
    0 30px 70px rgba(15, 43, 70, 0.22),
    0 0 0 1px rgba(0, 180, 216, 0.08),
    0 18px 54px rgba(0, 180, 216, 0.16);
  overflow: hidden;
}

#why-different .wd-panel:hover,
#why-different .wd-panel:focus-within {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 34px 78px rgba(15, 43, 70, 0.26),
    0 0 0 1px rgba(0, 180, 216, 0.2),
    0 22px 66px rgba(0, 180, 216, 0.22);
}

#why-different .wd-panel:nth-child(2) {
  top: calc(var(--wd-sticky-top) + var(--wd-layer-gap));
  z-index: 2;
}

#why-different .wd-panel:nth-child(2) .wd-panel-grid {
  padding-top: clamp(7.2rem, 9vw, 8.2rem);
}

#why-different .wd-panel:nth-child(3) {
  top: calc(var(--wd-sticky-top) + (var(--wd-layer-gap) * 2));
  z-index: 3;
  margin-bottom: 0;
}

#why-different .wd-panel[data-panel="homeowners"] {
  --wd-card-bg: #008A68;
  --wd-card-bg-2: #00A884;
  --wd-accent: var(--wd-green);
}

#why-different .wd-panel[data-panel="managers"] {
  --wd-card-bg: #8A155F;
  --wd-card-bg-2: #B01C78;
  --wd-accent: var(--wd-orange);
}

#why-different .wd-panel[data-panel="contractors"] {
  --wd-card-bg: #5B21B6;
  --wd-card-bg-2: #7C3AED;
  --wd-accent: var(--wd-teal);
}

#why-different .wd-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(2rem, 5vw, 4.75rem);
  min-height: inherit;
  padding: clamp(6.1rem, 8vw, 7.2rem) clamp(2rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem);
}

#why-different .wd-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

#why-different .wd-mobile-copy,
#why-different .wd-mobile-card-title {
  display: none;
}

#why-different .wd-panel-copy h3 {
  max-width: 610px;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

#why-different .wd-panel-copy > p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.65;
}

#why-different .wd-checks {
  display: grid;
  gap: 10px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

#why-different .wd-checks li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  line-height: 1.42;
}

#why-different .wd-checks li::before {
  content: "\2713";
  display: grid;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

#why-different .wd-actions {
  margin-top: 0;
}

#why-different .wd-primary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 13px 24px;
  color: #FFFFFF;
  background: var(--wd-orange);
  box-shadow: 0 16px 30px rgba(255, 107, 43, 0.22);
  font-family: var(--font-heading);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#why-different .wd-primary-action:hover {
  background: var(--wd-orange-dark);
  box-shadow: 0 20px 36px rgba(255, 107, 43, 0.28);
  transform: translateY(-2px);
}

#why-different .wd-primary-action:focus-visible {
  outline: 0;
  box-shadow: var(--wd-focus), 0 16px 30px rgba(255, 107, 43, 0.22);
}

#why-different .wd-primary-action--green {
  background: var(--wd-orange);
}

#why-different .wd-primary-action--green:hover {
  background: var(--wd-orange-dark);
}

#why-different .wd-action-note {
  display: block;
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  line-height: 1.5;
}

#why-different .wd-panel-visual {
  display: flex;
  align-items: center;
  min-width: 0;
}

#why-different .wd-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: clamp(1.45rem, 3.2vw, 2.2rem);
  color: #FFFFFF;
  background: rgba(7, 20, 40, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

#why-different .wd-card-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

#why-different .wd-card-title {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

#why-different .wd-card-head p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.45;
}

#why-different .wd-reward-max {
  flex: 0 0 auto;
  text-align: right;
}

#why-different .wd-reward-max span {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#why-different .wd-reward-max strong {
  display: block;
  margin-top: 4px;
  color: #FFFFFF;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  line-height: 1.05;
}

#why-different .wd-reward-bands {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

#why-different .wd-reward-band {
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 12px 8px;
  color: #FFFFFF;
  background: rgba(0, 180, 216, 0.09);
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#why-different .wd-reward-band:hover {
  border-color: rgba(16, 185, 129, 0.65);
  transform: translateY(-2px);
}

#why-different .wd-reward-band:focus-visible {
  outline: 0;
  box-shadow: var(--wd-focus);
}

#why-different .wd-reward-band[aria-pressed="true"] {
  border-color: #6EE7B7;
  background: rgba(16, 185, 129, 0.16);
  box-shadow: inset 0 0 0 1px rgba(110, 231, 183, 0.55);
}

#why-different .wd-reward-band .rate {
  display: block;
  color: #6EE7B7;
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1;
}

#why-different .wd-reward-band .range,
#why-different .wd-reward-band .bonus {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.25;
}

#why-different .wd-reward-detail {
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(3, 18, 30, 0.34);
}

#why-different .wd-reward-detail h4 {
  margin: 0;
  color: #FFFFFF;
  font-size: 0.94rem;
  font-weight: 900;
}

#why-different .wd-reward-detail p,
#why-different .wd-reward-total-line {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.45;
}

#why-different .wd-reward-total-line {
  color: #FFFFFF;
  font-weight: 800;
}

#why-different .wd-reward-total-line strong {
  color: #FFFFFF;
}

#why-different .wd-terms {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  line-height: 1.45;
}

#why-different .wd-flow {
  display: grid;
  gap: 14px;
}

#why-different .wd-flow-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}

#why-different .wd-flow-step > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  color: #FFFFFF;
  background: var(--wd-orange);
  font-size: 0.78rem;
  font-weight: 900;
}

#why-different .wd-flow-step strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.88rem;
  line-height: 1.3;
}

#why-different .wd-flow-step small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  line-height: 1.4;
}

#why-different .wd-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 20px;
}

#why-different .wd-stat {
  text-align: center;
}

#why-different .wd-stat strong {
  display: block;
  color: #FFFFFF;
  font-size: 1.36rem;
  font-weight: 900;
  line-height: 1.1;
}

#why-different .wd-stat span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  line-height: 1.3;
}

#why-different .wd-lookup-form {
  display: grid;
  gap: 16px;
  margin: 0;
}

#why-different .wd-field {
  display: grid;
  gap: 8px;
}

#why-different .wd-field label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

#why-different .wd-lookup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

#why-different .wd-zip-input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(203, 213, 225, 0.28);
  border-radius: 7px;
  padding: 10px 12px;
  color: #FFFFFF;
  background: rgba(10, 27, 52, 0.52);
  font-family: inherit;
  font-size: 0.95rem;
}

#why-different select.wd-zip-input {
  color: rgba(255, 255, 255, 0.82);
}

#why-different .wd-zip-input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

#why-different .wd-zip-input:focus-visible {
  outline: 0;
  border-color: rgba(0, 180, 216, 0.9);
  box-shadow: var(--wd-focus);
}

#why-different .wd-zip-input[aria-invalid="true"] {
  border-color: var(--wd-error);
}

#why-different .wd-lookup-button {
  min-height: 40px;
  border: 0;
  border-radius: 7px;
  padding: 10px 18px;
  color: #FFFFFF;
  background: #0EA899;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.18s ease, transform 0.18s ease;
}

#why-different .wd-lookup-button:hover {
  background: #008C82;
  transform: translateY(-1px);
}

#why-different .wd-lookup-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

#why-different .wd-field-help,
#why-different .wd-field-error {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

#why-different .wd-field-help {
  color: rgba(255, 255, 255, 0.46);
}

#why-different .wd-field-error {
  color: #FCA5A5;
  font-weight: 800;
}

#why-different .wd-field-error[hidden] {
  display: none;
}

#why-different .wd-lookup-output {
  margin-top: 18px;
}

#why-different .wd-lookup-empty,
#why-different .wd-lookup-loading,
#why-different .wd-lookup-waitlist,
#why-different .wd-lookup-errorstate {
  border: 1px solid rgba(203, 213, 225, 0.16);
  border-radius: 8px;
  padding: 13px 16px;
  color: rgba(255, 255, 255, 0.42);
  background: rgba(10, 27, 52, 0.5);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

#why-different .wd-lookup-loading {
  color: #FFFFFF;
}

#why-different .wd-lookup-waitlist {
  border-color: rgba(255, 180, 84, 0.4);
  color: #FFE8C2;
}

#why-different .wd-lookup-errorstate {
  border-color: rgba(248, 113, 113, 0.44);
  color: #FECACA;
}

#why-different .wd-lookup-errorstate .wd-retry-btn {
  display: inline-flex;
  margin-top: 10px;
  border: 1px solid rgba(254, 202, 202, 0.5);
  border-radius: 7px;
  padding: 8px 14px;
  color: #FFFFFF;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

#why-different .wd-lookup-result {
  border: 1px solid rgba(203, 213, 225, 0.16);
  border-radius: 10px;
  padding: 16px;
  color: #FFFFFF;
  background: rgba(10, 27, 52, 0.5);
  box-shadow: inset 0 0 0 1px rgba(0, 180, 216, 0.16);
}

#why-different .wd-lookup-result h4 {
  margin: 0;
  color: #FFFFFF;
  font-size: 1rem;
}

#why-different .wd-market-line {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

#why-different .wd-market-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

#why-different .wd-market-stats div {
  border: 1px solid rgba(203, 213, 225, 0.16);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
}

#why-different .wd-market-stats strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.94rem;
}

#why-different .wd-market-stats span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
}

#why-different .wd-result-table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
  font-size: 0.78rem;
}

#why-different .wd-result-table th {
  padding: 8px 7px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 0.68rem;
}

#why-different .wd-result-table td {
  padding: 8px 7px;
  border-bottom: 1px solid rgba(203, 213, 225, 0.12);
  color: rgba(255, 255, 255, 0.76);
  vertical-align: top;
}

#why-different .wd-result-table td:first-child,
#why-different .wd-result-table td:last-child {
  color: #FFFFFF;
  font-weight: 800;
}

#why-different .wd-result-table td:last-child {
  white-space: nowrap;
}

#why-different .wd-scope {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

#why-different .wd-availability {
  display: inline-flex;
  margin-top: 5px;
  border-radius: 999px;
  padding: 3px 7px;
  color: #A7F3D0;
  background: rgba(16, 185, 129, 0.12);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

#why-different .wd-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

#why-different .wd-claim-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 180, 216, 0.58);
  border-radius: 7px;
  padding: 9px 16px;
  color: #FFFFFF;
  background: rgba(0, 180, 216, 0.14);
  font-weight: 900;
  text-decoration: none;
}

#why-different .wd-result-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
}

@media (max-width: 1120px) {
  #why-different {
    --wd-rail-column: 84px;
  }

  #why-different .wd-head {
    padding-left: var(--wd-rail-column);
  }

  #why-different .wd-stack-layout {
    grid-template-columns: var(--wd-rail-column) minmax(0, 1fr);
  }

  #why-different .wd-rail {
    transform: translateX(-8px);
  }

  #why-different .wd-rail-link {
    min-width: 190px;
  }

  #why-different .wd-panel-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

@media (max-width: 900px) {
  #why-different {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  #why-different .wd-stack-layout {
    display: block;
  }

  #why-different .wd-head {
    padding-left: 0;
  }

  #why-different .wd-rail {
    display: none;
  }

  #why-different .wd-stack {
    gap: 22px;
    padding-bottom: 0;
  }

  #why-different .wd-panel,
  #why-different .wd-panel:nth-child(2),
  #why-different .wd-panel:nth-child(3) {
    position: static;
    min-height: 0;
    margin-bottom: 0;
  }

  #why-different .wd-panel-grid {
    padding: clamp(1.5rem, 6vw, 2.2rem);
  }
}

@media (max-width: 720px) {
  #why-different .wd-head {
    margin-bottom: 1.75rem;
  }

  #why-different .wd-head .home-light-h2 {
    font-size: 1.78rem;
  }

  #why-different .wd-panel-grid {
    gap: 1.35rem;
  }

  #why-different .wd-card-head {
    display: block;
  }

  #why-different .wd-reward-max {
    margin-top: 14px;
    text-align: left;
  }

  #why-different .wd-reward-bands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #why-different .wd-reward-band:last-child {
    grid-column: 1 / -1;
  }

  #why-different .wd-stat-row,
  #why-different .wd-market-stats {
    grid-template-columns: 1fr;
  }

  #why-different .wd-lookup-row {
    grid-template-columns: 1fr;
  }

  #why-different .wd-lookup-button,
  #why-different .wd-primary-action {
    width: 100%;
  }

  #why-different .wd-result-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  #why-different .wd-result-table,
  #why-different .wd-result-table tbody,
  #why-different .wd-result-table tr,
  #why-different .wd-result-table td {
    display: block;
    width: 100%;
  }

  #why-different .wd-result-table tr {
    margin-top: 10px;
    border: 1px solid rgba(203, 213, 225, 0.16);
    border-radius: 8px;
    padding: 8px;
  }

  #why-different .wd-result-table td {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 8px;
    border: 0;
    padding: 6px;
    white-space: normal;
  }

  #why-different .wd-result-table td::before {
    content: attr(data-label);
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.68rem;
    font-weight: 900;
  }
}

@media (max-width: 430px) {
  #why-different .wd-panel-grid {
    padding: 1.25rem;
  }

  #why-different .wd-card {
    padding: 1rem;
  }

  #why-different .wd-reward-bands {
    grid-template-columns: 1fr;
  }

  #why-different .wd-reward-band:last-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  #why-different {
    padding: 2.4rem 0 3.1rem;
    overflow: hidden;
  }

  #why-different .container {
    width: min(100%, 430px);
    padding-right: 18px;
    padding-left: 18px;
  }

  #why-different .wd-head {
    max-width: none;
    margin-bottom: 1.7rem;
    text-align: left;
  }

  #why-different .wd-head .home-light-tag {
    display: none;
  }

  #why-different .wd-head .home-light-h2 {
    max-width: 22rem;
    font-size: 1.55rem;
    line-height: 1.12;
  }

  #why-different .wd-head .home-light-sub {
    max-width: 21.5rem;
    margin-top: 1rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  #why-different .wd-stack {
    display: grid;
    gap: 1.45rem;
  }

  #why-different .wd-panel,
  #why-different .wd-panel:nth-child(2),
  #why-different .wd-panel:nth-child(3) {
    width: 100%;
    border: 0;
    border-radius: 18px;
    box-shadow:
      0 18px 38px rgba(15, 43, 70, 0.18),
      0 1px 0 rgba(255, 255, 255, 0.16) inset;
    transform: none;
  }

  #why-different .wd-panel[data-panel="homeowners"] {
    --wd-card-bg: #008A68;
    --wd-card-bg-2: #00A884;
  }

  #why-different .wd-panel[data-panel="managers"] {
    --wd-card-bg: #8A155F;
    --wd-card-bg-2: #B01C78;
  }

  #why-different .wd-panel[data-panel="contractors"] {
    --wd-card-bg: #5B21B6;
    --wd-card-bg-2: #7C3AED;
  }

  #why-different .wd-panel-grid {
    display: block;
    padding: 1.25rem;
  }

  #why-different .wd-panel-copy {
    display: block;
  }

  #why-different .wd-panel-copy > h3,
  #why-different .wd-panel-copy > p,
  #why-different .wd-panel-copy > .wd-checks,
  #why-different .wd-panel-copy > .wd-actions {
    display: none;
  }

  #why-different .wd-mobile-copy {
    display: block;
  }

  #why-different .wd-mobile-copy h3 {
    max-width: none;
    font-size: 1.52rem;
    line-height: 1.09;
  }

  #why-different .wd-mobile-copy > p {
    max-width: none;
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
    line-height: 1.58;
  }

  #why-different .wd-checks {
    gap: 0.68rem;
    margin: 1.18rem 0 1.25rem;
  }

  #why-different .wd-checks li {
    grid-template-columns: 18px 1fr;
    gap: 0.62rem;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  #why-different .wd-checks li::before {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    border-width: 2px;
    font-size: 8px;
  }

  #why-different .wd-primary-action {
    min-height: 2.45rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 7px;
    padding: 0.72rem 1rem;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: none;
    font-size: 0.82rem;
    text-transform: none;
  }

  #why-different .wd-primary-action::after {
    content: "\2192";
    margin-left: 0.55rem;
    font-size: 1rem;
    line-height: 1;
  }

  #why-different .wd-primary-action:hover {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    transform: none;
  }

  #why-different .wd-panel-visual {
    display: block;
    margin-top: 1.35rem;
  }

  #why-different .wd-card {
    border: 0;
    border-radius: 14px;
    padding: 1.35rem 1.05rem 1.2rem;
    background: rgba(3, 18, 30, 0.34);
    box-shadow: none;
    backdrop-filter: none;
  }

  #why-different .wd-card-head {
    display: block;
    margin-bottom: 1rem;
  }

  #why-different .wd-card-title {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  #why-different .wd-card-head p,
  #why-different .wd-reward-max,
  #why-different .wd-reward-detail,
  #why-different .wd-terms {
    display: none;
  }

  #why-different .wd-desktop-card-title {
    display: none;
  }

  #why-different .wd-mobile-card-title {
    display: inline;
  }

  #why-different .wd-panel[data-panel="homeowners"] .wd-card {
    padding-top: 1.55rem;
    background: rgba(1, 61, 57, 0.48);
  }

  #why-different .wd-panel[data-panel="homeowners"] .wd-card-title {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    text-align: center;
  }

  #why-different .wd-reward-bands {
    position: relative;
    display: flex;
    min-height: 9.6rem;
    align-items: flex-end;
    gap: 0.52rem;
    padding: 0.7rem 0 3.25rem;
  }

  #why-different .wd-reward-bands::after {
    content: "Currently Tier 3 \2022  Earn $250+ back in platform credits";
    position: absolute;
    right: 0.55rem;
    bottom: 0;
    left: 0.55rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
  }

  #why-different .wd-reward-band {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    height: 3.1rem;
    border: 0;
    border-radius: 6px;
    padding: 0;
    background: rgba(30, 116, 113, 0.62);
    box-shadow: none;
  }

  #why-different .wd-reward-band:nth-child(1) {
    height: 2.15rem;
  }

  #why-different .wd-reward-band:nth-child(2) {
    height: 3rem;
  }

  #why-different .wd-reward-band:nth-child(3) {
    height: 4.85rem;
  }

  #why-different .wd-reward-band:nth-child(4) {
    height: 3.5rem;
  }

  #why-different .wd-reward-band:nth-child(5) {
    height: 5.85rem;
  }

  #why-different .wd-reward-band[aria-pressed="true"] {
    background: var(--wd-orange);
    box-shadow: none;
  }

  #why-different .wd-reward-band .rate {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.9rem;
  }

  #why-different .wd-reward-band[aria-pressed="true"] .rate {
    color: #FFFFFF;
  }

  #why-different .wd-reward-band .range,
  #why-different .wd-reward-band .bonus {
    display: none;
  }

  #why-different .wd-reward-band::after {
    position: absolute;
    right: -0.15rem;
    bottom: -1.45rem;
    left: -0.15rem;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.58rem;
    font-weight: 800;
    text-align: center;
  }

  #why-different .wd-reward-band:nth-child(1)::after {
    content: "Tier 1";
  }

  #why-different .wd-reward-band:nth-child(2)::after {
    content: "Tier 2";
  }

  #why-different .wd-reward-band:nth-child(3)::after {
    content: "Tier 3";
  }

  #why-different .wd-reward-band:nth-child(4)::after {
    content: "Tier 4";
  }

  #why-different .wd-reward-band:nth-child(5)::after {
    content: "Tier 5";
  }

  #why-different .wd-panel[data-panel="managers"] .wd-card {
    background: rgba(31, 9, 61, 0.46);
  }

  #why-different .wd-flow {
    gap: 0.78rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  #why-different .wd-flow-step {
    grid-template-columns: 1.65rem 1fr;
    gap: 0.72rem;
  }

  #why-different .wd-flow-step > span {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.68rem;
  }

  #why-different .wd-flow-step strong {
    font-size: 0.78rem;
  }

  #why-different .wd-flow-step small {
    font-size: 0.7rem;
  }

  #why-different .wd-stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.1rem;
    border-top: 0;
    padding-top: 0;
  }

  #why-different .wd-stat strong {
    font-size: 1.16rem;
  }

  #why-different .wd-stat span {
    font-size: 0.58rem;
  }

  #why-different .wd-panel[data-panel="contractors"] .wd-card {
    background: rgba(4, 17, 38, 0.44);
  }

  #why-different .wd-panel[data-panel="contractors"] .wd-card-title {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
  }

  #why-different .wd-lookup-form {
    gap: 0.8rem;
  }

  #why-different .wd-field {
    gap: 0.5rem;
  }

  #why-different .wd-field label {
    font-size: 0.68rem;
  }

  #why-different .wd-zip-input {
    min-height: 2.55rem;
    border-radius: 6px;
    padding: 0.7rem 0.75rem;
    font-size: 0.82rem;
    background: rgba(16, 36, 66, 0.78);
  }

  #why-different .wd-lookup-row {
    grid-template-columns: minmax(0, 1fr) 6.8rem;
    gap: 0.65rem;
  }

  #why-different .wd-lookup-button {
    width: auto;
    min-height: 2.55rem;
    border-radius: 6px;
    padding: 0.7rem 0.72rem;
    font-size: 0;
    background: var(--wd-orange);
  }

  #why-different .wd-lookup-button::after {
    content: "Verify";
    color: #FFFFFF;
    font-size: 0.82rem;
    font-weight: 900;
  }

  #why-different .wd-field-help,
  #why-different .wd-field-error {
    font-size: 0.68rem;
  }

  #why-different .wd-lookup-output:not(:has(.wd-lookup-result)):not(:has(.wd-lookup-loading)):not(:has(.wd-lookup-errorstate)):not(:has(.wd-lookup-waitlist)) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #why-different .wd-panel,
  #why-different .wd-panel:nth-child(2),
  #why-different .wd-panel:nth-child(3) {
    position: static;
    margin-bottom: 22px;
  }

  #why-different .wd-rail {
    display: none;
  }

  #why-different .wd-rail-link,
  #why-different .wd-panel,
  #why-different .wd-reward-band,
  #why-different .wd-primary-action,
  #why-different .wd-lookup-button {
    transition-duration: 0.01ms !important;
  }
}
