/* Service landing pages — matches site green / orange theme */

.tifola-svc-hero {
  background: linear-gradient(135deg, #2d6502 0%, #4a8f1a 50%, #e76318 100%);
  color: #fff;
  padding: 2.5rem 1rem;
  text-align: center;
}

.tifola-svc-hero h1 {
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tifola-svc-hero .tagline {
  font-size: 1.05rem;
  opacity: 0.95;
  margin-bottom: 1.25rem;
}

.tifola-svc-hero img {
  max-height: 100px;
  max-width: 160px;
  object-fit: contain;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 0.5rem;
}

.tifola-svc-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.tifola-svc-body .intro {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #333;
  margin-bottom: 2rem;
  text-align: justify;
}

.tifola-svc-block h2 {
  color: #2d6502;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-left: 4px solid #e76318;
  padding-left: 12px;
}

.tifola-svc-block ul {
  padding-left: 1.25rem;
  margin-bottom: 2rem;
}

.tifola-svc-block li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: #444;
}

.tifola-svc-cta-box {
  background: #fff8f0;
  border: 1px solid #e76318;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
}

.tifola-svc-cta-box .tifola-hero-cta {
  justify-content: center;
}

.tifola-svc-related {
  background: #f9f9f9;
  padding: 2rem 1rem;
}

.tifola-svc-related h2 {
  text-align: center;
  color: #2d6502;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.tifola-svc-related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.tifola-svc-related-links a {
  background: #fff;
  border: 1px solid #2d6502;
  color: #2d6502 !important;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none !important;
}

.tifola-svc-related-links a:hover {
  background: #2d6502;
  color: #fff !important;
}

.tifola-menu-banner {
  background: linear-gradient(90deg, #2d6502, #3d7a0f);
  color: #fff;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tifola-menu-banner a {
  color: #ffe0b2 !important;
  font-weight: 700;
  text-decoration: underline !important;
}

.navbar .dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-item {
  font-weight: 600;
  color: #333;
}

.navbar .dropdown-item:hover {
  background: #fff8f0;
  color: #2d6502;
}
