.press-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 8vw, 102px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, rgba(255,38,59,.2), transparent 31%),
    linear-gradient(118deg, #11161f 0%, #151b26 64%, #251318 100%);
}
.press-hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -110px;
  bottom: -180px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(255,255,255,.025), 0 0 0 88px rgba(255,255,255,.02);
}
.press-hero .container { position: relative; z-index: 1; }
.press-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #ff5263;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.press-kicker::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.press-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(42px, 7vw, 82px); line-height: .96; letter-spacing: -.055em; }
.press-hero .lead { max-width: 760px; margin: 24px 0 0; color: #dce2ea; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.press-disclosure {
  margin: 0;
  padding: 14px 0;
  color: #4d5664;
  background: #f5f7fa;
  border-bottom: 1px solid #e4e8ee;
  font-size: 13px;
}
.press-disclosure strong { color: #11161f; }
.press-section { padding: clamp(50px, 7vw, 90px) 0; }
.press-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.press-heading h2 { max-width: 760px; margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.04em; }
.press-heading p { max-width: 420px; margin: 0; color: #5e6672; line-height: 1.6; }
.press-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.press-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 25px;
  color: #131923;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(12, 18, 28, .05);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.press-card:hover, .press-card:focus-visible { transform: translateY(-5px); border-color: #ff263b; box-shadow: 0 18px 40px rgba(12,18,28,.11); }
.press-card span { color: #d6001c; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.press-card h3 { margin: 14px 0 12px; font-size: 23px; line-height: 1.1; letter-spacing: -.025em; }
.press-card p { margin: 0 0 24px; color: #606875; line-height: 1.55; }
.press-card b { margin-top: auto; font-size: 14px; }
.press-article-hero { padding: clamp(48px, 7vw, 88px) 0 44px; background: linear-gradient(180deg, #f7f8fa, #fff); border-bottom: 1px solid #e5e8ed; }
.press-article-hero .breadcrumbs { margin-bottom: 32px; }
.press-article-hero h1 { max-width: 980px; margin: 10px 0 20px; font-size: clamp(39px, 6vw, 72px); line-height: .98; letter-spacing: -.05em; }
.press-article-dek { max-width: 800px; margin: 0; color: #4f5865; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.press-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 25px; color: #68717d; font-size: 13px; }
.press-article { max-width: 820px; margin: 0 auto; padding: clamp(44px, 7vw, 82px) 20px; }
.press-article h2 { margin: 48px 0 15px; color: #161c25; font-size: clamp(28px, 3vw, 39px); line-height: 1.08; letter-spacing: -.035em; }
.press-article p, .press-article li { color: #39414d; font-size: 18px; line-height: 1.76; }
.press-article ul, .press-article ol { padding-left: 24px; }
.press-answer { margin: 0 0 38px; padding: 25px 28px; background: #11161f; border-left: 5px solid #ff263b; border-radius: 4px 18px 18px 4px; color: #fff; }
.press-answer strong { display: block; margin-bottom: 8px; color: #ff5263; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.press-answer p { margin: 0; color: #fff; font-size: 20px; line-height: 1.55; }
.press-note { margin-top: 48px; padding: 24px; background: #fff5f6; border: 1px solid #ffd3d8; border-radius: 16px; }
.press-note p { margin: 7px 0 0; font-size: 15px; line-height: 1.6; }
.press-related { padding: 50px 0 80px; background: #f5f7fa; }
.press-related .press-card { min-height: 210px; }
@media (max-width: 980px) { .press-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) {
  .press-grid { grid-template-columns: 1fr; }
  .press-heading { display: block; }
  .press-heading p { margin-top: 15px; }
  .press-card { min-height: 0; }
}
