#why-us .why-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}

#why-us .why-bento-row {
  display: contents;
}

#why-us .why-bc {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s;
}

#why-us .why-bc:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

#why-us .why-bc-hero {
  grid-column: span 5;
  grid-row: span 2;
  min-height: 380px;
}

#why-us .why-bc-photo {
  grid-column: span 4;
  grid-row: span 1;
  min-height: 190px;
}

#why-us .why-bc-stat {
  grid-column: span 3;
  grid-row: span 1;
  min-height: 190px;
}

#why-us .why-bc-wide {
  grid-column: span 7;
  grid-row: span 1;
  min-height: 190px;
}

#why-us .why-bc-tall {
  grid-column: span 5;
  grid-row: span 1;
  min-height: 190px;
}

#why-us .why-bc-wide-bottom {
  grid-column: span 7;
}

@media (max-width: 860px) {
  #why-us .why-bento {
    grid-template-columns: repeat(6, 1fr);
  }

  #why-us .why-bc-hero {
    grid-column: span 6;
    min-height: 280px;
  }

  #why-us .why-bc-photo {
    grid-column: span 4;
    min-height: 200px;
  }

  #why-us .why-bc-stat {
    grid-column: span 2;
    min-height: 200px;
  }

  #why-us .why-bc-wide,
  #why-us .why-bc-wide-bottom {
    grid-column: span 6;
  }

  #why-us .why-bc-tall {
    grid-column: span 6;
  }
}

@media (max-width: 600px) {
  #why-us .why-bento {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #why-us .why-bc-hero {
    grid-column: unset;
    grid-row: unset;
    min-height: 300px;
    width: 100%;
  }

  #why-us .why-bc-hero h3 {
    font-size: 1.2rem;
  }

  #why-us .why-bc-photo {
    grid-column: unset;
    grid-row: unset;
    width: 100%;
    min-height: 200px;
  }

  #why-us .why-bento-row-2 {
    display: flex;
    gap: 12px;
    width: 100%;
  }

  #why-us .why-bento-row-2 .why-bc-photo {
    flex: 1.4;
    min-height: 190px;
  }

  #why-us .why-bento-row-2 .why-bc-stat.orange {
    flex: 1;
    min-height: 190px;
    padding: 20px 14px;
  }

  #why-us .why-bento-row-3 {
    display: flex;
    gap: 12px;
    width: 100%;
  }

  #why-us .why-bento-row-3 .why-bc-stat.dark {
    flex: 1;
    min-height: 170px;
    padding: 20px 14px;
  }

  #why-us .why-bento-row-3 .why-bc-tall {
    flex: 1.4;
    min-height: 170px;
    padding: 20px;
  }

  #why-us .why-bc-wide,
  #why-us .why-bc-wide-bottom {
    grid-column: unset;
    grid-row: unset;
    width: 100%;
    flex-direction: row;
    padding: 22px 20px;
    gap: 18px;
  }

  #why-us .why-bc-wide .why-icon-big {
    width: 56px;
    height: 56px;
    font-size: 28px;
    border-radius: 16px;
  }

  #why-us .why-bc-stat.orange .icon,
  #why-us .why-bc-stat.dark .icon {
    font-size: 22px;
    margin-bottom: 4px;
  }

  #why-us .why-bc-stat.orange .big {
    font-size: 2rem;
  }

  #why-us .why-bc-stat.dark .big {
    font-size: 1.9rem;
  }

  #why-us .why-bc-stat.orange .label,
  #why-us .why-bc-stat.dark .label {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  #why-us .why-bc-tall .num {
    font-size: 40px;
  }

  #why-us .why-bc-tall h3 {
    font-size: 0.9rem;
  }

  #why-us .why-bc-tall p {
    font-size: 0.8rem;
  }

  #why-us .why-bc-tall .arrow {
    font-size: 12px;
  }
}

#why-us .why-bc-hero {
  background: linear-gradient(160deg, #1e3a5f 0%, #0f172a 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

#why-us .why-bc-hero .bg-img {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 20, 40, 0.15) 0%, rgba(10, 20, 40, 0.82) 100%),
    url("images/why-hero.jpg") center/cover no-repeat;
}

#why-us .why-bc-hero .badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 6px;
}

#why-us .why-bc-hero .content {
  position: relative;
  z-index: 1;
}

#why-us .why-bc-hero .icon-sm {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 106, 0, 0.2);
  border: 1.5px solid rgba(255, 106, 0, 0.4);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 14px;
}

#why-us .why-bc-hero h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}

#why-us .why-bc-hero h3 span {
  color: var(--primary);
}

#why-us .why-bc-hero p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

#why-us .why-bc-photo {
  background: url("images/why-photo.jpg") center/cover no-repeat;
  position: relative;
}

#why-us .why-bc-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 60%);
}

#why-us .why-bc-photo .label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

#why-us .why-bc-photo .label small {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.8;
  margin-top: 2px;
}

#why-us .why-bc-stat.orange {
  background: linear-gradient(135deg, var(--primary) 0%, #c84b00 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px;
  gap: 6px;
}

#why-us .why-bc-stat.orange .big {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.04em;
}

#why-us .why-bc-stat.orange .label {
  font-size: 0.75rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

#why-us .why-bc-stat.orange .icon {
  font-size: 28px;
  margin-bottom: 4px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

#why-us .why-bc-wide {
  background: var(--card);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  flex-wrap: wrap;
}

#why-us .why-bc-wide .left {
  flex-shrink: 0;
}

#why-us .why-bc-wide .why-icon-big {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(255, 154, 68, 0.2));
  display: grid;
  place-items: center;
  font-size: 34px;
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.15);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

#why-us .why-bc-wide:hover .why-icon-big {
  transform: scale(1.1) rotate(-6deg);
}

#why-us .why-bc-wide h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--fg);
  margin: 0 0 6px;
}

#why-us .why-bc-wide p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-subtle);
  line-height: 1.65;
}

#why-us .why-bc-wide .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 106, 0, 0.1);
  color: var(--primary);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
}

#why-us .why-bc-stat.dark {
  background: var(--fg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px;
  gap: 6px;
}

#why-us .why-bc-stat.dark .big {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.04em;
}

#why-us .why-bc-stat.dark .big span {
  color: var(--primary);
}

#why-us .why-bc-stat.dark .label {
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#why-us .why-bc-stat.dark .icon {
  font-size: 26px;
  margin-bottom: 4px;
}

[data-theme="dark"] #why-us .why-bc-stat.dark {
  background: #0a0f1e;
}

#why-us .why-bc-tall {
  background: var(--card);
  border: 1.5px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

#why-us .why-bc-tall::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.08) 0%, transparent 70%);
}

#why-us .why-bc-tall .icon-row {
  font-size: 32px;
  margin-bottom: 16px;
}

#why-us .why-bc-tall h3 {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 800;
  color: var(--fg);
  margin: 0 0 8px;
}

#why-us .why-bc-tall p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-subtle);
  line-height: 1.65;
}

#why-us .why-bc-tall .arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  margin-top: 16px;
  text-decoration: none;
  transition: gap 0.2s;
}

#why-us .why-bc-tall:hover .arrow {
  gap: 10px;
}
