.about-hero {
  background-size: cover;
  background-position: center;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-hero-overlay {
  background: rgba(24, 27, 35, 0.644);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  color: #ffd700;
  text-align: center;
  padding: 3rem 1rem 2rem 1rem;
}

.about-hero-content h1 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.about-hero-content p {
  color: #e0e6ed;
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto;
}

.about-main {
  background: #181b23;
  padding: 3rem 0 2.5rem 0;
}

.about-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

/* General block style */
.about-block {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(16, 32, 75, 0.13);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  background: rgba(22, 36, 71, 0.93);
  transition: box-shadow 0.2s, transform 0.2s;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.about-icon {
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd70022;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.09);
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.about-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

/* Blok khusus */
.sejarah-block {
  border-left: 7px solid #ffd700;
}
.visi-block {
  border-right: 7px solid #ffd700;
  background: linear-gradient(120deg, #ffd70022 10%, #162447 100%);
}
.misi-block {
  border-left: 7px solid #ffd700;
}
.tujuan-block {
  border-right: 7px solid #ffd700;
  background: linear-gradient(120deg, #ffd70022 10%, #162447 100%);
}
.budaya-block {
  border-left: 7px solid #ffd700;
}

/* Judul dan konten */
.about-block h2 {
  color: #ffd700;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
}

.about-block blockquote {
  color: #ffffff;
  background: #ffd70033;
  border-left: 4px solid #ffd700;
  font-size: 1.18rem;
  font-style: italic;
  margin: 0;
  padding: 1rem 1.2rem;
  border-radius: 10px;
}

.about-block p,
.about-block ul {
  color: #e0e6ed;
  font-size: 1.13rem;
  line-height: 1.8;
}

.about-block ul {
  padding-left: 1.2rem;
  margin: 0;
}

.misi-block li,
.budaya-block li {
  margin-bottom: 0.7rem;
  position: relative;
  padding-left: 1.7em;
}

.misi-block li::before {
  content: "✔";
  color: #ffd700;
  position: absolute;
  left: 0;
  font-size: 1.1em;
  top: 0.1em;
}

.budaya-block li::before {
  content: "★";
  color: #ffd700;
  position: absolute;
  left: 0;
  font-size: 1.1em;
  top: 0.1em;
}

.about-row {
  display: flex;
  gap: 2.2rem;
  margin-bottom: 2.5rem;
}

.about-half {
  flex: 1 1 0;
  background: rgba(22, 36, 71, 0.93);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(16, 32, 75, 0.13);
  padding: 2rem 1.3rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.about-half:hover {
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.13);
  transform: translateY(-4px) scale(1.01);
}

.about-half .about-icon,
.about-block .about-icon {
  min-width: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd70022;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.09);
  margin-bottom: 0.7rem;
}

.about-half .about-icon img,
.about-block .about-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.visi-block blockquote {
  color: #ffd700;
  background: #162447;
  border-left: 4px solid #ffd700;
  font-size: 1.13rem;
  font-style: italic;
  margin: 0;
  padding: 1rem 1.2rem;
  border-radius: 10px;
}

.misi-block ul,
.budaya-block ul {
  padding-left: 1.2rem;
  margin: 0;
}

.misi-block li {
  color: #e0e6ed;
  margin-bottom: 0.7rem;
  position: relative;
  padding-left: 1.7em;
}
.misi-block li::before {
  content: "✔";
  color: #ffd700;
  position: absolute;
  left: 0;
  font-size: 1.1em;
  top: 0.1em;
}

.budaya-block li {
  color: #e0e6ed;
  margin-bottom: 0.7rem;
  position: relative;
  padding-left: 1.7em;
}
.budaya-block li::before {
  content: "★";
  color: #ffd700;
  position: absolute;
  left: 0;
  font-size: 1.1em;
  top: 0.1em;
}

/* Responsive */
@media (max-width: 900px) {
  .about-row {
    flex-direction: column;
    gap: 1.2rem;
  }
  .about-half {
    padding: 1.3rem 0.8rem 1rem 0.8rem;
  }
}
