/* 
 * Caçambas & Cia - Estilos CSS
 * Design: Brutalismo Industrial Moderno
 * Cores: Laranja vibrante (#D97706) + Cinza industrial (#1F2937)
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #D97706;
  --primary-dark: #B45309;
  --secondary: #1F2937;
  --accent: #F59E0B;
  --whatsapp: #25D366;
  --text-dark: #1F2937;
  --text-light: #6B7280;
  --border-light: #E5E7EB;
  --bg-light: #F9FAFB;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.875rem; }
h4 { font-size: 1.5rem; }

p {
  font-size: 1rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
  color: var(--primary-dark);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

/* ===== HEADER ===== */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: white;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3), 0 4px 8px -2px rgba(0, 0, 0, 0.2);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  padding: 0 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-dark);
}

.logo-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'Bebas Neue', sans-serif;
}

.logo-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--text-dark);
}

nav {
  display: none;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  nav {
    display: flex;
  }
}

nav a {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dark);
}

nav a:hover {
  color: var(--primary);
}

.cta-button {
  display: none;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--primary);
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button:hover {
  background-color: var(--primary-dark);
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.35);
  transform: scale(1.05);
}

@media (min-width: 1024px) {
  .cta-button {
    display: inline-flex;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-dark);
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.mobile-menu {
  display: none;
  background: white;
  border-top: 1px solid var(--border-light);
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

.mobile-menu.active {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mobile-menu a {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dark);
  padding: 0.5rem 0;
}

.mobile-menu a:hover {
  color: var(--primary);
}

.mobile-menu .cta-button {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(31, 41, 55, 0.7), rgba(31, 41, 55, 0.7)), 
                    url('https://private-us-east-1.manuscdn.com/sessionFile/Pr64LyD3PwYGFt2y5FVl0c/sandbox/8oqds1Bn5xi1caFqzCht65-img-1_1770677725000_na1fn_aGVyby1jYWNhbWJhcw.png?x-oss-process=image/resize,w_1920,h_1920/format,webp/quality,q_80&Expires=1798761600&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9wcml2YXRlLXVzLWVhc3QtMS5tYW51c2Nkbi5jb20vc2Vzc2lvbkZpbGUvUHI2NEx5RDNQd1lHRnQyeTVGVmwwYy9zYW5kYm94LzhvcWRzMUJuNXhpMWNhRnF6Q2h0NjUtaW1nLTFfMTc3MDY3NzcyNTAwMF9uYTFmbl9hR1Z5YnkxallXTmhiV0poY3cucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLHdfMTkyMCxoXzE5MjAvZm9ybWF0LHdlYnAvcXVhbGl0eSxxXzgwIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzk4NzYxNjAwfX19XX0_&Key-Pair-Id=K2HSFNDJXOU9YS&Signature=r5tH-ja3sQuebF5yifgKN9urq3zl8MRpxcKXecqJ2BNk7tKARUWQPV1~1wC4Uii6PUM3j0JdXK8WDTFi6EEJFYe4xV-zUzduFpmeaImZQk0BFMf1--kaCyEAHW6-IoqEmWyeRb641GQU3v5wbcnrqKT1fcru7IM4b9xzfPkET-YE0M1kjgawJPSxSmcHUFF6G2WKnNRMTGgUdntgGhFjY5DbcTs2pBKr3dV2JcWlDLV4IZKUmkCKl6eP41p5FfZY-J3UqXyLhBxAjHNU4m9QsyZj0v9gqVTfSZVlGAR6cmFFyGFe04xCUOVZ6-jDFG24PXhQ5~emfZ3B7PProqLckQ__');
}

.hero-content {
  max-width: 48rem;
  color: white;
}

.hero-tag {
  display: inline-block;
  background-color: var(--primary);
  color: white;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.hero h1 {
  color: white;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

@media (min-width: 640px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .hero h1 {
    font-size: 4.5rem;
  }
}

.hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.btn-primary {
  background-color: var(--whatsapp);
  color: white;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
}

.btn-primary:hover {
  background-color: #1FAD52;
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.35);
  transform: scale(1.05);
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid white;
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* ===== STATS SECTION ===== */
.stats {
  background-color: var(--secondary);
  color: white;
  padding: 4rem 0;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  margin-top: -3rem;
  padding-top: 5rem;
  margin-bottom: -3rem;
  padding-bottom: 5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.stat-item h3 {
  color: var(--accent);
  font-size: 3rem;
  margin: 1rem 0;
}

.stat-item p {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.stat-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  color: var(--accent);
}

/* ===== SERVICES SECTION ===== */
.services {
  padding: 4rem 0;
  background-color: var(--bg-light);
}

.section-header {
  max-width: 48rem;
  margin-bottom: 3rem;
}

.section-tag {
  display: inline-block;
  background-color: var(--primary);
  color: white;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.section-header h2 {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.section-header p {
  font-size: 1.125rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
  background: white;
  overflow: hidden;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover {
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.35);
}

.service-image {
  width: 100%;
  height: 16rem;
  background-size: cover;
  background-position: center;
}

.service-content {
  padding: 2rem;
}

.service-content h3 {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.service-content p {
  margin-bottom: 1.5rem;
}

.service-list {
  list-style: none;
  margin-bottom: 1.5rem;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
  font-weight: 500;
}

.service-list li:before {
  content: "✓";
  color: var(--primary);
  font-weight: bold;
  font-size: 1.25rem;
}

.service-card .btn-primary {
  width: 100%;
  margin: 0;
}

/* ===== DIFERENCIAIS SECTION ===== */
.diferenciais {
  padding: 4rem 0;
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.diferencial-card {
  padding: 2rem;
  background: white;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.diferencial-card:hover {
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.35);
}

.diferencial-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.diferencial-card h3 {
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.diferencial-card p {
  font-size: 0.95rem;
}

/* ===== QUEM SOMOS SECTION ===== */
.quem-somos {
  padding: 4rem 0;
  background-color: var(--bg-light);
}

.quem-somos-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .quem-somos-content {
    grid-template-columns: 1fr 1fr;
  }
}

.quem-somos-text h2 {
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.quem-somos-text p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.quem-somos-image {
  width: 100%;
  height: auto;
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.35);
}

/* ===== DEPOIMENTOS SECTION ===== */
.depoimentos {
  padding: 4rem 0;
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  padding: 2rem;
  background: white;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
}

.stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.star {
  color: var(--accent);
  font-size: 1.25rem;
}

.testimonial-text {
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.testimonial-author {
  font-weight: bold;
  color: var(--text-dark);
}

.testimonial-role {
  font-size: 0.875rem;
  color: var(--text-light);
}

/* ===== FAQ SECTION ===== */
.faq {
  padding: 4rem 0;
  background-color: var(--bg-light);
}

.faq-container {
  max-width: 48rem;
  margin: 0 auto;
}

.faq-item {
  padding: 1.5rem;
  background: white;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}

.faq-item h3 {
  color: var(--text-dark);
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

.faq-item p {
  color: var(--text-light);
  margin: 0;
}

/* ===== CTA FINAL SECTION ===== */
.cta-final {
  background-color: var(--primary);
  color: white;
  padding: 3rem 0;
  text-align: center;
}

.cta-final h2 {
  color: white;
  margin-bottom: 1rem;
}

.cta-final p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-final .btn-primary {
  margin: 0 auto;
}

/* ===== FOOTER ===== */
footer {
  background-color: var(--secondary);
  color: #D1D5DB;
}

.footer-cta {
  background-color: var(--primary);
  color: white;
  padding: 2.5rem 0;
  text-align: center;
}

.footer-cta h2 {
  color: white;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  .footer-cta h2 {
    font-size: 2rem;
  }
}

.footer-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  padding: 2.5rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-column h3 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-column p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.footer-column ul li a {
  color: #D1D5DB;
}

.footer-column ul li a:hover {
  color: white;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D1D5DB;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon:hover {
  background-color: var(--accent);
  color: var(--text-dark);
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.footer-contact-icon {
  width: 1rem;
  height: 1rem;
  color: var(--accent);
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.75rem;
  color: #6B7280;
}

@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  color: #6B7280;
  font-size: 0.75rem;
}

.footer-links a:hover {
  color: #D1D5DB;
}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.whatsapp-button:hover {
  background-color: #1FAD52;
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.35);
  transform: scale(1.1);
}

.whatsapp-button svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: white;
}

@media (max-width: 640px) {
  .whatsapp-button {
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .whatsapp-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.25rem; }
  
  .hero {
    min-height: 400px;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .stats {
    padding: 2rem 0;
    margin-top: -1.5rem;
    padding-top: 2.5rem;
    margin-bottom: -1.5rem;
    padding-bottom: 2.5rem;
  }
  
  .services, .diferenciais, .quem-somos, .depoimentos, .faq {
    padding: 2rem 0;
  }
}


/* ===== COOKIE BANNER ===== */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--secondary), #111827);
  color: white;
  padding: 1.5rem;
  z-index: 998;
  box-shadow: 0 -8px 16px -4px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

.cookie-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cookie-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}

.cookie-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.cookie-text h3 {
  color: white;
  margin: 0 0 0.5rem 0;
  font-size: 1.125rem;
}

.cookie-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  line-height: 1.5;
}

.cookie-text a {
  color: var(--accent);
  text-decoration: underline;
}

.cookie-text a:hover {
  color: white;
}

.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cookie-btn-primary {
  background-color: var(--primary);
  color: white;
}

.cookie-btn-primary:hover {
  background-color: var(--primary-dark);
  transform: scale(1.05);
}

.cookie-btn-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cookie-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  #cookie-banner {
    padding: 1rem;
  }

  .cookie-container {
    flex-direction: column;
    gap: 1rem;
  }

  .cookie-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }
}
