/* ============================================
   SWAN - O nama stranica - dodatni CSS
   ============================================ */

/* Osnovna sekcija sadrzaja */
.content-section {
  max-width: 900px;
  margin: 0 auto 3rem auto;
  padding: 0 1.5rem;
}

.content-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #4285F4;
}

.content-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
}

.content-section p {
  line-height: 1.7;
  color: #333;
  margin-bottom: 1rem;
}

.content-section ul,
.content-section ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  line-height: 1.7;
  margin-bottom: 0.4rem;
  color: #333;
}

.content-section ol li {
  margin-bottom: 0.8rem;
}

.content-section ol li strong {
  color: #111;
}

/* Linkovi u sadrzaju */
.content-section a {
  color: #4285F4;
  text-decoration: none;
  font-weight: 500;
}

.content-section a:hover {
  text-decoration: underline;
}

/* ============================================
   TABELA TIMA
   ============================================ */

.team-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-radius: 8px;
  overflow: hidden;
}

.team-table thead {
  background: #4285F4;
  color: #fff;
}

.team-table th {
  padding: 0.9rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.team-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
}

.team-table tbody tr:hover {
  background: #f8f9ff;
}

.team-table tbody tr:last-child td {
  border-bottom: none;
}

/* ============================================
   TABELA UPOREDJENJA (AI vs Swan)
   ============================================ */

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-radius: 8px;
  overflow: hidden;
}

.compare-table thead {
  background: #1a1a2e;
  color: #fff;
}

.compare-table th {
  padding: 0.9rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
}

.compare-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

.compare-table td:first-child {
  font-weight: 600;
  color: #111;
  width: 20%;
}

.compare-table tbody tr:nth-child(even) {
  background: #f8f9ff;
}

.compare-table tbody tr:hover {
  background: #eef1ff;
}

/* Emoji stilizacija u tabeli */
.compare-table td:nth-child(2) {
  color: #0d7a0d;
}

.compare-table td:nth-child(3) {
  color: #c41e3a;
}

/* ============================================
   SEKCIJA CITATA (Ivo Andric)
   ============================================ */

.quote-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  margin: 2rem auto;
  border-left: 4px solid #4285F4;
}

.quote-section blockquote {
  margin: 1.5rem 0 0 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  position: relative;
}

.quote-section blockquote::before {
  content: "\201C";
  font-size: 4rem;
  color: #4285F4;
  opacity: 0.2;
  position: absolute;
  top: -0.5rem;
  left: 0.8rem;
  font-family: Georgia, serif;
  line-height: 1;
}

.quote-section blockquote p {
  font-size: 1.15rem;
  font-style: italic;
  color: #222;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  z-index: 1;
}

.quote-section blockquote cite {
  display: block;
  text-align: right;
  color: #666;
  font-size: 0.9rem;
  font-style: normal;
}

.quote-section blockquote cite a {
  color: #4285F4;
  text-decoration: none;

}

.quote-section blockquote cite a:hover {
  text-decoration: underline;
}

/* ============================================
   FAQ SEKCIJA (poboljsana)
   ============================================ */

.faq h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 2rem;
}

.faq-seo {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

.faq-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f0f0f0;
}

.faq-item p {
  line-height: 1.7;
  color: #444;
  margin: 0;
}

.faq-item strong {
  color: #111;
}

/* ============================================
   KONTAKT SEKCIJA
   ============================================ */

.content-section ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}

.content-section ul li::before {
  content: "->";
  position: absolute;
  left: 0;
  color: #4285F4;
  font-weight: bold;
}

/* ============================================
   RESPONSIVE (mobilni)
   ============================================ */

@media (max-width: 768px) {
  .content-section {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }

  .content-section h2 {
    font-size: 1.5rem;
  }

  .team-table,
  .compare-table {
    font-size: 0.85rem;
  }

  .team-table th,
  .team-table td,
  .compare-table th,
  .compare-table td {
    padding: 0.6rem 0.5rem;
  }

  .quote-section {
    padding: 1.5rem 1rem;
  }

  .quote-section blockquote p {
    font-size: 1rem;
  }

  .faq-item {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .team-table thead,
  .compare-table thead {
    display: none;
  }

  .team-table tr,
  .compare-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 0.5rem;
  }

  .team-table td,
  .compare-table td {
    display: block;
    border: none;
    padding: 0.4rem 0.6rem;
  }

  .team-table td::before,
  .compare-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #4285F4;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
