/* ===========================
   Osnovni Podatki Page Styles
   =========================== */

.osnovni-section {
  min-height: calc(100vh - 79px);
  padding: 79px 1.5rem 2rem 1.5rem;
  background: #ffffff;
}

.osnovni-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.osnovni-header {
  text-align: center;
  margin-bottom: 4rem;
}

.osnovni-title {
  margin: 0 0 0.5rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
}

.osnovni-subtitle {
  margin: 0;
  font-size: 1.125rem;
  color: #6b7280;
}

/* Contact Section */
.osnovni-content {
  margin-bottom: 4rem;
}

.kontakt-section {
  padding: 2rem;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #aa912b;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.kontakt-section h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  border-bottom: 2px solid #aa912b;
}

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

.kontakt-item {
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #ffffff;
}

.kontakt-item h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.kontakt-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6b7280;
}

.kontakt-item a {
  color: #05d4e0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kontakt-item a:hover {
  color: #0a7f8c;
  text-decoration: underline;
}

/* About Section */
.about-section {
  margin-bottom: 4rem;
  padding: 2rem;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #05d4e0;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about-section h2 {
  margin: 0 0 1.5rem 0;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  border-bottom: 2px solid #05d4e0;
}

.about-content {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
}

.about-content p {
  margin: 0 0 1rem 0;
}

.about-content p:last-child {
  margin-bottom: 0;
}

/* Trainer Section */
.trener-section {
  margin-bottom: 4rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.trener-section h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: left;
}

.trener-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #05d4e0;
}

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

.trener-image {
  width: 140px;
  height: 160px;
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}

.trener-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trener-info {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #05d4e0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.trener-info > div {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}

.trener-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.25rem 0;
  text-align: left;
}

.trener-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #05d4e0;
  margin: 0 0 1rem 0;
  text-align: left;
}

.trener-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #374151;
  display: block;
  flex: 1;
}

.trener-description p {
  margin: 0 0 0.75rem 0;
}

.trener-description h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  margin: 0.75rem 0 0.4rem 0;
}

.trener-qualifications {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem 0;
}

.trener-qualifications li {
  padding: 0.35rem 0 0.35rem 1.2rem;
  position: relative;
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.4;
}

.trener-qualifications li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
  font-size: 0.9rem;
}

.trener-quote {
  margin: 1rem 0 0 0;
  padding: 1rem;
  background: #f0f9fa;
  border-left: 3px solid #05d4e0;
  font-style: italic;
  font-size: 0.9rem;
  color: #0a7f8c;
  line-height: 1.5;
  display: none;
}

.quote-author {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 600;
  color: #0a7f8c;
}

/* Football Fields Section */
.polja-section {
  margin-bottom: 2rem;
}

.polja-section h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem 0;
}

.polja-intro {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0 0 2rem 0;
}

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

.polje-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.polje-card[data-map-address] {
  cursor: pointer;
}

.polje-card[data-map-address]:focus-visible {
  border-color: #05d4e0;
  box-shadow: 0 4px 6px rgba(5, 212, 224, 0.1);
  outline: none;
}

.polje-card:hover {
  border-color: #e5e7eb;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.polje-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f3f4f6;
}

.polje-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.polje-card:hover .polje-image img {
  transform: scale(1.05);
}

.polje-info {
  padding: 1.5rem;
}

.polje-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.25rem 0;
}

.polje-location {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0 0 0.75rem 0;
  display: flex;
  align-items: center;
}

.polje-location::before {
  content: "📍";
  margin-right: 0.5rem;
}

.polje-description {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .osnovni-section {
    padding: 1.5rem 1rem;
  }

  .osnovni-title {
    font-size: 2rem;
  }

  .osnovni-subtitle {
    font-size: 1rem;
  }

  .kontakt-simplified {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .trener-info {
    padding: 1.5rem;
  }

  .trener-name {
    font-size: 1.5rem;
  }

  .polja-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .polje-image {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .osnovni-section {
    padding: 1rem;
  }

  .osnovni-title {
    font-size: 1.5rem;
  }

  .kontakt-section {
    padding: 1rem;
  }

  .kontakt-item {
    padding: 1rem;
  }

  .trener-section {
    padding: 1.5rem 1rem;
  }

  .trener-info {
    padding: 1rem;
  }

  .polje-card {
    border-radius: 0.5rem;
  }

  .polje-image {
    height: 180px;
  }

  .polje-info {
    padding: 1rem;
  }
}
/* Inline styles converted to classes */
.gray-text {
  color: #6b7280;
}

.cta-section {
  text-align: center;
  background: linear-gradient(135deg, #f0f9fa 0%, #f5f5f5 100%);
}

.cta-title {
  font-size: 1.5rem;
  color: #05d4e0;
  margin-bottom: 1rem;
}

.cta-text {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 0;
}