/* Versão 2.1.0
   Página Criação de Sites – Publitiva
   Baseado em consultoria, seo e home (slider projetos)
*/

/* Hero */
#cs-hero {
  background-color: #1d1d1d;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.cs-hero-titulo {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

.cs-hero-sub {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  font-weight: 500;
}

.cs-hero-texto {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

.cs-hero-img {
  position: relative;
  bottom: -80px;
  max-height: 400px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

#cs-hero .slider-botao-container {
  margin-top: 20px;
}

#cs-hero .slider-botao {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f15a25;
  color: #fff;
}

#cs-hero .slider-botao:hover {
  background-color: #ff7340;
  color: #fff;
}

#cs-hero .slider-slim {
  padding: 10px 20px;
  color: #fff;
  background-color: #197cfe;
  border-radius: 20px;
  margin-left: 10px;
}

#cs-hero .slider-slim:hover {
  background-color: #529af9;
  color: #fff;
}

#cs-hero .custom-shape-divider-bottom-1725648297 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

#cs-hero .custom-shape-divider-bottom-1725648297 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 74px;
}

#cs-hero .custom-shape-divider-bottom-1725648297 .shape-fill {
  fill: #000;
}

/* Descrição */
#cs-descricao {
  background-color: #000;
  padding: 60px 24px;
}

#cs-descricao-header h2 {
  color: #fff;
  margin-bottom: 16px;
}

#cs-descricao-header p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

#cs-descricao-header p:last-child {
  margin-bottom: 0;
}

/* Projetos recentes */
#cs-projetos {
  background-color: #fff;
  position: relative;
}

#cs-projetos .custom-shape-divider-top-1737749658 {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#cs-projetos .custom-shape-divider-top-1737749658 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 74px;
}

#cs-projetos .custom-shape-divider-top-1737749658 .shape-fill {
  fill: #000;
}

#cs-projetos .titulo-secao {
  color: #fff;
}

#cs-slider .cases {
  background-color: white;
  padding: 0 20px;
}

#cs-slider .swiper {
  width: 100%;
  height: 100%;
}

#cs-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cs-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 20px 0 20px;
  border-radius: 10px;
  transition: all 0.3s;
}

#cs-slider .swiper-slide:hover img {
  filter: none;
}

#cs-slider .swiper-slide .box-cont {
  position: absolute;
  bottom: 20px;
  text-align: left;
  width: 100%;
  padding: 60px 10px 20px 10px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 10px;
}

#cs-slider .swiper-slide .box-cont h5 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 0 0;
}

#cs-slider .swiper-slide .box-cont p {
  margin: 5px 0;
  font-weight: 500;
}

#cs-slider .swiper-slide .box-cont a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 10px;
}

#cs-slider .swiper-slide .box-cont a:hover {
  border: 2px solid #f15a25;
}

/* CTA intermediário */
#cs-cta-meio {
  background-color: #1a1a2e;
  padding: 32px 24px;
}

#cs-cta-meio .cs-cta-texto {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}

#cs-cta-meio .laranja {
  color: #f15a25;
}

/* Visibilidade e benefícios */
#cs-visibilidade {
  background-color: #333333;
  padding: 60px 24px;
}

.cs-vis-intro {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.cs-vis-label {
  font-size: 0.9rem;
  color: #f15a25;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cs-vis-titulo {
  color: #fff;
  margin-bottom: 16px;
}

.cs-vis-texto {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

#cs-visibilidade .slider-botao {
  margin-top: 8px;
}

.cs-vis-img {
  max-height: 380px;
  width: auto;
  object-fit: contain;
}

#cs-beneficios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#cs-beneficios-grid .processo-passo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 280px;
  min-width: 0;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(241, 90, 37, 0.2);
  border-radius: 16px;
}

#cs-beneficios-grid .passo-topo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

#cs-beneficios-grid .passo-numero {
  font-size: 14px;
  font-weight: 700;
  color: #f15a25;
  letter-spacing: 0.08em;
  font-family: 'Oswald', sans-serif;
}

#cs-beneficios-grid .passo-icone {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 90, 37, 0.12);
  border-radius: 12px;
  border: 1px solid rgba(241, 90, 37, 0.25);
  color: #f15a25;
}

#cs-beneficios-grid .passo-icone svg {
  flex-shrink: 0;
}

#cs-beneficios-grid .processo-passo h4 {
  margin: 0 0 10px;
  color: #fff;
}

#cs-beneficios-grid .processo-passo p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

/* Opções de sites */
#cs-opcoes {
  padding: 60px 24px;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

#cs-opcoes-header {
  margin-bottom: 40px;
}

#cs-opcoes .titulo-secao {
  margin-bottom: 8px;
}

#cs-opcoes .titulo-secao.laranja {
  color: #f15a25;
}

.cs-opcoes-sub {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
}

#cs-opcoes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.cs-opcoes-card {
  background: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cs-opcoes-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(241, 90, 37, 0.12);
  border-color: rgba(241, 90, 37, 0.2);
}

.cs-opcoes-icone {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 90, 37, 0.08);
  border-radius: 14px;
  color: #f15a25;
  margin-bottom: 20px;
}

.cs-opcoes-icone svg {
  flex-shrink: 0;
}

.cs-opcoes-titulo {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 12px;
}

.cs-opcoes-texto {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

@media (max-width: 600px) {
  #cs-opcoes-grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
#cs-faq.secao-grad {
  background: linear-gradient(128deg, rgb(36, 36, 36) 0%, rgb(0, 0, 0) 100%);
  padding: 0 0 60px;
}

#cs-faq .custom-shape-divider-top-1695910736 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#cs-faq .custom-shape-divider-top-1695910736 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 68px;
  fill: #fdfdfd;
}

#pre-footer .custom-shape-divider-top-1695910736 svg {
  fill: #333333;
}

.cs-faq-list {
  border: none;
}

.cs-faq-list .collapsible-header {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 8px;
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-faq-list .collapsible-header i {
  color: #f15a25;
}

.cs-faq-list .collapsible-body {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 8px 8px;
  margin: -8px 0 8px;
  color: rgba(255, 255, 255, 0.88);
  padding: 16px 20px;
}

@media (max-width: 600px) {
  #cs-beneficios-grid .processo-passo {
    flex: 1 1 100%;
  }
}
