.tshs-anuncie {
  padding-bottom: 0;
  background: #fff;
  color: #333436;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.tshs-anuncie *,
.tshs-anuncie *:before,
.tshs-anuncie *:after {
  box-sizing: border-box;
}
.tshs-anuncie img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tshs-anuncie p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}
.tshs-anuncie h1,
.tshs-anuncie h2,
.tshs-anuncie strong {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.tshs-anuncie h1,
.tshs-anuncie h2 {
  margin: 0;
  color: #143f6a;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-transform: none;
}
.tshs-anuncie h1 {
  font-size: clamp(40px, 4.35vw, 52px);
}
.tshs-anuncie h2 {
  font-size: clamp(34px, 3.5vw, 42px);
}
.tshs-anuncie a,
.tshs-anuncie a:visited {
  color: #143f6a;
}
.tshs-anuncie-breadcrumbs {
  max-width: 1200px;
  padding-top: 16px;
}
.tshs-anuncie-breadcrumbs #breadcrumbs {
  margin: 0;
  color: #5e5f61;
  font-size: 13px;
  line-height: 1.5;
}
.tshs-anuncie-breadcrumbs #breadcrumbs a {
  color: #143f6a;
  text-decoration: none;
}
.tshs-anuncie-breadcrumbs #breadcrumbs a:hover,
.tshs-anuncie-breadcrumbs #breadcrumbs a:focus {
  background: transparent;
  color: #ea1d25;
}
.tshs-anuncie-container {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}
.tshs-anuncie-hero {
  padding: 48px 0 64px;
}
.tshs-anuncie-hero-grid,
.tshs-anuncie-two-columns,
.tshs-anuncie-formats-grid,
.tshs-anuncie-editorial-grid {
  display: grid;
  align-items: center;
  gap: 64px;
}
.tshs-anuncie-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.tshs-anuncie-hero-grid > img {
  border-radius: 10px;
}
.tshs-anuncie-eyebrow {
  margin-bottom: 16px !important;
  color: #ea1d25;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}
.tshs-anuncie-hero-copy > h1 {
  margin-bottom: 20px;
}
.tshs-anuncie-lead {
  max-width: 560px;
  margin-bottom: 32px !important;
  font-size: 19px !important;
}
.tshs-anuncie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
}
.tshs-anuncie-button,
.tshs-anuncie-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 28px;
  border: 2px solid #ea1d25 !important;
  border-radius: 4px;
  background: #ea1d25;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.tshs-anuncie-button:hover,
.tshs-anuncie-button:visited:hover,
.tshs-anuncie-button:focus,
.tshs-anuncie-button:visited:focus {
  border-color: #c8151c !important;
  background: #c8151c;
  color: #fff !important;
}
.tshs-anuncie-text-link,
.tshs-anuncie-text-link:visited {
  padding-bottom: 2px;
  border-bottom: 1px solid #cbd0d6;
  color: #143f6a !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.tshs-anuncie-text-link:hover,
.tshs-anuncie-text-link:visited:hover,
.tshs-anuncie-text-link:focus,
.tshs-anuncie-text-link:visited:focus {
  background: transparent;
  border-color: #ea1d25;
  color: #ea1d25 !important;
}
.tshs-anuncie-section {
  padding: 64px 0;
}
.tshs-anuncie-audience {
  background: #f7f8f9;
}
.tshs-anuncie-two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tshs-anuncie-two-columns h2,
.tshs-anuncie-two-columns > div > p:not(.tshs-anuncie-eyebrow) {
  margin-bottom: 20px;
}
.tshs-anuncie-two-columns > div > p:not(.tshs-anuncie-eyebrow) {
  margin-bottom: 32px;
}
.tshs-anuncie-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.tshs-anuncie-stat-card {
  padding: 20px;
  border: 1px solid #e2e5e9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 42, 71, 0.06);
}
.tshs-anuncie-stat-card strong {
  display: block;
  color: #143f6a;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}
.tshs-anuncie-stat-card span {
  display: block;
  margin-top: 4px;
  color: #5e5f61;
  font-size: 13px;
  line-height: 1.55;
}
.tshs-anuncie-funnel {
  padding: 20px;
  border-radius: 6px;
  background: #143f6a;
}
.tshs-anuncie-funnel .tshs-anuncie-eyebrow {
  margin-bottom: 8px !important;
  color: #fce895;
  letter-spacing: 0.04em;
}
.tshs-anuncie-funnel p:not(.tshs-anuncie-eyebrow) {
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}
.tshs-anuncie-dashboard {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 42, 71, 0.1);
}
.tshs-anuncie-formats-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}
.tshs-anuncie-formats-grid > div > h2 {
  margin-bottom: 20px;
}
.tshs-anuncie-formats-grid > div > p:not(.tshs-anuncie-eyebrow) {
  margin-bottom: 32px;
}
.tshs-anuncie-format-list,
.tshs-anuncie-principles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tshs-anuncie-format-list li {
  display: flex;
  gap: 16px;
  padding: 16px 0 0;
  border-top: 1px solid #e2e5e9;
}
.tshs-anuncie-format-list li:not(:first-child) {
  margin-top: 16px;
}
.tshs-anuncie-format-list li:last-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e5e9;
}
.tshs-anuncie-format-list span {
  flex: 0 0 auto;
  color: #7099c4;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
}
.tshs-anuncie-format-list p {
  font-size: 15px;
  line-height: 1.65;
}
.tshs-anuncie-format-list strong {
  color: #143f6a;
  font-size: inherit;
}
.tshs-anuncie-editorial {
  background: #143f6a;
  color: #fff;
}
.tshs-anuncie-editorial .tshs-anuncie-eyebrow {
  color: #fce895;
}
.tshs-anuncie-editorial h2 {
  margin-bottom: 20px;
  color: #fff;
}
.tshs-anuncie-editorial > .tshs-anuncie-container > div > p:not(.tshs-anuncie-eyebrow) {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.82);
}
.tshs-anuncie-editorial-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.tshs-anuncie-principles {
  display: grid;
  gap: 20px;
}
.tshs-anuncie-principles li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.tshs-anuncie-principles span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.tshs-anuncie-principles p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
}
.tshs-anuncie-principles strong {
  color: #fff;
  font-size: inherit;
}
.tshs-anuncie-partners {
  text-align: center;
}
.tshs-anuncie-partners h2 {
  margin-bottom: 20px;
}
.tshs-anuncie-partners > .tshs-anuncie-container > p:not(.tshs-anuncie-eyebrow) {
  max-width: 640px;
  margin: 0 auto 40px;
}
.tshs-anuncie-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}
.tshs-anuncie-logos img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.78;
}
.tshs-anuncie-contact {
  position: relative;
  overflow: hidden;
  background: #f7f8f9;
}
.tshs-anuncie-contact-background {
  position: absolute;
  inset: 0;
  background: url('../images/anuncie/entrar-em-contato-anuncie-tshs.png') center / cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
.tshs-anuncie-contact-inner {
  position: relative;
  width: calc(100% - 48px);
  max-width: 760px;
  margin: 0 auto;
}
.tshs-anuncie-contact-heading {
  margin-bottom: 40px;
  text-align: center;
}
.tshs-anuncie-contact-heading h2 {
  margin-bottom: 20px;
}
.tshs-anuncie-contact-heading p:not(.tshs-anuncie-eyebrow) {
  max-width: 520px;
  margin: 0 auto;
}
.tshs-anuncie-form-card {
  padding: 32px;
  border: 1px solid #e2e5e9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 42, 71, 0.1);
}
.tshs-anuncie-form-setup {
  color: #5e5f61;
  font-size: 15px !important;
  text-align: center;
}
.tshs-anuncie-form-card .wpcf7 {
  margin: 0;
}
.tshs-anuncie-form-card .wpcf7-form {
  margin: 0;
}
.tshs-anuncie-form-card .tshs-anuncie-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.tshs-anuncie-form-card .tshs-anuncie-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  margin: 0;
  color: #5e5f61;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.tshs-anuncie-form-card .tshs-anuncie-field--wide,
.tshs-anuncie-form-card .tshs-anuncie-form-actions {
  grid-column: 1 / -1;
}
.tshs-anuncie-form-card .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.tshs-anuncie-form-card .wpcf7-text,
.tshs-anuncie-form-card .wpcf7-email,
.tshs-anuncie-form-card .wpcf7-select,
.tshs-anuncie-form-card .wpcf7-textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cbd0d6;
  border-radius: 4px;
  background: #fff;
  color: #333436;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  box-shadow: none;
}
.tshs-anuncie-form-card .wpcf7-text:focus,
.tshs-anuncie-form-card .wpcf7-email:focus,
.tshs-anuncie-form-card .wpcf7-select:focus,
.tshs-anuncie-form-card .wpcf7-textarea:focus {
  border-color: #143f6a;
  box-shadow: 0 0 0 3px rgba(20, 63, 106, 0.16);
  outline: 0;
}
.tshs-anuncie-form-card .wpcf7-text,
.tshs-anuncie-form-card .wpcf7-email,
.tshs-anuncie-form-card .wpcf7-select {
  height: 42px;
}
.tshs-anuncie-form-card .wpcf7-textarea {
  min-height: 112px;
  resize: vertical;
}
.tshs-anuncie-form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
}
.tshs-anuncie-form-card .wpcf7-submit {
  width: 220px;
  min-height: 52px;
  margin: 0;
  padding: 13px 28px;
  border: 2px solid #ea1d25 !important;
  border-radius: 4px;
  background: #ea1d25;
  color: #fff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.tshs-anuncie-form-card .wpcf7-submit:hover,
.tshs-anuncie-form-card .wpcf7-submit:focus {
  border-color: #c8151c !important;
  background: #c8151c;
}
.tshs-anuncie-form-card .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #c8151c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.tshs-anuncie-form-card .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
}
.tshs-anuncie-media-kit-note,
.tshs-anuncie-media-kit-note:visited {
  display: block;
  margin-top: 16px;
  color: #5e5f61 !important;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}
.tshs-anuncie-media-kit-note:hover,
.tshs-anuncie-media-kit-note:visited:hover,
.tshs-anuncie-media-kit-note:focus,
.tshs-anuncie-media-kit-note:visited:focus {
  background: transparent;
  color: #143f6a !important;
}
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form > .hidden-fields-container {
  display: none;
}
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form > p {
  min-width: 0;
  margin: 0;
}
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form > p:nth-of-type(5),
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form > p:nth-of-type(6),
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form .wpcf7-response-output {
  grid-column: 1 / -1;
}
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form > p > label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  color: #5e5f61;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form > p:nth-of-type(6) {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.tshs-anuncie-form-card .wpcf7-form.tshs-anuncie-cf7-form .wpcf7-spinner {
  margin: 0 0 0 10px;
}
.tshs-anuncie-form-card .wpcf7 .screen-reader-response {
  display: none;
}
.tshs-anuncie-form-card .wpcf7-text[aria-invalid="true"],
.tshs-anuncie-form-card .wpcf7-email[aria-invalid="true"],
.tshs-anuncie-form-card .wpcf7-select[aria-invalid="true"],
.tshs-anuncie-form-card .wpcf7-textarea[aria-invalid="true"],
.tshs-anuncie-form-card .wpcf7-not-valid {
  border-color: #ea1d25;
  background: #fffafa;
  box-shadow: 0 0 0 3px rgba(234, 29, 37, 0.1);
}
.tshs-anuncie-form-card .wpcf7-not-valid-tip {
  padding-left: 1px;
  color: #c8151c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.tshs-anuncie-form-card .wpcf7-response-output {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #f3b9bc;
  border-radius: 4px;
  background: #fdecec;
  color: #c8151c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}
.tshs-anuncie-form-card .wpcf7-form.invalid .wpcf7-response-output,
.tshs-anuncie-form-card .wpcf7-form.unaccepted .wpcf7-response-output,
.tshs-anuncie-form-card .wpcf7-form.spam .wpcf7-response-output,
.tshs-anuncie-form-card .wpcf7-form.failed .wpcf7-response-output {
  display: block;
}
.tshs-anuncie-form-card .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  border-color: #b9e3c7;
  background: #effbf3;
  color: #087a32;
}
@media only screen and (max-width: 900px) {
  .tshs-anuncie-hero-grid,
  .tshs-anuncie-two-columns,
  .tshs-anuncie-formats-grid,
  .tshs-anuncie-editorial-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .tshs-anuncie-hero-grid > img,
  .tshs-anuncie-two-columns > img,
  .tshs-anuncie-formats-grid > img,
  .tshs-anuncie-editorial-grid > img {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .tshs-anuncie-breadcrumbs {
    width: 90%;
    padding-top: 14px;
  }
  .tshs-anuncie-container,
  .tshs-anuncie-contact-inner {
    width: 90%;
  }
  .tshs-anuncie-hero,
  .tshs-anuncie-section {
    padding: 48px 0;
  }
  .tshs-anuncie-hero-grid,
  .tshs-anuncie-two-columns,
  .tshs-anuncie-formats-grid,
  .tshs-anuncie-editorial-grid {
    gap: 32px;
  }
  .tshs-anuncie h1 {
    font-size: 40px;
  }
  .tshs-anuncie h2 {
    font-size: 34px;
  }
  .tshs-anuncie p,
  .tshs-anuncie-lead {
    font-size: 16px !important;
  }
  .tshs-anuncie-stats,
  .tshs-anuncie-form-card .tshs-anuncie-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .tshs-anuncie-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .tshs-anuncie-logos img {
    height: 52px;
  }
  .tshs-anuncie-form-card {
    padding: 24px 18px;
  }
  .tshs-anuncie-form-card .tshs-anuncie-field--wide,
  .tshs-anuncie-form-card .tshs-anuncie-form-actions {
    grid-column: auto;
  }
  .tshs-anuncie-form-card .wpcf7-submit {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tshs-anuncie-button,
  .tshs-anuncie-form-card .wpcf7-submit {
    transition: none;
  }
}
