.synot-affiliate-note,
.synot-warning {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #cbd8e6;
  border-radius: 6px;
  background: #f7fafc;
  color: #31435b;
}

.synot-warning {
  border-color: #f1c36a;
  background: #fff9eb;
  color: #5d4200;
}

.synot-affiliate-note strong,
.synot-warning strong {
  color: #0b2344;
}

.synot-affiliate-note p,
.synot-warning p {
  margin: 0;
}

.synot-hero-warning {
  margin: 18px 0 0;
  max-width: 760px;
}

.synot-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.synot-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #cddbe8;
  border-radius: 999px;
  background: #fff;
  color: #31435b;
  font-size: .82rem;
  font-weight: 700;
}

.synot-status.is-current {
  border-color: #8fd6ca;
  background: #eaf8f5;
  color: #07665f;
}

.synot-verdict-grid,
.synot-score-grid,
.synot-tool-grid,
.synot-result-grid,
.synot-step-grid,
.synot-fact-grid {
  display: grid;
  gap: 14px;
}

.synot-verdict-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.synot-verdict-item {
  padding: 16px 0 0;
  border-top: 3px solid #0f7aea;
}

.synot-verdict-item:nth-child(2) {
  border-color: #07877f;
}

.synot-verdict-item:nth-child(3) {
  border-color: #c98a00;
}

.synot-verdict-item span,
.synot-result span,
.synot-fact span {
  display: block;
  margin-bottom: 5px;
  color: #60738e;
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.synot-verdict-item strong {
  display: block;
  margin-bottom: 7px;
  color: #0b2344;
  font-size: 1.12rem;
}

.synot-verdict-item p {
  margin: 0;
}

.synot-score-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
}

.synot-score-total {
  display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  border: 12px solid #dce8f3;
  border-top-color: #0f7aea;
  border-right-color: #07877f;
  border-radius: 50%;
  color: #0b2344;
  text-align: center;
}

.synot-score-total strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.synot-score-total span {
  display: block;
  margin-top: 4px;
  color: #60738e;
  font-size: .73rem;
  font-weight: 800;
  text-transform: uppercase;
}

.synot-score-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.synot-score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 6px 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #d9e4ee;
}

.synot-score-row strong {
  color: #0b2344;
}

.synot-score-row > span {
  justify-self: end;
  color: #0b2344;
  font-weight: 800;
}

.synot-meter {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2ebf3;
}

.synot-meter span {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #07877f, #0f7aea);
}

.synot-tool-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.synot-tool {
  min-width: 0;
  padding: 20px;
  border: 1px solid #cad9e7;
  border-radius: 8px;
  background: #f8fbfd;
}

.synot-tool h3 {
  margin-top: 0;
}

.synot-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.synot-field {
  min-width: 0;
}

.synot-field label {
  display: block;
  min-height: 42px;
  margin-bottom: 7px;
  color: #0b2344;
  font-size: .9rem;
  font-weight: 800;
}

.synot-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aebfd0;
  border-radius: 6px;
  background: #fff;
  color: #0b2344;
  font: inherit;
  font-weight: 700;
}

.synot-field input:focus {
  border-color: #0f7aea;
  outline: 3px solid rgba(15, 122, 234, .18);
  outline-offset: 1px;
}

.synot-result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.synot-result {
  min-width: 0;
  padding: 14px;
  border-left: 4px solid #07877f;
  background: #fff;
}

.synot-result strong {
  display: block;
  color: #0b2344;
  font-size: 1.35rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.synot-result.is-warning {
  border-left-color: #c98a00;
}

.synot-calculator-message {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #07877f;
  background: #eaf8f5;
  color: #174944;
  font-weight: 700;
}

.synot-calculator-message.is-risk {
  border-left-color: #b42318;
  background: #fff0ee;
  color: #7a271a;
}

.synot-milestones {
  margin: 15px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #d4e0eb;
  color: #40536c;
  font-size: .9rem;
}

.synot-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.synot-step {
  min-width: 0;
  padding-top: 14px;
  border-top: 3px solid #0f7aea;
}

.synot-step b {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #e6f0ff;
  color: #0f64c8;
}

.synot-step strong {
  display: block;
  margin-bottom: 6px;
  color: #0b2344;
}

.synot-step p {
  margin: 0;
}

.synot-fact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px 0;
}

.synot-fact {
  min-width: 0;
  padding: 15px 0;
  border-top: 1px solid #b8c9d9;
  border-bottom: 1px solid #b8c9d9;
}

.synot-fact strong {
  display: block;
  color: #0b2344;
  font-size: 1.08rem;
  overflow-wrap: anywhere;
}

.synot-condition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.synot-condition-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid #dbe5ee;
}

.synot-condition-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #07877f;
}

.synot-cta-note {
  margin: 10px 0 0;
  color: #dce9f8;
  font-size: .82rem;
}

.synot-author {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.synot-author img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}

.synot-author h3,
.synot-author p {
  margin-top: 0;
}

.synot-source-date {
  color: #40536c;
  font-size: .9rem;
  font-weight: 700;
}

@media (max-width: 920px) {
  .synot-verdict-grid,
  .synot-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .synot-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .synot-score-head,
  .synot-score-grid,
  .synot-tool-grid,
  .synot-field-grid,
  .synot-result-grid,
  .synot-condition-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .synot-score-total {
    width: 124px;
    height: 124px;
  }

  .synot-field label {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .synot-verdict-grid,
  .synot-step-grid,
  .synot-fact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .synot-tool {
    padding: 16px;
  }

  .synot-affiliate-note,
  .synot-warning {
    padding: 12px;
  }

  .synot-author {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .synot-author img {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .synot-meter span {
    transition: none;
  }
}
