/* HERO */
.hero {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
  filter: brightness(0.4);
  z-index: -2;
}

.hero.hero--about {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.hero-content--left {
  max-width: 760px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.pill--outline {
  color: #f7d34f;
  border: 1px solid #f7d34f;
  background-color: rgba(0, 0, 0, 0.18)
}

.hero.hero--about h1 {
  margin: 18px 0 60px;
  font-size: 48px;
  line-height: 1.12;
  color: #ffffff;
}

.hero-lead {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  max-width: 720px;
}

.hero-paragraph {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 720px;
}

/* bullets */
.hero-bullets {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 18px 0 24px;
}

.hero-bullets--dark .bullet {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 12px;
  border-radius: 10px;
}

.bullet {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #f7d34f;
}

.bullet span {
  color: rgba(255, 255, 255, 0.92);
}

.bullet svg {
  width: 24px;
  height: 24px;
}

/* button */
.hero-cta {
  background: #f7d34f;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 10px;
  width: fit-content;
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.btn-yellow:hover {
  background: #f0c63a;
  transform: translateY(-1px);
}

/* Section Mission */
.mission {
  background: radial-gradient(120% 140% at 50% 0%, #2a2a2a 0%, #161616 55%, #0f0f0f 100%);
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.mission-inner {
  max-width: 1100px;
}

/* pill center helper */
.pill--center {
  margin: 0 auto 22px;
}

.mission-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 5px solid #f7d34f;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 32px;
}

.mission-quote {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.mission-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.mission-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 18px;
}

.stat-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px 16px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
  transition: 0.25s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 211, 79, 0.55);
}

.stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(247, 211, 79, 0.18);
  border: 1px solid rgba(247, 211, 79, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.stat-icon svg {
  height: 24px;
  width: 24px;
}

.stat-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #f7d34f;
}

.stat-big {
  font-size: 28px;
  font-weight: 700;
  color: #f7d34f;
}

.stat-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

/* Section Values */
.values {
  padding: 80px 0;
  background-color: #fafafa;
}

.values-title {
  text-align: center;
  font-size: 36px;
  margin: 0 0 16px;
  color: #111;
  font-weight: 700;
}

.values-subtitle {
  text-align: center;
  font-size: 24px;
  margin: 0 0 36px;
  color: #6b7280;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.value-card {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 14px;
  padding: 24px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 211, 79, 0.8);
}

/* icon circle */
.value-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(247, 211, 79, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.value-icon svg {
  width: 24px;
  height: 24px;
}

/* text */
.value-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.value-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

/* Section Audience */
.audience {
  padding: 80px 0;
  background-color: #ffffff;
}

.audience-title {
  text-align: center;
  font-size: 36px;
  margin: 0 0 16px;
  color: #111;
  font-weight: 700;
}

.audience-subtitle {
  text-align: center;
  font-size: 20px;
  margin: 0 0 36px;
  color: #6b7280;
  line-height: 1.65
}

/* grid */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* cards */
.audience-card {
  background: #f6f6f6;
  border: 1px solid #ededed;
  border-radius: 14px;
  padding: 24px 16px;
  transition: 0.25s ease;
}

.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 211, 79, 0.85);
}

/* icon circle */
.audience-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(247, 211, 79, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.audience-icon svg {
  width: 24px;
  height: 24px;
}

/* text */
.audience-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: break-word;
}

.audience-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

/* Section Business Area */
.business {
  padding: 80px 0;
  background-color: #fafafa;
}

.business-title {
  text-align: center;
  font-size: 36px;
  margin: 0 0 16px;
  color: #111;
  font-weight: 700;
}

.business-subtitle {
  text-align: center;
  font-size: 24px;
  margin: 0 0 36px;
  color: #6b7280;
}

.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.biz-card {
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #ededed;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.biz-card--light {
  background: #fff;
}

.biz-card--dark {
  background: radial-gradient(120% 140% at 50% 0%, #2b2b2b 0%, #151515 60%, #0f0f0f 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.biz-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.biz-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(247, 211, 79, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-icon svg {
  width: 24px;
  height: 24px;
}

.biz-icon--dark {
  background: rgba(247, 211, 79, 0.18);
  border: 1px solid rgba(247, 211, 79, 0.35);
}

.biz-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.biz-card--dark h3 {
  color: #ffffff;
}

.biz-text {
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.65;
}

.biz-text--dark {
  color: rgba(255, 255, 255, 0.78);
}

.biz-quote {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #f7d34f;
}

.biz-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.biz-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #111;
  line-height: 1.5;
  font-weight: 500;
}

.biz-list li svg {
  width: 18px;
  height: 18px;
  color: #f7d34f;
}

.biz-list--dark li {
  color: rgba(255, 255, 255, 0.88);
}

.pill--small {
  font-size: 14px;
  padding: 6px 12px;
  border-color: rgba(247, 211, 79, 0.8);
  color: #f7d34f;
}

/* Section Work */
.work {
  padding: 80px 0;
  background-color: #ffffff;
}

.work-title {
  text-align: center;
  font-size: 36px;
  margin: 0 0 16px;
  color: #111;
  font-weight: 700;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.work-item {
  margin: 0;
  text-align: center;
}

.work-media {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
  border: 1px solid #eee;
  background: #f3f4f6;
}

.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-item figcaption {
  margin-top: 14px;
  font-size: 18px;
  color: #4b5563;
  line-height: 1.4;
  font-weight: 400;
}

/* Section CTA */
.cta {
  padding: 80px 0;
  background: radial-gradient(120% 120% at 50% 0%,
      #2b2b2b 0%,
      #141414 55%,
      #0f0f0f 100%);
  color: #ffffff;
}

.cta-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.cta-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #f7d34f;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon svg {
  width: 32px;
  height: 32px;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 14px;
}

.cta-text {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.cta-btn {
  display: inline-flex;
  margin-bottom: 36px;
  padding: 16px 24px;
}

.cta-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 auto 28px;
}

.cta-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cta-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-info-label {
  font-size: 16px;
  font-weight: 600;
  color: #f7d34f;
}

.cta-info-value {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}


/* responsive */
@media (max-width: 1100px) {

  /* Section Values */
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Section Audience */
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {

  /* Hero */
  .hero.hero--about {
    min-height: 0;
    padding: 70px 0;
  }

  .hero.hero--about h1 {
    font-size: 34px;
  }

  .hero-bullets {
    gap: 10px;
  }

  .hero-cta {
    min-width: 200px;
  }

  /* Section Mission */
  .mission-quote {
    font-size: 18px;
  }

  .mission-stats {
    grid-template-columns: 1fr;
  }

  .mission-card {
    padding: 26px 22px;
  }

  /* Section Business Area */
  .business-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  /* Section Work */
  .work-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  /* Section CTA */
  .cta-title {
    font-size: 26px;
  }

  .cta-info {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 560px) {

  /* Section Values */
  .values-grid {
    grid-template-columns: 1fr;
  }

  /* Section Audience */
  .audience-grid {
    grid-template-columns: 1fr;
  }
}