.page-resources.resources-system-v7 {
  --res-header-height: 94px;
  --res-hero-top-gap: 24px;
  --res-blue: #075a9f;
  --res-deep: #061821;
  --res-ink: #081722;
  --res-red: #d33332;
  --res-copper: #c67b42;
  --res-paper: #f1f4f5;
  --res-line: #d2dce1;
  --res-muted: #65757e;
}
.page-resources .resources-v7,
.page-resources .resources-v7 * { box-sizing: border-box; }
.res-v7-kicker { margin: 0 0 18px; color: var(--res-blue); font-size: 13px; font-weight: 700; letter-spacing: .12em; }

.res-v7-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background: var(--res-deep);
  color: #fff;
}
.res-v7-hero-media { position: absolute; inset: 0; margin: 0; }
.res-v7-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.84) contrast(1.05); }
.res-v7-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,15,22,.96) 0%, rgba(4,15,22,.82) 37%, rgba(4,15,22,.3) 68%, rgba(4,15,22,.12) 100%),
    linear-gradient(0deg, rgba(4,15,22,.82), transparent 48%);
}
.res-v7-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, 58vw);
  min-height: 790px;
  padding: 110px max(48px, calc((100vw - 1640px) / 2));
}
.res-v7-hero .breadcrumb {
  position: absolute;
  top: calc(var(--res-header-height) + var(--res-hero-top-gap));
  display: flex;
  gap: 12px;
  color: #b5c6ce;
  font-size: 12px;
}
.res-v7-hero .breadcrumb a { color: inherit; text-decoration: none; }
.res-v7-hero .res-v7-kicker { color: #7fc1e5; }
.res-v7-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(48px, 4.4vw, 70px); font-weight: 620; line-height: 1.04; letter-spacing: -.055em; }
.res-v7-hero h1 span { color: #8fcaf0; }
.res-v7-hero-lead { max-width: 670px; margin: 35px 0 0; color: #c0cfd6; font-size: 16px; line-height: 1.8; }
.res-v7-hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.res-v7-hero-actions .button { display: inline-flex; align-items: center; justify-content: space-between; width: 205px; min-height: 58px; padding: 0 24px; border-radius: 0; background: #fff; color: var(--res-ink); }
.res-v7-hero-actions > a:last-child { display: inline-flex; align-items: center; gap: 22px; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.48); color: #fff; text-decoration: none; }
.res-v7-input-index {
  position: absolute;
  right: max(48px, calc((100vw - 1640px) / 2));
  bottom: 0;
  z-index: 3;
  width: min(610px, 43vw);
  padding: 30px 34px 0;
  background: rgba(5,23,34,.88);
  backdrop-filter: blur(12px);
}
.res-v7-input-index > p { margin: 0 0 18px; color: #87bdd9; font-size: 12px; }
.res-v7-input-index ol { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; }
.res-v7-input-index li { display: grid; grid-template-columns: 34px 1fr; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.res-v7-input-index li:nth-child(odd) { padding-right: 24px; border-right: 1px solid rgba(255,255,255,.15); }
.res-v7-input-index li:nth-child(even) { padding-left: 24px; }
.res-v7-input-index li > span { color: var(--res-copper); font: 500 11px/1.4 monospace; }
.res-v7-input-index strong { color: #fff; font-size: 15px; font-weight: 580; }
.res-v7-input-index small { grid-column: 2; margin-top: 6px; color: #90a4ae; font-size: 11px; }

.res-v7-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--res-line); background: #fff; }
.res-v7-strip a { padding: 22px; border-right: 1px solid var(--res-line); color: #536873; font-size: 14px; text-align: center; text-decoration: none; }
.res-v7-strip a:last-child { border-right: 0; }
.res-v7-strip a:hover { color: var(--res-blue); }

.res-v7-library,
.res-v7-formats { padding: 120px max(48px, calc((100vw - 1640px) / 2)); }
.res-v7-library { background: #fff; }
.res-v7-section-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .65fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.res-v7-section-head h2,
.res-v7-process h2,
.res-v7-faq h2,
.res-v7-cta h2 { max-width: 850px; margin: 0; color: var(--res-ink); font-size: clamp(42px, 4.2vw, 64px); font-weight: 600; line-height: 1.08; letter-spacing: -.05em; }
.res-v7-section-head > p { margin: 0; color: var(--res-muted); font-size: 16px; line-height: 1.85; }

.res-v7-workbench { border: 1px solid var(--res-line); background: var(--res-paper); }
.res-v7-workbench-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--res-line); }
.res-v7-workbench-tabs button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  min-height: 98px;
  padding: 25px 28px;
  border: 0;
  border-right: 1px solid var(--res-line);
  background: transparent;
  color: var(--res-muted);
  cursor: pointer;
  text-align: left;
}
.res-v7-workbench-tabs button:last-child { border-right: 0; }
.res-v7-workbench-tabs button::before { position: absolute; top: -1px; right: -1px; left: -1px; height: 4px; background: transparent; content: ""; }
.res-v7-workbench-tabs button[aria-selected="true"] { background: #fff; color: var(--res-ink); }
.res-v7-workbench-tabs button[aria-selected="true"]::before { background: var(--res-red); }
.res-v7-workbench-tabs span { font-size: 16px; font-weight: 650; }
.res-v7-workbench-tabs strong { font-size: 11px; font-weight: 400; }
.res-v7-workbench-stage { min-height: 620px; }
.res-v7-workbench-stage > article { display: none; grid-template-columns: minmax(0, 1.15fr) minmax(460px, .85fr); min-height: 620px; }
.res-v7-workbench-stage > article.is-active { display: grid; }
.res-v7-workbench-stage > article[hidden] { display: none; }
.res-v7-workbench-stage figure { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #c9d2d7; }
.res-v7-workbench-stage figure::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(6,24,33,.18)); content: ""; }
.res-v7-workbench-stage img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.8,.2,1); }
.res-v7-workbench-stage article:hover img { transform: scale(1.055); }
.res-v7-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 5vw; background: var(--res-deep); color: #fff; }
.res-v7-panel-label { margin: 0 0 20px; color: #78bce1; font-size: 12px; }
.res-v7-panel-copy h2 { margin: 0; color: #fff; font-size: clamp(36px, 3.5vw, 54px); line-height: 1.1; letter-spacing: -.045em; }
.res-v7-panel-copy > p:not(.res-v7-panel-label) { margin: 25px 0 0; color: #b8c9d1; font-size: 15px; line-height: 1.8; }
.res-v7-panel-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 32px 0 0; padding: 0; list-style: none; }
.res-v7-panel-copy li { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); color: #dce7eb; font-size: 13px; line-height: 1.5; }
.res-v7-panel-copy > a { display: inline-flex; align-items: center; justify-content: space-between; width: 275px; min-height: 50px; margin-top: 32px; border-bottom: 1px solid rgba(255,255,255,.5); color: #fff; text-decoration: none; }

.res-v7-formats { background: var(--res-deep); color: #fff; }
.res-v7-section-head.is-light h2 { color: #fff; }
.res-v7-section-head.is-light > p { color: #aebfc7; }
.res-v7-section-head.is-light .res-v7-kicker { color: #76b9df; }
.res-v7-format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.res-v7-format-grid article { display: flex; flex-direction: column; min-height: 320px; padding: 36px 32px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); transition: background .35s ease, transform .35s ease; }
.res-v7-format-grid article:hover { background: var(--res-blue); transform: translateY(-5px); }
.res-v7-format-grid span { color: #77b7da; font-size: 12px; }
.res-v7-format-grid h3 { margin: auto 0 20px; font-size: 27px; font-weight: 560; }
.res-v7-format-grid p { min-height: 82px; margin: 0; color: #aebfc7; font-size: 14px; line-height: 1.75; }
.res-v7-format-grid article:hover p { color: #e0ecf1; }

.res-v7-process { display: grid; grid-template-columns: minmax(400px, .78fr) minmax(0, 1.22fr); min-height: 650px; background: #fff; }
.res-v7-process-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px max(48px, calc((100vw - 1640px) / 2)); padding-right: 7vw; border-right: 1px solid var(--res-line); }
.res-v7-process-copy > p:not(.res-v7-kicker) { margin: 28px 0 0; color: var(--res-muted); font-size: 16px; line-height: 1.85; }
.res-v7-process-copy > a { display: inline-flex; align-items: center; justify-content: space-between; width: 240px; min-height: 48px; margin-top: 38px; border-bottom: 1px solid #8da0aa; color: var(--res-ink); text-decoration: none; }
.res-v7-process ol { display: grid; grid-template-rows: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.res-v7-process li { display: grid; grid-template-columns: 90px 1fr; align-items: center; padding: 28px 6vw; border-bottom: 1px solid var(--res-line); transition: background .3s ease; }
.res-v7-process li:last-child { border-bottom: 0; }
.res-v7-process li:hover { background: var(--res-paper); }
.res-v7-process li > span { color: var(--res-red); font: 500 12px/1 monospace; }
.res-v7-process li div { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.res-v7-process li strong { color: var(--res-ink); font-size: 24px; }
.res-v7-process li small { color: var(--res-muted); font-size: 13px; }

.res-v7-faq { display: grid; grid-template-columns: minmax(350px, .68fr) minmax(0, 1.32fr); gap: 8vw; padding: 120px max(48px, calc((100vw - 1640px) / 2)); background: var(--res-paper); }
.res-v7-faq-list { border-top: 1px solid #acbac1; }
.res-v7-faq details { border-bottom: 1px solid #acbac1; }
.res-v7-faq summary { display: flex; align-items: center; justify-content: space-between; min-height: 92px; color: var(--res-ink); font-size: 19px; font-weight: 580; cursor: pointer; list-style: none; }
.res-v7-faq summary::-webkit-details-marker { display: none; }
.res-v7-faq summary span { color: var(--res-red); font-size: 21px; font-weight: 400; transition: transform .3s ease; }
.res-v7-faq details[open] summary span { transform: rotate(45deg); }
.res-v7-faq details p { max-width: 800px; margin: -5px 0 30px; color: var(--res-muted); font-size: 15px; line-height: 1.85; }

.res-v7-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; min-height: 370px; padding: 80px max(48px, calc((100vw - 1640px) / 2)); background: var(--res-blue); color: #fff; }
.res-v7-cta p { margin: 0 0 18px; color: #acd8ed; font-size: 13px; letter-spacing: .1em; }
.res-v7-cta h2 { color: #fff; }
.res-v7-cta div > span { display: block; margin-top: 22px; color: #c9e1ec; font-size: 15px; }
.res-v7-cta > div:last-child { display: flex; align-items: center; gap: 28px; flex-shrink: 0; }
.res-v7-cta .button { padding: 19px 26px; border-radius: 0; background: #fff; color: var(--res-blue); }
.res-v7-cta > div:last-child > a:last-child { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 1px solid rgba(255,255,255,.5); color: #fff; text-decoration: none; }

.resources-v7 [data-resource-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.resources-v7 [data-resource-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .res-v7-hero-copy { width: 66vw; }
  .res-v7-input-index { width: 48vw; }
  .res-v7-workbench-stage > article { grid-template-columns: 1fr 1fr; }
  .res-v7-format-grid { grid-template-columns: 1fr 1fr; }
  .res-v7-process { grid-template-columns: 1fr; }
  .res-v7-process-copy { border-right: 0; border-bottom: 1px solid var(--res-line); }
  .res-v7-faq { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 760px) {
  .page-resources.resources-system-v7 { --res-header-height: 68px; --res-hero-top-gap: 18px; }
  .res-v7-hero { min-height: 860px; }
  .res-v7-hero-media img { object-position: 62% center; }
  .res-v7-hero-shade { background: linear-gradient(0deg, rgba(4,15,22,.99) 0%, rgba(4,15,22,.9) 63%, rgba(4,15,22,.28) 100%); }
  .res-v7-hero-copy { justify-content: flex-end; width: 100%; min-height: 860px; padding: 110px 20px 330px; }
  .res-v7-hero .breadcrumb { font-size: 11px; }
  .page-resources.resources-system-v7 .res-v7-hero h1 { max-width: 350px; font-size: 30px !important; line-height: 1.14 !important; }
  .page-resources.resources-system-v7 .res-v7-hero h1 span { margin-left: 0 !important; }
  .res-v7-hero-lead { margin-top: 24px; color: #dce7ec; font-size: 15px; line-height: 1.72; }
  .res-v7-hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 28px; }
  .res-v7-hero-actions .button { width: 100%; }
  .res-v7-hero-actions > a:last-child { justify-content: space-between; }
  .res-v7-input-index { right: 0; bottom: 0; left: 0; width: auto; padding: 20px 20px 0; }
  .res-v7-input-index li { min-height: 80px; padding: 14px 0; }
  .res-v7-input-index li:nth-child(odd) { padding-right: 14px; }
  .res-v7-input-index li:nth-child(even) { padding-left: 14px; }
  .res-v7-input-index strong { font-size: 13px; }
  .res-v7-strip { display: flex; overflow-x: auto; scrollbar-width: none; }
  .res-v7-strip a { min-width: 112px; padding: 17px 14px; }
  .res-v7-library,.res-v7-formats { padding: 78px 18px; }
  .res-v7-section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .res-v7-section-head h2,.res-v7-process h2,.res-v7-faq h2,.res-v7-cta h2 { font-size: 34px; line-height: 1.16; }
  .res-v7-section-head > p { font-size: 15px; }
  .res-v7-workbench-tabs { grid-template-columns: 1fr 1fr; }
  .res-v7-workbench-tabs button { min-height: 88px; padding: 20px 17px; border-bottom: 1px solid var(--res-line); }
  .res-v7-workbench-tabs button:nth-child(2) { border-right: 0; }
  .res-v7-workbench-tabs button:nth-child(n+3) { border-bottom: 0; }
  .res-v7-workbench-stage { min-height: 0; }
  .res-v7-workbench-stage > article { grid-template-columns: 1fr; min-height: 0; }
  .res-v7-workbench-stage figure { min-height: 340px; }
  .res-v7-panel-copy { padding: 44px 24px; }
  .res-v7-panel-copy h2 { font-size: 32px; }
  .res-v7-panel-copy ul { grid-template-columns: 1fr; }
  .res-v7-panel-copy > a { width: 100%; }
  .res-v7-format-grid { grid-template-columns: 1fr 1fr; }
  .res-v7-format-grid article { min-height: 295px; padding: 26px 20px; }
  .res-v7-format-grid h3 { font-size: 21px; }
  .res-v7-format-grid p { min-height: 0; }
  .res-v7-process-copy { padding: 78px 22px 58px; }
  .res-v7-process li { grid-template-columns: 42px 1fr; padding: 26px 22px; }
  .res-v7-process li div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .res-v7-process li strong { font-size: 19px; }
  .res-v7-faq { gap: 35px; padding: 78px 22px; }
  .res-v7-faq summary { min-height: 82px; font-size: 17px; }
  .res-v7-cta { align-items: stretch; flex-direction: column; min-height: 0; padding: 72px 22px; }
  .res-v7-cta > div:last-child { align-items: stretch; flex-direction: column; }
  .res-v7-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .resources-v7 [data-resource-reveal] { opacity: 1; transform: none; transition: none; }
  .res-v7-workbench-stage img,.res-v7-format-grid article,.res-v7-faq summary span { transition: none; }
}
