/* Country landing pages (canada/, methodology) — layered on seo-broker-pages.css. */

.country-byline {
  max-width: 780px;
  margin: 16px 0 0;
  color: #5f7688;
  font-size: 14px;
  line-height: 1.6;
}

.country-byline a {
  font-weight: 700;
}

.country-risk-note {
  max-width: 780px;
  margin: 12px 0 0;
  color: #5f7688;
  font-size: 12px;
  line-height: 1.55;
}

.country-snapshot {
  margin: 0;
}

.country-snapshot-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(29, 57, 78, 0.1);
}

.country-snapshot-row:last-child {
  border-bottom: none;
}

.country-snapshot-row dt {
  color: #5f7688;
  font-size: 13px;
  font-weight: 700;
}

.country-snapshot-row dd {
  margin: 0;
  color: #1d394e;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.country-prose {
  max-width: 820px;
}

.country-prose-p {
  margin: 0 0 18px;
  color: #33506a;
  font-size: 17px;
  line-height: 1.75;
}

.country-prose-p:last-child {
  margin-bottom: 0;
}

.country-prose-list {
  margin-top: 6px;
}

.country-table-footnote {
  max-width: 820px;
  margin: 14px 0 0;
  color: #5f7688;
  font-size: 13px;
  line-height: 1.6;
}

.country-honesty-section {
  padding: 26px 0;
}

.country-honesty {
  max-width: 880px;
  padding: 30px 34px;
  border: 1px solid rgba(23, 124, 146, 0.35);
  border-left: 6px solid #177c92;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 50px rgba(29, 57, 78, 0.08);
}

.country-honesty .broker-h2 {
  margin: 6px 0 14px;
}

.country-honesty p {
  margin: 0 0 14px;
  color: #33506a;
  font-size: 16px;
  line-height: 1.7;
}

.country-honesty p:last-child {
  margin-bottom: 0;
}

.country-steps {
  max-width: 820px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: country-step;
}

.country-step {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(29, 57, 78, 0.1);
}

.country-step:last-child {
  border-bottom: none;
}

.country-step-number {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #177c92;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.country-step h3 {
  margin: 4px 0 8px;
  color: #1d394e;
  font-size: 18px;
}

.country-step p {
  margin: 0;
  color: #49667a;
  font-size: 15px;
  line-height: 1.65;
}

.country-checklist {
  max-width: 820px;
}

.country-cta-section {
  padding: 26px 0;
}

.country-cta {
  max-width: 880px;
  padding: 32px 36px;
  border-radius: 10px;
  background: #10364a;
  color: #ffffff;
}

.country-cta h2 {
  margin: 6px 0 10px;
  color: #ffffff;
  font-size: 26px;
}

.country-cta p {
  margin: 0 0 6px;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

.country-cta .broker-eyebrow {
  color: #7fd1e2;
}

.country-cta .country-risk-note {
  color: rgba(255, 255, 255, 0.6);
}

.country-calculator {
  max-width: 880px;
  padding: 28px 30px;
  border: 1px solid rgba(29, 57, 78, 0.12);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 50px rgba(29, 57, 78, 0.08);
}

.country-calculator-input label {
  display: block;
  margin-bottom: 8px;
  color: #1d394e;
  font-size: 14px;
  font-weight: 800;
}

.country-calculator-input input {
  width: 160px;
  padding: 10px 12px;
  border: 1px solid rgba(29, 57, 78, 0.25);
  border-radius: 8px;
  color: #1d394e;
  font-size: 18px;
  font-weight: 800;
}

.country-calculator-presets {
  display: inline-flex;
  gap: 8px;
  margin-left: 12px;
}

.country-calculator-presets button {
  padding: 8px 14px;
  border: 1px solid rgba(23, 124, 146, 0.4);
  border-radius: 8px;
  background: #f5f8fb;
  color: #177c92;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.country-calculator-presets button:hover {
  background: #e6f2f5;
}

.country-calculator-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.country-calculator-card {
  padding: 18px;
  border: 1px solid rgba(29, 57, 78, 0.12);
  border-radius: 8px;
  background: #f5f8fb;
}

.country-calculator-card.highlight {
  border-color: #177c92;
  background: #e6f2f5;
}

@media (max-width: 767px) {
  .country-calculator-results {
    grid-template-columns: 1fr;
  }

  .country-calculator-presets {
    margin-left: 0;
    margin-top: 10px;
  }

  .country-snapshot-row {
    flex-direction: column;
    gap: 2px;
  }

  .country-snapshot-row dd {
    text-align: left;
  }

  .country-cta,
  .country-honesty,
  .country-calculator {
    padding: 22px 20px;
  }
}
