/* ========================================
   LABOR CÂMBIO - Custom Styles
   Color Scheme: Navy #003366 + Gold #FFD700
   ======================================== */

:root {
  --primary: #003366;
  --primary-dark: #002244;
  --primary-light: #004080;
  --accent: #FFD700;
  --accent-dark: #E6C200;
  --accent-light: #FFF3B0;
  --text-dark: #1a1a2e;
  --text-light: #6c757d;
  --bg-light: #f8f9fa;
  --bg-dark: #0a1628;
  --white: #ffffff;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.15);
  --transition: all 0.3s ease;
  --radius: 12px;
}

/* ===== Global ===== */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--accent-dark);
}

.section-title {
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-dark));
  margin-top: 10px;
  border-radius: 2px;
}
.section-subtitle {
  color: var(--text-light);
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

/* ===== Navbar ===== */
.navbar {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  padding: 0.8rem 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  transition: var(--transition);
}
.navbar-brand {
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--white) !important;
  letter-spacing: 0.5px;
}
.navbar-brand span {
  color: var(--accent);
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 1rem !important;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--accent) !important;
}
.navbar .btn-contact {
  background: var(--accent);
  color: var(--primary-dark) !important;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  transition: var(--transition);
}
.navbar .btn-contact:hover {
  background: var(--white);
  color: var(--primary) !important;
  transform: translateY(-2px);
}

/* ===== Hero Section ===== */
.hero-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, #001a33 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.08), transparent 70%);
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.05), transparent 70%);
}
.hero-badge {
  display: inline-block;
  background: rgba(255, 215, 0, 0.15);
  color: var(--accent);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
}
.hero-title {
  font-weight: 800;
  font-size: 3.2rem;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.hero-title span {
  color: var(--accent);
}
.hero-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 600px;
}
.hero-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--primary-dark);
  font-weight: 700;
  padding: 0.9rem 2.5rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
  border: none;
}
.hero-btn:hover {
  background: var(--white);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}
.hero-btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  font-weight: 600;
  padding: 0.9rem 2.5rem;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: var(--transition);
  margin-left: 1rem;
}
.hero-btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-3px);
}
.hero-stats {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stat-item {
  text-align: center;
}
.hero-stat-item .number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  display: block;
}
.hero-stat-item .label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== Feature Cards ===== */
.features-section {
  padding: 80px 0;
  background: var(--white);
}
.feature-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(0, 51, 102, 0.05);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: var(--accent);
}
.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: var(--accent);
}
.feature-card h5 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.8rem;
}
.feature-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== About Section ===== */
.about-section {
  padding: 80px 0;
  background: var(--bg-light);
}
.about-image-wrapper {
  position: relative;
  padding: 20px;
}
.about-image-placeholder {
  width: 100%;
  min-height: 350px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 4rem;
  position: relative;
  overflow: hidden;
}
.about-image-placeholder::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.1);
}
.about-experience-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--accent);
  color: var(--primary-dark);
  padding: 1.2rem;
  border-radius: var(--radius);
  text-align: center;
  font-weight: 700;
  width: 140px;
}
.about-experience-badge .years {
  font-size: 2.5rem;
  display: block;
  line-height: 1;
}
.about-experience-badge .text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-text h3 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.2rem;
}
.about-text p {
  color: var(--text-light);
  line-height: 1.7;
}

/* ===== Services Section ===== */
.services-section {
  padding: 80px 0;
  background: var(--white);
}
.service-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(0, 51, 102, 0.05);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  transition: var(--transition);
}
.service-card:hover::before {
  height: 100%;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 215, 0, 0.05));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: var(--accent-dark);
}
.service-card h5 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.8rem;
}
.service-card p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.6;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.service-card ul li {
  padding: 0.3rem 0;
  color: var(--text-light);
  font-size: 0.85rem;
}
.service-card ul li::before {
  content: '\2713';
  color: var(--accent-dark);
  font-weight: 700;
  margin-right: 8px;
}

/* ===== Statistics Bar ===== */
.stats-section {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 60px 0;
}
.stat-item {
  text-align: center;
  padding: 1rem;
}
.stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  display: block;
}
.stat-item .stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.3rem;
}
.stat-item .stat-icon {
  font-size: 2rem;
  color: rgba(255, 215, 0, 0.5);
  margin-bottom: 0.5rem;
}

/* ===== CTA Section ===== */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary), #001a33);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffd700' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-section h2 {
  font-weight: 800;
  color: var(--white);
  font-size: 2.5rem;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}
.cta-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--primary-dark);
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
}
.cta-btn:hover {
  background: var(--white);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

/* ===== Testimonials ===== */
.testimonials-section {
  padding: 80px 0;
  background: var(--bg-light);
}
.testimonial-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 51, 102, 0.05);
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 5rem;
  color: var(--accent);
  opacity: 0.3;
  line-height: 1;
}
.testimonial-card .stars {
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.testimonial-card p {
  color: var(--text-dark);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.testimonial-card .client-name {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0;
}
.testimonial-card .client-role {
  color: var(--text-light);
  font-size: 0.85rem;
}

/* ===== FAQ ===== */
.faq-section {
  padding: 80px 0;
  background: var(--white);
}
.accordion-item {
  border: 1px solid rgba(0, 51, 102, 0.1);
  border-radius: var(--radius) !important;
  margin-bottom: 1rem;
  overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  color: var(--primary);
  background: var(--white);
  padding: 1.2rem 1.5rem;
  font-size: 1rem;
}
.accordion-button:not(.collapsed) {
  background: rgba(255, 215, 0, 0.05);
  color: var(--primary);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: var(--accent);
}
.accordion-body {
  color: var(--text-light);
  line-height: 1.7;
  padding: 1.2rem 1.5rem;
}

/* ===== Footer ===== */
.footer {
  background: linear-gradient(135deg, #001a33, var(--primary-dark));
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 0;
}
.footer h5 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.footer-brand {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white) !important;
}
.footer-brand span {
  color: var(--accent);
}
.footer p {
  line-height: 1.7;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.7rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--accent);
  padding-left: 5px;
}
.footer-contact li {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.7rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-contact li i {
  color: var(--accent);
  margin-top: 4px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0;
  margin-top: 3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
}

/* ===== Page Header ===== */
.page-header {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 100px 0 60px;
  text-align: center;
}
.page-header h1 {
  color: var(--white);
  font-weight: 800;
  font-size: 2.5rem;
}
.page-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}
.breadcrumb-custom {
  background: transparent;
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb-custom .breadcrumb-item {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-custom .breadcrumb-item a {
  color: var(--accent);
}
.breadcrumb-custom .breadcrumb-item.active {
  color: var(--white);
}

/* ===== Content Pages ===== */
.content-section {
  padding: 60px 0;
}
.content-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 51, 102, 0.05);
}
.content-card h3 {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.content-card h3:first-child {
  margin-top: 0;
}
.content-card h4 {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.content-card p, .content-card li {
  color: var(--text-light);
  line-height: 1.8;
}
.content-card ul, .content-card ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.content-card ul li {
  margin-bottom: 0.5rem;
}

/* ===== Team Section ===== */
.team-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 2.5rem;
  color: var(--accent);
}
.team-card h5 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.3rem;
}
.team-card .role {
  color: var(--accent-dark);
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}
.team-card p {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* ===== Timeline ===== */
.timeline {
  position: relative;
  padding: 2rem 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), var(--primary));
  border-radius: 2px;
}
.timeline-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 2rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent);
  border: 4px solid var(--white);
  box-shadow: 0 0 0 3px var(--accent);
}
.timeline-item .year {
  font-weight: 800;
  color: var(--accent-dark);
  font-size: 1.1rem;
}
.timeline-item h5 {
  color: var(--primary);
  font-weight: 700;
}
.timeline-item p {
  color: var(--text-light);
}

/* ===== Cookie Consent ===== */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-dark);
  color: var(--white);
  padding: 1rem 2rem;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
}
.cookie-consent.show {
  transform: translateY(0);
}
.cookie-consent p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.cookie-consent a {
  color: var(--accent);
  text-decoration: underline;
}
.cookie-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}
.cookie-btn-accept {
  background: var(--accent);
  color: var(--primary-dark);
}
.cookie-btn-accept:hover {
  background: var(--accent-light);
}
.cookie-btn-reject {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 0.5rem;
}
.cookie-btn-reject:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ===== Google Maps ===== */
.map-container {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 51, 102, 0.05);
  min-height: 350px;
  background: var(--bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
}

/* ===== Policy Tables ===== */
.policy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.policy-table th, .policy-table td {
  border: 1px solid rgba(0, 51, 102, 0.15);
  padding: 0.8rem 1rem;
  text-align: left;
}
.policy-table th {
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
}
.policy-table tr:nth-child(even) {
  background: rgba(0, 51, 102, 0.03);
}
.policy-table tr:hover {
  background: rgba(255, 215, 0, 0.05);
}

/* ===== Info Box ===== */
.info-box {
  background: linear-gradient(135deg, rgba(0, 51, 102, 0.03), rgba(255, 215, 0, 0.05));
  border-left: 4px solid var(--accent);
  padding: 1.5rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 2rem 0;
}
.info-box h5 {
  color: var(--primary);
  font-weight: 700;
}
.info-box p {
  color: var(--text-light);
  margin-bottom: 0;
}

/* ===== Value Cards ===== */
.value-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  transition: var(--transition);
  height: 100%;
}
.value-card:hover {
  transform: translateY(-5px);
}
.value-icon {
  font-size: 2.5rem;
  color: var(--accent-dark);
  margin-bottom: 1rem;
}
.value-card h5 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.8rem;
}
.value-card p {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-btn-outline {
    margin-left: 0;
    margin-top: 1rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .navbar .btn-contact {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-section {
    padding: 100px 0 60px;
  }
  .page-header {
    padding: 80px 0 40px;
  }
  .page-header h1 {
    font-size: 2rem;
  }
  .cta-section h2 {
    font-size: 1.8rem;
  }
  .about-experience-badge {
    position: relative;
    margin-top: 1rem;
    width: 100%;
  }
  .content-card {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 1.7rem;
  }
  .stat-item .stat-number {
    font-size: 1.8rem;
  }
}
