﻿.about-page {
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 16px;
}

.about-intro {
  text-align: center;
  margin-bottom: 28px;
}

.about-badge {
  display: inline-block;
  background: #004080;
  color: white;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 14px;
}

.about-intro h2 {
  color: #004080;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 36px;
  margin: 0 0 12px;
}

.about-intro p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.about-card,
.about-map-card {
  background: white;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.08);
}

.about-card h3,
.about-map-card h3 {
  margin-top: 0;
  color: #004080;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 26px;
}

.about-card p,
.about-list li {
  font-size: 18px;
  line-height: 1.7;
}

.about-card a {
  color: #004080;
  font-weight: 700;
}

.about-list {
  margin: 0;
  padding-left: 20px;
}

.about-list li {
  margin-bottom: 10px;
}

.about-object {
  margin-bottom: 24px;
}

.about-buttons {
  margin-top: 18px;
}

.about-button {
  display: inline-block;
  padding: 13px 20px;
  background: #004080;
  color: white !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
}

.about-button:hover {
  background: #0066cc;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

.responsive-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .about-page {
    padding: 18px 10px;
  }

  .about-intro h2 {
    font-size: 28px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .about-map-card {
    padding: 18px;
  }

  .about-card p,
  .about-list li {
    font-size: 16px;
  }

  .iframe-container {
    padding-bottom: 75%;
  }
}
