/* porque — generado por refactor modular (verbatim de styles.css) */

.porque {
  background-image: linear-gradient(89.4deg, rgb(121, 108, 99) 24%, rgb(77, 74, 73) 87%), url("../../assets/images/background/3.webp");
  background-blend-mode: multiply, normal;
  background-size: cover, cover;
  background-position: center, right center;
  background-repeat: no-repeat, no-repeat;
  padding: 80px 0 90px;
}
.porque__title { font-weight: 800; font-size: 44px; text-align: center; line-height: 1.1; margin-bottom: 40px; color: var(--white); }
.porque__title-lead { color: var(--accent); font-weight: 700; }
.porque__tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.porque__item { display: contents; }
.porque__tab {
  font-family: var(--font-sora);
  font-size: 14px;
  color: var(--accent);
  background: transparent;
  border: 1px solid var(--accent);
  border-radius: 30px;
  padding: 12px 28px;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.porque__tab--active { background: var(--accent); color: var(--dark-text); font-weight: 600; }
.porque__panel {
  display: none;
  order: 99;
  width: 100%;
  align-items: center;
  gap: 40px;
  background: rgba(199, 154, 58, 0.05);
  border-radius: 16px;
  padding: 40px;
  margin-top: 28px;
}
.porque__panel--active { display: flex; }
.porque__img { width: clamp(280px, 32vw, 380px); aspect-ratio: 1; border-radius: 8px; flex-shrink: 0; object-fit: cover; }
.porque__divider { width: 2px; align-self: stretch; background: var(--accent); flex-shrink: 0; }
.porque__content { flex: 1; }
.porque__heading { font-family: var(--font-sora); font-weight: 600; font-size: 28px; color: var(--accent); line-height: 1.2; margin-bottom: 18px; }
.porque__text { font-family: var(--font-mont); font-size: 16px; line-height: 1.7; color: var(--white); }
.porque__text + .porque__text { margin-top: 16px; }
.porque__apply {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.porque__content .porque__requirement {
  margin: 0;
  font-family: var(--font-sora);
  font-weight: 900;
  font-size: 16px;
  line-height: 1.45;
  color: var(--white);
}
.porque__content .porque__requirement strong { font-weight: 900; }
.porque__apply-btn {
  flex-shrink: 0;
  margin-top: 0;
}
@media (max-width: 600px) {
  .porque {
    padding: 48px 0 40px;
    background-position: center top;
  }
  .porque .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .porque__title {
    margin-bottom: 34px;
    text-align: left;
    font-size: 26px;
    line-height: 1.06;
  }
  .porque__tabs {
    display: block;
    margin-bottom: 0;
    border-top: 1px solid rgba(199, 154, 58, 0.35);
  }
  .porque__item {
    display: block;
    border-bottom: 1px solid rgba(199, 154, 58, 0.35);
  }
  .porque__tab {
    position: relative;
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--accent);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }
  .porque__tab::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
  }
  .porque__tab--active {
    background: transparent;
    color: var(--accent);
    font-weight: 500;
  }
  .porque__tab--active::after {
    transform: rotate(-135deg) translate(-2px, -1px);
  }
  .porque__panel {
    order: initial;
    width: 100%;
    margin-top: 0;
    padding: 0 8px 28px;
    display: none;
    flex-direction: column;
    gap: 0;
    background: transparent;
    border-radius: 0;
  }
  .porque__panel--active {
    display: flex;
  }
  .porque__img {
    order: 1;
    width: 100%;
    aspect-ratio: 16 / 8.8;
    margin-bottom: 28px;
    border-radius: 0;
  }
  .porque__divider {
    order: 2;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 0 28px;
    background: var(--accent);
  }
  .porque__content {
    order: 3;
  }
  .porque__heading {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
  }
  .porque__text {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.84);
  }
  .porque__apply {
    gap: 18px;
    margin-top: 20px;
  }
  .porque__requirement {
    font-size: 14px;
    line-height: 1.35;
  }
  .porque__apply-btn {
    width: 100%;
  }
}
