/* ===== PÁGINAS DE SERVIÇO ===== */

/* Hero */
.srv-hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #111111 0%, #1e1e1e 60%, #2a2a2a 100%);
  display: flex;
  align-items: center;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.srv-hero::before {
  content: '';
  position: absolute;
  inset: 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='%23ffffff' 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");
}

.srv-hero .container {
  position: relative;
  z-index: 1;
}

.srv-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--white);
  margin: 1rem 0 1.25rem;
  max-width: 680px;
  line-height: 1.2;
}

.srv-hero h1 em {
  color: var(--gold);
  font-style: normal;
}

.srv-hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  max-width: 560px;
  margin-bottom: 2.25rem;
}

.srv-hero-stats {
  display: flex;
  gap: 3rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}

/* Seções */
.srv-section {
  padding: 100px 0;
}

.bg-cream  { background: var(--cream); }
.bg-white  { background: var(--white); }
.bg-dark   { background: var(--green-dark); }

/* Grid 2 colunas */
.srv-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* Checklist */
.srv-check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.srv-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.97rem;
  color: var(--text-dark);
}

.srv-check-list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1px;
  flex-shrink: 0;
}

/* Quote box */
.srv-quote-box {
  background: linear-gradient(135deg, #111, #2a2a2a);
  border-radius: 6px;
  padding: 2.5rem;
  border-bottom: 3px solid var(--gold);
  position: relative;
  overflow: hidden;
}

.srv-quote-box::after {
  content: '"';
  position: absolute;
  font-size: 14rem;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  top: -2rem;
  right: -1rem;
  font-family: Georgia, serif;
}

/* Benefits */
.srv-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.srv-benefit {
  background: var(--cream);
  border-radius: 6px;
  padding: 2rem 1.75rem;
  border-top: 3px solid var(--gold);
  transition: transform 0.3s, box-shadow 0.3s;
}

.srv-benefit:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.srv-benefit-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.srv-benefit h4 {
  color: var(--green-dark);
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.srv-benefit p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Scope cards */
.srv-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.srv-scope-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 2rem;
  transition: border-color 0.3s, background 0.3s;
}

.srv-scope-card:hover {
  border-color: var(--gold);
  background: rgba(200,168,75,0.05);
}

.srv-scope-num {
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.srv-scope-card h3 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.srv-scope-card p {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Timeline */
.srv-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.srv-timeline::before {
  content: '';
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), rgba(200,168,75,0.1));
}

.srv-timeline-item {
  display: flex;
  gap: 2.5rem;
  padding-bottom: 3rem;
  position: relative;
}

.srv-timeline-item:last-child {
  padding-bottom: 0;
}

.srv-timeline-marker {
  width: 80px;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0.25rem;
  position: relative;
}

.srv-timeline-marker::after {
  content: '';
  position: absolute;
  right: -2rem;
  top: 0.6rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 3px rgba(200,168,75,0.3);
}

.srv-timeline-month {
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-align: right;
}

.srv-timeline-content {
  flex: 1;
  background: var(--cream);
  border-radius: 6px;
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--gold);
}

.srv-timeline-content h3 {
  font-size: 1.1rem;
  color: var(--green-dark);
  margin-bottom: 0.6rem;
}

.srv-timeline-content p {
  font-size: 0.92rem;
  color: var(--text-muted);
}

/* Pricing */
.srv-pricing-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.srv-pricing-card {
  background: var(--green-dark);
  border-radius: 6px;
  padding: 2.5rem;
  border-top: 3px solid var(--gold);
}

.srv-pricing-card .section-label {
  margin-bottom: 1.5rem;
}

.srv-pricing-value {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.srv-pricing-x {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.5);
}

.srv-pricing-price {
  font-size: 3rem;
  color: var(--gold);
  font-family: Georgia, serif;
}

.srv-pricing-sub {
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.25rem;
}

.srv-pricing-card .services-list li {
  color: rgba(255,255,255,0.8);
}

.srv-whatsapp-link {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.srv-whatsapp-link:hover {
  color: var(--gold);
}

.srv-pricing-info h3 {
  font-size: 1.4rem;
  color: var(--green-dark);
  margin-bottom: 1rem;
}

.srv-pricing-info p {
  color: var(--text-muted);
  margin-bottom: 1rem;
  font-size: 0.97rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .srv-benefits-grid,
  .srv-scope-grid {
    grid-template-columns: 1fr 1fr;
  }

  .srv-grid-2,
  .srv-pricing-wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 640px) {
  .srv-benefits-grid,
  .srv-scope-grid {
    grid-template-columns: 1fr;
  }

  .srv-timeline::before {
    left: 60px;
  }

  .srv-timeline-marker {
    width: 60px;
    min-width: 60px;
  }

  .srv-timeline-marker::after {
    right: -1.75rem;
  }

  .srv-hero-stats {
    gap: 2rem;
  }
}
