/* Application hub: shared by the PC and WAP templates. */
.app-page { padding-top: 82px; background: #f4f7fa; }
.app-page .av-header { background: #081e30; }
.app-page h1,.app-page h2,.app-page h3,.app-page p,.app-page figure { margin: 0; }
.app-page [hidden] { display: none !important; }
.app-page a:focus-visible,.app-page button:focus-visible { outline: 3px solid #19d7df; outline-offset: 5px; }
.app-page .app-eyebrow { margin-bottom: 16px; color: #1677ff; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.app-hero { padding: 64px 0; color: #fff; background: radial-gradient(ellipse at 20% 0,#123c57,transparent 60%),#081e30; }
.app-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.app-hero .app-eyebrow { color: #19d7df; }
.app-hero h1 { font-size: clamp(42px,4.8vw,64px); line-height: 1.15; letter-spacing: -.04em; }
.app-hero h2 { margin-top: 22px; color: #fff; font-size: clamp(21px,2.1vw,28px); font-weight: 600; line-height: 1.5; text-wrap: balance; }
.app-hero .app-hero__lead { margin-top: 18px; max-width: 34em; color: #adc3d2; font-size: 15px; line-height: 1.9; }
.app-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.app-text-link { font-size: 14px; }
.app-text-link span { margin-left: 8px; color: #19d7df; }
.app-hero__visual { overflow: hidden; border: 1px solid #496070; border-radius: 16px; background: #102b40; }
.app-hero__visual img { display: block; width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; }
.app-hero__visual figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; padding: 14px 18px; font-size: 12px; }
.app-hero__visual figcaption span { color: #adc3d2; }
.app-hero__visual figcaption a { color: #fff; }
.app-solutions { padding: 68px 0 54px; scroll-margin-top: 104px; }
.app-section-heading h2 { color: #071b2e; font-size: clamp(28px,3vw,38px); line-height: 1.35; font-weight: 700; text-wrap: balance; }
.app-section-heading > p:last-child { margin-top: 16px; color: #617381; font-size: 15px; text-wrap: balance; }
.app-filterbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px 24px; margin: 30px 0; }
.app-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.app-filters button { display: inline-flex; align-items: center; gap: 10px; padding: 11px 17px; color: #476071; background: #fff; border: 1px solid #d6e2eb; border-radius: 8px; font-size: 14px; line-height: 1.5; cursor: pointer; }
.app-filters button span { font-size: 11px; opacity: .65; }
.app-filters button[aria-pressed="true"] { color: #fff; background: #1677ff; border-color: #1677ff; }
.app-filters button:hover { border-color: #1677ff; }
.app-result { color: #718493; font-size: 12px; }
.app-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.app-card { min-width: 0; overflow: hidden; border: 1px solid #dce5ed; border-radius: 16px; background: #fff; transition: border-color .2s ease,box-shadow .2s ease; }
.app-card:hover { border-color: #a9c9e3; box-shadow: 0 15px 38px rgba(7,27,46,.08); }
.app-card > a { display: flex; flex-direction: column; height: 100%; }
.app-card__image { position: relative; flex-shrink: 0; }
.app-card__image img { display: block; width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; background: #edf2f6; }
.app-card__badge { position: absolute; left: 16px; bottom: 16px; padding: 5px 10px; color: #334f64; border-radius: 5px; background: rgba(255,255,255,.96); font-size: 11px; }
.app-card__copy { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: 28px; }
.app-card__categories { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 12px; color: #1677ff; font-size: 11px; font-weight: 700; }
.app-card__categories:empty { display: none; }
.app-card h3 { color: #071b2e; font-size: 24px; line-height: 1.5; text-wrap: balance; }
.app-card__copy > p { margin-top: 14px; color: #617381; font-size: 14px; line-height: 1.9; }
.app-card__link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 26px; color: #1677ff; font-size: 13px; font-weight: 700; }
.app-card.is-featured { grid-column: 1/-1; }
.app-card.is-featured > a { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.app-card.is-featured .app-card__image img { height: 100%; min-height: 320px; }
.app-card.is-featured .app-card__copy { padding: 36px; justify-content: center; }
.app-card.is-featured .app-card__link { margin-top: 12px; }
.app-page .app-note { margin-top: 26px; color: #718493; font-size: 12px; line-height: 1.8; }
.app-empty { padding: 40px; color: #617381; text-align: center; border: 1px solid #dce5ed; border-radius: 12px; background: #fff; }
.app-consult { padding: 0 0 72px; }
.app-consult__panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 42px 46px; color: #fff; background: #081e30; border-radius: 16px; }
.app-consult .app-eyebrow { color: #19d7df; }
.app-consult h2 { font-size: 30px; line-height: 1.4; text-wrap: balance; }
.app-consult__panel > div > p:last-child { margin-top: 16px; max-width: 43em; color: #adc3d2; font-size: 14px; line-height: 1.85; }
.app-consult__actions { display: flex; align-items: flex-start; flex-direction: column; gap: 16px; }
.app-consult__actions > a:last-child { color: #adc3d2; font-size: 13px; }
@media (max-width: 1120px) {
  .app-hero__grid { gap: 36px; }
  .app-actions { gap: 18px; }
  .app-card.is-featured .app-card__copy { padding: 26px; }
  .app-card h3 { font-size: 22px; }
  .app-consult__panel { padding: 36px; gap: 30px; }
}
@media (max-width: 860px) {
  .app-page { padding-top: 70px; }
  .app-hero { padding: 44px 0; }
  .app-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .app-hero__visual { width: min(100%,680px); }
  .app-solutions { padding-top: 48px; scroll-margin-top: 92px; }
  .app-card__copy { padding: 24px; }
  .app-consult__panel { grid-template-columns: 1fr; padding: 30px; }
}
@media (max-width: 600px) {
  .app-grid { grid-template-columns: 1fr; gap: 22px; }
  .app-card.is-featured > a { display: flex; }
  .app-card.is-featured .app-card__image img { height: auto; min-height: 0; }
  .app-card.is-featured .app-card__copy { padding: 24px; }
  .app-card.is-featured .app-card__link { margin-top: auto; }
  .app-hero h1 { font-size: 42px; }
  .app-hero h2 { font-size: 23px; }
  .app-hero .app-hero__lead { font-size: 14px; }
  .app-filters { gap: 8px; }
  .app-filters button { padding: 10px 12px; font-size: 13px; gap: 7px; }
  .app-filterbar { margin: 24px 0; gap: 12px; }
  .app-result { width: 100%; }
  .app-card h3 { font-size: 22px; }
  .app-consult { padding-bottom: 50px; }
  .app-consult__panel { padding: 28px 24px; gap: 26px; }
  .app-consult h2 { font-size: 27px; }
}
