.page-applications {
  --app-blue: #075a9f;
  --app-deep: #061821;
  --app-ink: #081722;
  --app-red: #d33332;
  --app-copper: #c67b42;
  --app-paper: #f2f5f6;
  --app-line: #d5dee3;
  --app-muted: #657680;
}
.page-applications .applications-v7 { background: #fff; }
.page-applications .applications-v7 * { box-sizing: border-box; }
.app-v7-kicker { margin: 0 0 18px; color: #72b9e2; font-size: 13px; font-weight: 700; letter-spacing: .14em; }

.page-applications.platform-experience .app-v7-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background: var(--app-deep);
  color: #fff;
}
.page-applications.platform-experience .app-v7-hero-media {
  display: block !important;
  position: absolute;
  inset: 0;
  width: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--app-deep);
}
.page-applications.platform-experience .app-v7-hero-media::after { display: none; }
.page-applications.platform-experience .app-v7-hero-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(.86) contrast(1.06);
  transform: scale(1.015);
  transition: opacity .42s ease, transform 1.1s cubic-bezier(.2,.8,.2,1);
}
.page-applications.platform-experience .app-v7-hero-media img.is-switching { opacity: .22; transform: scale(1.055); }
.app-v7-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,14,21,.96) 0%, rgba(3,15,23,.82) 34%, rgba(3,15,23,.12) 70%),
    linear-gradient(0deg, rgba(2,10,15,.85) 0%, transparent 40%);
}
.app-v7-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(820px, 58vw);
  min-height: 790px;
  padding: 145px 48px 205px max(48px, calc((100vw - 1640px) / 2));
}
.app-v7-hero .breadcrumb {
  position: absolute;
  top: 120px;
  display: flex;
  gap: 12px;
  color: #b5c5cd;
  font-size: 13px;
}
.app-v7-hero .breadcrumb a { color: inherit; text-decoration: none; }
.app-v7-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 4.7vw, 78px);
  font-weight: 620;
  line-height: 1.07;
  letter-spacing: -.055em;
}
.app-v7-hero h1 span { color: #91ccee; }
.app-v7-hero .sub-hero-lead {
  max-width: 680px;
  margin: 32px 0 0;
  color: #c0cdd3;
  font-size: 17px;
  line-height: 1.85;
}
.app-v7-hero-context {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  max-width: 720px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.25);
}
.app-v7-hero-context > span { color: #fff; font-size: 18px; font-weight: 650; }
.app-v7-hero-context strong { color: #9db2bc; font-size: 13px; font-weight: 400; }
.app-v7-hero-context a { display: inline-flex; gap: 20px; color: #fff; font-size: 13px; text-decoration: none; }
.app-v7-hero-tabs {
  position: absolute;
  right: max(48px, calc((100vw - 1640px) / 2));
  bottom: 0;
  left: max(48px, calc((100vw - 1640px) / 2));
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.24);
  background: rgba(4,18,26,.72);
  backdrop-filter: blur(18px);
}
.app-v7-hero-tabs button {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 25px 30px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.17);
  background: transparent;
  color: #9cafb8;
  text-align: left;
  cursor: pointer;
}
.app-v7-hero-tabs button:last-child { border-right: 0; }
.app-v7-hero-tabs button::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 3px;
  background: transparent;
  content: "";
}
.app-v7-hero-tabs button[aria-selected="true"] { background: rgba(7,91,159,.28); color: #fff; }
.app-v7-hero-tabs button[aria-selected="true"]::before { background: var(--app-copper); }
.app-v7-hero-tabs span { color: #79b8da; font-size: 11px; }
.app-v7-hero-tabs strong { font-size: 17px; font-weight: 600; }

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

.app-v7-fields,
.app-v7-conditions,
.app-v7-matching {
  padding: 120px max(48px, calc((100vw - 1640px) / 2));
}
.app-v7-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 560px);
  gap: 80px;
  align-items: end;
  margin-bottom: 56px;
}
.app-v7-section-head h2,
.app-v7-collaboration h2,
.app-v7-cta h2 {
  max-width: 900px;
  margin: 0;
  color: var(--app-ink);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.045em;
}
.app-v7-section-head > p { margin: 0; color: var(--app-muted); font-size: 17px; line-height: 1.85; }
.app-v7-section-head .app-v7-kicker { color: var(--app-blue); }

.app-v7-fields { background: #fff; }
.app-v7-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.app-v7-field-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: var(--app-deep);
  color: #fff;
}
.app-v7-field-card figure { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.app-v7-field-card figure::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,14,21,.94), rgba(3,14,21,.05) 70%); content: ""; }
.app-v7-field-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.8,.2,1), filter .55s ease; }
.app-v7-field-card:hover img { filter: saturate(1.04); transform: scale(1.065); }
.app-v7-field-card > div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 42px; }
.app-v7-field-card > div > span { color: #8fc8e7; font-size: 12px; letter-spacing: .1em; }
.app-v7-field-card h2 { margin: 14px 0 18px; color: #fff; font-size: 42px; line-height: 1.1; }
.app-v7-field-card p { max-width: 600px; margin: 0; color: #c4d0d6; font-size: 15px; line-height: 1.8; }
.app-v7-field-card a { display: inline-flex; align-items: center; justify-content: space-between; width: 230px; min-height: 46px; margin-top: 27px; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff; text-decoration: none; }
.app-v7-field-card a b { font-weight: 400; }

.page-applications.platform-experience #conditions.app-v7-conditions { background: var(--app-deep); color: #fff; }
.app-v7-section-head.is-light h2 { color: #fff; }
.app-v7-section-head.is-light > p { color: #adc0c9; }
.app-v7-condition-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); }
.app-v7-condition-grid article {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 42px 34px;
  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;
}
.app-v7-condition-grid article:hover { background: var(--app-blue); transform: translateY(-5px); }
.app-v7-condition-grid svg { width: 54px; height: 54px; fill: none; stroke: #72b8df; stroke-width: 1.6; }
.app-v7-condition-grid h3 { margin: auto 0 17px; font-size: 28px; font-weight: 560; }
.app-v7-condition-grid p { min-height: 70px; margin: 0; color: #adbec7; font-size: 14px; line-height: 1.75; }
.app-v7-condition-grid article:hover p { color: #e4eef3; }
.app-v7-condition-grid a { display: inline-flex; align-items: center; min-height: 46px; margin-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 13px; text-decoration: none; }

.app-v7-matching { background: var(--app-paper); }
.app-v7-match-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #cbd6dc; border-bottom: 0; }
.app-v7-match-tabs button {
  position: relative;
  min-height: 86px;
  padding: 20px;
  border: 0;
  border-right: 1px solid #cbd6dc;
  background: transparent;
  color: #637580;
  font-size: 16px;
  cursor: pointer;
}
.app-v7-match-tabs button:last-child { border-right: 0; }
.app-v7-match-tabs button[aria-selected="true"] { background: #fff; color: var(--app-ink); font-weight: 650; }
.app-v7-match-tabs button[aria-selected="true"]::before { position: absolute; top: -1px; right: 0; left: 0; height: 4px; background: var(--app-red); content: ""; }
.app-v7-match-stage { min-height: 570px; background: #fff; }
.app-v7-match-stage > article { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(420px, .7fr); min-height: 570px; }
.app-v7-match-stage > article[hidden] { display: none; }
.app-v7-match-stage article > div { display: flex; flex-direction: column; justify-content: center; padding: 64px 7vw; background: linear-gradient(135deg,#0b3145,#061821); color: #fff; }
.app-v7-match-stage article > div > span { color: #7dbbdb; font-size: 13px; letter-spacing: .1em; }
.app-v7-match-stage h3 { max-width: 720px; margin: 23px 0; font-size: clamp(34px, 3.4vw, 54px); line-height: 1.12; }
.app-v7-match-stage p { max-width: 650px; margin: 0; color: #b7c8d0; font-size: 15px; line-height: 1.8; }
.app-v7-match-stage ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 35px 0 0; padding: 0; list-style: none; }
.app-v7-match-stage li { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.18); color: #dce7ec; font-size: 13px; }
.app-v7-match-stage nav { display: grid; grid-template-rows: 1fr 1fr; }
.app-v7-match-stage nav a { display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 48px; border-bottom: 1px solid var(--app-line); color: var(--app-ink); text-decoration: none; transition: background .3s ease, color .3s ease; }
.app-v7-match-stage nav a:last-child { border-bottom: 0; }
.app-v7-match-stage nav a:hover { background: var(--app-blue); color: #fff; }
.app-v7-match-stage nav strong { font-size: 27px; }
.app-v7-match-stage nav span { color: var(--app-muted); font-size: 13px; }
.app-v7-match-stage nav a:hover span { color: #dcecf4; }

.app-v7-collaboration { display: grid; grid-template-columns: minmax(400px, .78fr) minmax(0, 1.22fr); min-height: 650px; background: #fff; }
.app-v7-collaboration-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(--app-line); }
.app-v7-collaboration-copy .app-v7-kicker { color: var(--app-blue); }
.app-v7-collaboration-copy > p:not(.app-v7-kicker) { margin: 28px 0 0; color: var(--app-muted); font-size: 16px; line-height: 1.85; }
.app-v7-collaboration-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(--app-ink); text-decoration: none; }
.app-v7-collaboration ol { display: grid; grid-template-rows: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.app-v7-collaboration li { display: grid; grid-template-columns: 90px 1fr; align-items: center; padding: 28px 6vw; border-bottom: 1px solid var(--app-line); transition: background .3s ease; }
.app-v7-collaboration li:last-child { border-bottom: 0; }
.app-v7-collaboration li:hover { background: var(--app-paper); }
.app-v7-collaboration li > span { color: var(--app-red); font: 500 12px/1 monospace; }
.app-v7-collaboration li div { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.app-v7-collaboration li strong { color: var(--app-ink); font-size: 24px; }
.app-v7-collaboration li small { color: var(--app-muted); font-size: 13px; }

.app-v7-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; min-height: 390px; padding: 80px max(48px, calc((100vw - 1640px) / 2)); background: var(--app-blue); color: #fff; }
.app-v7-cta p { margin: 0 0 18px; color: #a8d6ee; font-size: 13px; letter-spacing: .12em; }
.app-v7-cta h2 { color: #fff; }
.app-v7-cta div > span { display: block; max-width: 760px; margin-top: 24px; color: #c6e0ed; font-size: 15px; line-height: 1.75; }
.app-v7-cta > div:last-child { display: flex; align-items: center; gap: 28px; flex-shrink: 0; }
.app-v7-cta .button { padding: 19px 26px; border-radius: 0; background: #fff; color: var(--app-blue); }
.app-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; }

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

@media (max-width: 1100px) {
  .app-v7-hero-copy { width: 70vw; }
  .app-v7-field-card { min-height: 520px; }
  .app-v7-condition-grid { grid-template-columns: 1fr 1fr; }
  .app-v7-match-stage > article { grid-template-columns: 1.15fr .85fr; }
  .app-v7-collaboration { grid-template-columns: 1fr; }
  .app-v7-collaboration-copy { border-right: 0; border-bottom: 1px solid var(--app-line); }
}

@media (max-width: 760px) {
  .page-applications.platform-experience .app-v7-hero { min-height: 820px; }
  .page-applications.platform-experience .app-v7-hero-media img { object-position: 64% center; }
  .app-v7-hero-shade { background: linear-gradient(0deg,rgba(3,14,21,.99) 0%,rgba(3,14,21,.86) 62%,rgba(3,14,21,.28) 100%); }
  .app-v7-hero-copy { justify-content: flex-end; width: 100%; min-height: 820px; padding: 110px 20px 290px; }
  .app-v7-hero .breadcrumb { top: 90px; font-size: 11px; }
  .page-applications.platform-experience .app-v7-hero h1 { max-width: 350px; font-size: 30px !important; line-height: 1.14 !important; letter-spacing: -.035em; }
  .page-applications.platform-experience .app-v7-hero h1 span { margin-left: 0 !important; }
  .page-applications.platform-experience .app-v7-hero .sub-hero-lead { margin-top: 24px; color: #dce7ec !important; font-size: 15px; line-height: 1.72; text-shadow: 0 1px 10px rgba(0,0,0,.32); }
  .app-v7-hero-context strong { color: #c8d7de; }
  .app-v7-hero-context { grid-template-columns: 1fr; gap: 9px; margin-top: 25px; padding-top: 17px; }
  .app-v7-hero-context a { justify-content: space-between; min-height: 44px; align-items: center; }
  .app-v7-hero-tabs { right: 0; bottom: 0; left: 0; grid-template-columns: 1fr 1fr; }
  .app-v7-hero-tabs button { min-height: 98px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .app-v7-hero-tabs button:nth-child(2) { border-right: 0; }
  .app-v7-hero-tabs button:nth-child(n+3) { border-bottom: 0; }
  .app-v7-strip { display: flex; overflow-x: auto; scrollbar-width: none; }
  .app-v7-strip a { min-width: 112px; padding: 17px 14px; }
  .app-v7-fields,.app-v7-conditions,.app-v7-matching { padding: 78px 18px; }
  .app-v7-section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .app-v7-section-head h2,.app-v7-collaboration h2,.app-v7-cta h2 { font-size: 34px; line-height: 1.16; }
  .app-v7-section-head > p { font-size: 15px; }
  .app-v7-field-grid { grid-template-columns: 1fr; gap: 14px; }
  .app-v7-field-card { min-height: 510px; }
  .app-v7-field-card > div { padding: 28px 24px; }
  .app-v7-field-card h2 { font-size: 32px; }
  .app-v7-field-card p { font-size: 14px; }
  .app-v7-condition-grid { grid-template-columns: 1fr 1fr; }
  .app-v7-condition-grid article { min-height: 310px; padding: 27px 20px; }
  .app-v7-condition-grid svg { width: 42px; height: 42px; }
  .app-v7-condition-grid h3 { font-size: 21px; }
  .app-v7-condition-grid p { min-height: 0; }
  .app-v7-match-tabs { grid-template-columns: 1fr 1fr; border-bottom: 1px solid #cbd6dc; }
  .app-v7-match-tabs button { min-height: 68px; border-bottom: 1px solid #cbd6dc; }
  .app-v7-match-tabs button:nth-child(2) { border-right: 0; }
  .app-v7-match-tabs button:nth-child(n+3) { border-bottom: 0; }
  .app-v7-match-stage { min-height: 0; }
  .app-v7-match-stage > article { grid-template-columns: 1fr; min-height: 0; }
  .app-v7-match-stage article > div { min-height: 520px; padding: 48px 24px; }
  .app-v7-match-stage h3 { font-size: 32px; }
  .app-v7-match-stage ul { grid-template-columns: 1fr; }
  .app-v7-match-stage nav a { min-height: 160px; padding: 30px 24px; }
  .app-v7-match-stage nav strong { font-size: 22px; }
  .app-v7-collaboration-copy { padding: 78px 22px 58px; }
  .app-v7-collaboration li { grid-template-columns: 42px 1fr; padding: 26px 22px; }
  .app-v7-collaboration li div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .app-v7-collaboration li strong { font-size: 19px; }
  .app-v7-cta { align-items: stretch; flex-direction: column; min-height: 0; padding: 72px 22px; }
  .app-v7-cta > div:last-child { align-items: stretch; flex-direction: column; }
  .app-v7-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .applications-v7 [data-app-reveal] { opacity: 1; transform: none; transition: none; }
  .page-applications.platform-experience .app-v7-hero-media img,.app-v7-field-card img { transition: none; }
}
