/* V24 owner/editor page premium redesign - 20260530 */
.v24-owner-hero {
  padding: 54px 0;
  color: #fff;
  background: linear-gradient(115deg, #ff2d2d 0%, #e50024 58%, #bd001b 100%);
}

.v24-owner-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: center;
}

.v24-owner-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
}

.v24-owner-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 20px;
  line-height: 1.62;
  font-weight: 700;
}

.v24-owner-portrait {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  text-align: center;
}

.v24-owner-portrait__frame {
  display: grid;
  place-items: center;
  align-content: center;
  width: 220px;
  height: 260px;
  margin: 0 auto 12px;
  border: 8px solid #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7f7, #ffe7e7);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}

.v24-owner-portrait__frame span {
  color: #e50024;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v24-owner-portrait__frame strong {
  color: #101828;
  font-size: 34px;
  font-weight: 900;
}

.v24-owner-portrait small {
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
}

.v24-owner-section {
  padding: 32px 0 46px;
  background: #f6f7fb;
}

.v24-owner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.v24-owner-main,
.v24-owner-side,
.v24-owner-principles > div {
  border: 1px solid #e6e9f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 24, 40, .07);
}

.v24-owner-main {
  padding: 34px;
}

.v24-owner-main h2 {
  margin: 0 0 14px;
  color: #101828;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
}

.v24-owner-main p {
  color: #344054;
  font-size: 18px;
  line-height: 1.72;
}

.v24-owner-lead {
  padding: 18px 20px;
  border-left: 4px solid #ff2d2d;
  border-radius: 8px;
  background: #fff7f7;
  color: #101828 !important;
  font-weight: 700;
}

.v24-owner-statement {
  margin-top: 22px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #101828, #1f2937);
}

.v24-owner-statement strong {
  display: block;
  margin-bottom: 8px;
  color: #ffe000;
  font-size: 20px;
  font-weight: 900;
}

.v24-owner-statement p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
}

.v24-owner-side {
  position: sticky;
  top: 20px;
  padding: 26px;
}

.v24-owner-side span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #e50024;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v24-owner-side h3 {
  margin: 0 0 10px;
  color: #101828;
  font-size: 27px;
  font-weight: 900;
}

.v24-owner-side p {
  color: #475467;
  font-size: 16px;
  line-height: 1.68;
}

.v24-owner-side a {
  display: inline-flex;
  margin-top: 8px;
  padding: 11px 18px;
  color: #fff !important;
  background: #ff2d2d;
  border-radius: 6px;
  font-weight: 900;
}

.v24-owner-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.v24-owner-principles > div {
  padding: 22px;
}

.v24-owner-principles span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #e50024;
  font-weight: 900;
}

.v24-owner-principles strong {
  display: block;
  margin-bottom: 8px;
  color: #101828;
  font-size: 18px;
  font-weight: 900;
}

.v24-owner-principles p {
  margin: 0;
  color: #475467;
  line-height: 1.62;
}

@media (max-width: 991px) {
  .v24-owner-hero__grid,
  .v24-owner-layout {
    grid-template-columns: 1fr;
  }

  .v24-owner-side {
    position: static;
  }

  .v24-owner-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .v24-owner-hero {
    padding: 34px 0;
  }

  .v24-owner-hero h1 {
    font-size: 34px;
  }

  .v24-owner-hero p {
    font-size: 17px;
  }

  .v24-owner-portrait__frame {
    width: 190px;
    height: 220px;
  }

  .v24-owner-main,
  .v24-owner-side {
    padding: 22px;
  }

  .v24-owner-main h2 {
    font-size: 28px;
  }

  .v24-owner-principles {
    grid-template-columns: 1fr;
  }
}
