/*
Theme Name: TC Innovate
Theme URI: https://tcinnovate.com.br
Author: TC Innovate
Author URI: https://tcinnovate.com.br
Description: Tema customizado para automacoes e inteligencia artificial corporativa.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: tc-innovate
*/

:root {
  --tc-primary: #0f5ef7;
  --tc-primary-dark: #0039b8;
  --tc-secondary: #0a1325;
  --tc-accent: #00b8d9;
  --tc-surface: #f3f7ff;
  --tc-text: #1a2333;
}

body {
  color: var(--tc-text);
}

.btn-primary,
.bg-primary {
  background: linear-gradient(90deg, var(--tc-primary), var(--tc-accent)) !important;
  border-color: transparent !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(90deg, var(--tc-primary-dark), var(--tc-primary)) !important;
  border-color: transparent !important;
}

.header-area.style-three,
.footer-wrapper.style-three {
  background-color: #ffffff;
}

.header-area .navbar-collapse > .d-flex {
  margin-left: 24px;
}

.footer-wrapper.style-three {
  background: linear-gradient(180deg, #0c1a33 0%, #08101f 100%);
}

.footer-wrapper.style-three h2,
.footer-wrapper.style-three h3,
.footer-wrapper.style-three h4,
.footer-wrapper.style-three h5,
.footer-wrapper.style-three p,
.footer-wrapper.style-three a,
.footer-wrapper.style-three li,
.footer-wrapper.style-three span {
  color: #ffffff !important;
}

.breadcrumb-section {
  position: relative;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 17, 40, 0.6);
}

.breadcrumb-content {
  position: relative;
}

.section-heading .sub-title {
  color: var(--tc-primary);
}

.tc-metric-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 20px 40px rgba(10, 19, 37, 0.08);
}

.tc-metric-card h3 {
  margin-bottom: 4px;
}

.tc-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tc-chip-list li {
  background: #e8f0ff;
  color: #05307a;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 14px;
}

.tc-box {
  border: 1px solid #d7e2f8;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  background-color: #fff;
}

.tc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e6eeff, #f7fbff);
  color: var(--tc-primary);
  font-size: 24px;
  margin-bottom: 16px;
}

.tc-contact-message {
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}

.tc-contact-message.is-success {
  background: #def7e7;
  color: #0d6b31;
}

.tc-contact-message.is-error {
  background: #ffe3e3;
  color: #b00020;
}

.softora-pagination .page-numbers {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.softora-pagination .current {
  background: var(--tc-primary);
  color: #fff;
}

.widget-card {
  padding: 24px;
  border: 1px solid #e1e8f7;
  border-radius: 12px;
  background: #fff;
}

.widget-card ul {
  margin: 0;
  padding-left: 18px;
}

.wp-block-image,
.alignwide,
.alignfull {
  max-width: 100%;
}

.comments-area {
  padding: 24px;
  border: 1px solid #d7e2f8;
  border-radius: 12px;
  background: #fff;
}

.comment-list .comment {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7ecf7;
}

.comment-list .comment:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.search-form .search-field {
  min-height: 48px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .header-area .btn.btn-primary {
    display: none;
  }
}

.tc-about-section .about-list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.tc-about-section .about-video-content img,
.tc-about-section .about-images img {
  object-fit: cover;
}

.tc-about-services .service-card {
  background-color: #ffffff;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 20px 44px rgba(6, 16, 35, 0.22);
}

.tc-about-services .service-content p {
  font-size: 15px;
}

.tc-about-services .service-number {
  color: var(--tc-primary);
}

.tc-legal-page .tc-legal-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e4ebf8;
}

.tc-legal-page .tc-legal-card .post-body {
  padding: 28px 24px;
}

@media (min-width: 992px) {
  .tc-legal-page .tc-legal-card .post-body {
    padding: 40px;
  }
}

.tc-legal-page .entry-content > * {
  margin-bottom: 1rem;
}

.tc-legal-page .entry-content > *:last-child {
  margin-bottom: 0;
}

.tc-legal-placeholder {
  border: 1px dashed #b8c9ea;
  background: #f7faff;
  border-radius: 14px;
  padding: 20px;
}
