/* Give Group inspired visual system for all non-home routes. */
body:not([data-page="home"]) {
  --brand:#eb5518;
  --brand-dark:#eb5518;
  --brand-light:#f7f7f7;
  --brand-soft:#f7f7f7;
  --brand-pale:#fff;
  --green:#eb5518;
  --blue:#333333;
  --orange:#eb5518;
  --ink:#1d1d1f;
  --text:#333333;
  --muted:#86868b;
  --line:#f7f7f7;
  --line-strong:#edeef1;
  --shadow-sm:0 10px 30px rgba(29,29,31,.06);
  --shadow-md:0 18px 48px rgba(29,29,31,.09);
  --shadow-lg:0 28px 72px rgba(29,29,31,.12);
  background:#fff;
  color:#333;
}

#wowoOfflineBanner { display:none !important; }
body.has-offline-banner { padding-top:0 !important; }
body.has-offline-banner .site-header { top:0 !important; }

body:not([data-page="home"]) .site-header {
  background:rgba(255,255,255,.84) !important;
  border-bottom:1px solid rgba(247,247,247,.9) !important;
  box-shadow:none !important;
  backdrop-filter:blur(20px) saturate(135%);
}
body:not([data-page="home"]) .site-header .brand img { filter:none !important; }
body:not([data-page="home"]) .nav-link { color:#333 !important; background:transparent !important; }
body:not([data-page="home"]) .nav-link::after { background:#eb5518 !important; }
body:not([data-page="home"]) .nav-link:hover,
body:not([data-page="home"]) .nav-link.active { color:#eb5518 !important; }
body:not([data-page="home"]) .nav-login { color:#eb5518 !important; background:rgba(235,85,24,.2) !important; border:0 !important; box-shadow:none !important; }
body:not([data-page="home"]) .nav-login:hover { color:#fff !important; background:#eb5518 !important; border:0 !important; }

body:not([data-page="home"]) :is(.sub-hero,.about-hero,.app-hero,.maker-hero,.profile-hero,.auth-page,.commerce-page) {
  background:linear-gradient(145deg,#fff 0%,#f5f5f5 100%) !important;
  color:#1d1d1f !important;
}
body:not([data-page="home"]) :is(.sub-hero,.about-hero,.app-hero,.maker-hero)::before,
body:not([data-page="home"]) :is(.sub-hero,.about-hero,.app-hero,.maker-hero)::after { opacity:.18 !important; filter:grayscale(1); }
body:not([data-page="home"]) :is(h1,h2,h3,h4,.about-hero__headline,.maker-tagline) { color:#1d1d1f; letter-spacing:0; }
body:not([data-page="home"]) .about-hero__headline :is(span,strong) { color:#1d1d1f !important; }
body:not([data-page="home"]) :is(.eyebrow,.about-kicker,.app-eyebrow,.maker-eyebrow,.maker-side-label) { color:#eb5518 !important; }
body:not([data-page="home"]) :is(p,.app-lead,.maker-subtitle,.subtle) { color:#666; }

body:not([data-page="home"]) :is(.btn.primary,.auth-submit,.membership-pay-btn) {
  color:#fff !important;
  background:#eb5518 !important;
  border-color:#eb5518 !important;
  box-shadow:0 12px 28px rgba(235,85,24,.18) !important;
}
body:not([data-page="home"]) :is(.btn.primary,.auth-submit,.membership-pay-btn):hover {
  background:#eb5518 !important;
  border-color:#eb5518 !important;
  transform:translateY(-2px);
}
body:not([data-page="home"]) :is(.btn.outline,.text-action,.auth-back) { color:#333 !important; border-color:#d8d8d8 !important; background:rgba(255,255,255,.72) !important; }
body:not([data-page="home"]) :is(.btn.outline,.text-action,.auth-back):hover { color:#eb5518 !important; border-color:#eb5518 !important; }

body:not([data-page="home"]) :is(
  .about-capability-story,.app-module-card,.app-advantage,.app-core-value,
  .maker-hero__card,.maker-text-block,.maker-opportunity__cards > *,
  .download-card,.pricing-grid > *,.commerce-card,.auth-card,
  .profile-panel,.profile-member-games,.contact-form,.contact-info
) {
  background:rgba(255,255,255,.76) !important;
  border:1px solid rgba(247,247,247,.96) !important;
  box-shadow:0 18px 54px rgba(29,29,31,.07) !important;
  backdrop-filter:blur(18px) saturate(125%);
}
body:not([data-page="home"]) :is(.app-module-card,.download-card,.pricing-grid > *,.maker-opportunity__cards > *) {
  transition:transform .45s ease,box-shadow .45s ease,border-color .3s ease;
}
body:not([data-page="home"]) :is(.app-module-card,.download-card,.pricing-grid > *,.maker-opportunity__cards > *):hover {
  transform:translateY(-5px);
  border-color:rgba(235,85,24,.35) !important;
  box-shadow:0 24px 64px rgba(29,29,31,.11) !important;
}

body:not([data-page="home"]) :is(.app-core-value,.app-training-system,.maker-purpose,.maker-culture,.maker-source,.news-section,.contact-hero + .section) { background:#fff !important; }
body:not([data-page="home"]) :is(.app-advantage,.maker-goal,.maker-opportunity,.pricing-section,.profile-dashboard-section,.commerce-section) { background:#f7f7f7 !important; }
body:not([data-page="home"]) :is(.maker-text-block--blue,.maker-note) { background:#f5f5f5 !important; color:#333 !important; }
body:not([data-page="home"]) :is(.app-stats-row strong,.maker-goal__stats strong,.membership-price,.confirm-plan-price) { color:#eb5518 !important; }
#page-app :is(.app-position-grid > *,.app-value-grid > *,.app-module-grid > *,.app-soothe-grid > *) { background:rgba(255,255,255,.82) !important; border-color:#f7f7f7 !important; box-shadow:0 16px 48px rgba(29,29,31,.06) !important; }
#page-app :is(.app-position-grid h2,.app-position-grid h3,.app-value-grid h2,.app-value-grid h3,.app-module-card h3) { color:#1d1d1f !important; }
#page-app :is(.app-position-grid__core,.app-game-tags span,.app-training-tags span) { color:#eb5518 !important; border-color:rgba(235,85,24,.28) !important; background:#f7f7f7 !important; }
#page-pricing .core-feature-icon img { filter:grayscale(1) sepia(1) saturate(7) hue-rotate(338deg) brightness(.92); }
#page-contact :is(.contact-info,.contact-form) { color:#333 !important; }
#page-contact :is(.contact-info,.contact-form) { box-shadow:none !important; }
#page-contact :is(.contact-info p,.contact-list,.contact-form-hint) { color:#666 !important; }

/* Keep the primary navigation identical while switching between pages. */
body .site-header,
body[data-page="home"] .site-header,
body[data-page="home"] .site-header.is-home-hero {
  border-bottom:1px solid rgba(247,247,247,.9) !important;
  background:rgba(255,255,255,.84) !important;
  box-shadow:none !important;
  backdrop-filter:blur(20px) saturate(135%);
}

body .site-header .brand img,
body[data-page="home"] .site-header .brand img,
body[data-page="home"] .site-header.is-home-hero .brand img {
  filter:none !important;
}

body .site-header .nav-link:not(.nav-login),
body[data-page="home"] .site-header .nav-link:not(.nav-login),
body[data-page="home"] .site-header.is-home-hero .nav-link:not(.nav-login) {
  color:#333 !important;
  background:transparent !important;
  font-size:var(--font-nav) !important;
  font-weight:600;
}

body .site-header .nav-link:not(.nav-login)::after {
  background:#eb5518 !important;
}

body .site-header .nav-link:not(.nav-login):hover,
body .site-header .nav-link:not(.nav-login).active,
body[data-page="home"] .site-header.is-home-hero .nav-link:not(.nav-login):hover,
body[data-page="home"] .site-header.is-home-hero .nav-link:not(.nav-login).active {
  color:#eb5518 !important;
  background:transparent !important;
}

body .site-header .nav-login,
body .site-header .nav-login.active,
body[data-page="home"] .site-header .nav-login,
body[data-page="home"] .site-header.is-home-hero .nav-login {
  width:auto !important;
  height:40px !important;
  min-height:40px !important;
  padding:0 20px !important;
  border:0 !important;
  border-radius:20px !important;
  color:#eb5518 !important;
  background:rgba(235,85,24,.2) !important;
  box-shadow:none !important;
  font-size:var(--font-nav) !important;
}

body .site-header .nav-login:hover,
body[data-page="home"] .site-header .nav-login:hover,
body[data-page="home"] .site-header.is-home-hero .nav-login:hover {
  border:0 !important;
  color:#fff !important;
  background:#eb5518 !important;
}

@media(max-width:900px) {
  body .site-header .site-nav,
  body[data-page="home"] .site-header .site-nav {
    background:rgba(255,255,255,.94) !important;
  }
}

body:not([data-page="home"]) :is(input,textarea,select,.phone-row,.captcha-input,.code-row) {
  border-color:#edeef1 !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.88) !important;
  box-shadow:none !important;
}
body:not([data-page="home"]) :is(input,textarea,select):focus { border-color:#eb5518 !important; outline:none; box-shadow:0 0 0 3px rgba(235,85,24,.1) !important; }
body:not([data-page="home"]) :is(a,button,input,textarea,select,summary):focus-visible { outline:2px solid #eb5518 !important; outline-offset:4px; }

body:not([data-page="home"]) :is(.auth-tabs button.active,.profile-coupon-tab.is-active,.pay-channel-tab.is-active,.membership-plan-tabs .active,.news-filter .active) {
  color:#eb5518 !important;
  background:#f7f7f7 !important;
  border-color:#eb5518 !important;
}
body:not([data-page="home"]) :is(.news-feed article,.core-feature-card) { border-color:#f7f7f7 !important; }
body:not([data-page="home"]) .news-feed img { transition:transform .5s ease; }
body:not([data-page="home"]) .news-feed article:hover img { transform:scale(1.05); }
body:not([data-page="home"]) .news-breadcrumb { color:#86868b; border-color:#f7f7f7 !important; }
body:not([data-page="home"]) .news-article-body { color:#666 !important; font-size:16px; line-height:1.5; }
body:not([data-page="home"]) .news-article :is(img,video) { border-radius:8px; }

body:not([data-page="home"]) :is(.membership-modal,.membership-dialog) {
  background:rgba(255,255,255,.9) !important;
  border:1px solid rgba(255,255,255,.95) !important;
  box-shadow:0 30px 90px rgba(29,29,31,.2) !important;
  backdrop-filter:blur(24px) saturate(135%);
}
body:not([data-page="home"]) :is(.membership-plan-panel,.membership-order-card,.membership-pay-card) { border-color:#f7f7f7 !important; background:rgba(255,255,255,.72) !important; }
body:not([data-page="home"]) :is(.membership-coupon-hover,.membership-coupon-menu [aria-selected="true"]) { background:#f7f7f7 !important; color:#eb5518 !important; }

body:not([data-page="home"]) .site-footer { background:#232323; }
body:not([data-page="home"]) .campaign-entry { background:#eb5518 !important; border-color:#eb5518 !important; color:#fff !important; }

@media(max-width:680px){
  body:not([data-page="home"]) .site-nav { background:rgba(255,255,255,.94) !important; box-shadow:-24px 0 70px rgba(29,29,31,.12) !important; backdrop-filter:blur(22px); }
  body:not([data-page="home"]) :is(.sub-hero,.about-hero,.app-hero,.maker-hero) { padding-top:110px; }
}
@media(prefers-reduced-motion:reduce){
  body:not([data-page="home"]) *,body:not([data-page="home"]) *::before,body:not([data-page="home"]) *::after { transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}

/* Unified primary-page footer: dark mineral texture and one shared information grid. */
body:is(
  [data-page="home"],
  [data-page="about"],
  [data-page="app"],
  [data-page="maker"],
  [data-page="download"],
  [data-page="pricing"],
  [data-page="news"],
  [data-page="news-detail"],
  [data-page="contact"]
) .site-footer {
  position: relative;
  isolation: isolate;
  color: rgba(255,255,255,.68) !important;
  background-color: #151515 !important;
  background-image:
    linear-gradient(90deg, rgba(10,10,10,.12), rgba(10,10,10,.42)),
    url("../../assets/home-visuals/footer-texture.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

body:is(
  [data-page="home"],
  [data-page="about"],
  [data-page="app"],
  [data-page="maker"],
  [data-page="download"],
  [data-page="pricing"],
  [data-page="news"],
  [data-page="news-detail"],
  [data-page="contact"]
) .site-footer::before {
  height: 2px !important;
  background: #eb5518 !important;
  opacity: 1 !important;
}

body:is(
  [data-page="home"],
  [data-page="about"],
  [data-page="app"],
  [data-page="maker"],
  [data-page="download"],
  [data-page="pricing"],
  [data-page="news"],
  [data-page="news-detail"],
  [data-page="contact"]
) .site-footer .footer-main {
  display: grid !important;
  grid-template-columns: minmax(280px,1.35fr) minmax(130px,.58fr) minmax(170px,.72fr) minmax(230px,1fr) !important;
  gap: clamp(38px,5vw,76px) !important;
  padding: clamp(72px,7vw,104px) 0 clamp(58px,6vw,84px) !important;
}

.site-footer .footer-logo-frame {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-footer .footer-logo-frame img {
  width: 188px !important;
  filter: grayscale(1) brightness(0) invert(1) !important;
}

.site-footer .footer-brand-kicker {
  margin-top: 34px !important;
  color: #eb5518 !important;
}

.site-footer .footer-brand-kicker::before { background: #eb5518 !important; }
.site-footer .footer-brand-copy { max-width: 360px; color: rgba(255,255,255,.58) !important; }
.site-footer .footer-col { color: rgba(255,255,255,.68) !important; }
.site-footer .footer-col strong { color: #fff !important; font-size: 16px; }
.site-footer .footer-col button { color: rgba(255,255,255,.68) !important; }
.site-footer .footer-col button:hover,
.site-footer .footer-col button:focus-visible,
.site-footer .footer-contact a:hover,
.site-footer .footer-contact a:focus-visible { color: #eb5518 !important; }
.site-footer .footer-link-index,
.site-footer .footer-contact-label { color: #eb5518 !important; }
.site-footer .footer-contact a { color: #fff !important; }
.site-footer .footer-contact small { color: rgba(255,255,255,.48) !important; }
.site-footer .footer-col .footer-contact-link {
  border-color: rgba(255,255,255,.34) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: transparent !important;
}
.site-footer .footer-col .footer-contact-link:hover,
.site-footer .footer-col .footer-contact-link:focus-visible {
  border-color: #eb5518 !important;
  background: #eb5518 !important;
  color: #fff !important;
}
.site-footer .footer-bottom {
  min-height: 76px;
  border-top-color: rgba(255,255,255,.16) !important;
}
.site-footer .footer-bottom strong,
.site-footer .footer-record-link,
.site-footer .footer-bottom p { color: rgba(255,255,255,.48) !important; }
.site-footer .footer-record-link:hover,
.site-footer .footer-record-link:focus-visible { color: #fff !important; }

@media(max-width:960px){
  body:is(
    [data-page="home"],
    [data-page="about"],
    [data-page="app"],
    [data-page="maker"],
    [data-page="download"],
    [data-page="pricing"],
    [data-page="news"],
    [data-page="news-detail"],
    [data-page="contact"]
  ) .site-footer .footer-main {
    grid-template-columns: minmax(240px,1.2fr) repeat(2,minmax(150px,.8fr)) !important;
  }
  .site-footer .footer-contact { grid-column: 2 / -1; }
}

@media(max-width:680px){
  body:is(
    [data-page="home"],
    [data-page="about"],
    [data-page="app"],
    [data-page="maker"],
    [data-page="download"],
    [data-page="pricing"],
    [data-page="news"],
    [data-page="news-detail"],
    [data-page="contact"]
  ) .site-footer {
    background-position: 38% center !important;
  }
  body:is(
    [data-page="home"],
    [data-page="about"],
    [data-page="app"],
    [data-page="maker"],
    [data-page="download"],
    [data-page="pricing"],
    [data-page="news"],
    [data-page="news-detail"],
    [data-page="contact"]
  ) .site-footer .footer-main {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 56px 0 34px !important;
  }
  .site-footer .footer-brand { padding-bottom: 34px; }
  .site-footer .footer-contact { grid-column: auto; }
  .site-footer .footer-col { border-top-color: rgba(255,255,255,.15) !important; }
  .site-footer .footer-bottom { padding: 24px 0 30px; }
}

/* About page capability cards. */
#page-about .about-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(48px,6vw,84px);
}

#page-about .about-story__copy {
  width: min(100%, 900px);
}

#page-about .about-story__copy > p {
  max-width: 860px;
  margin: 22px 0 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-wrap: pretty;
}

#page-about .about-story__copy > p + p {
  margin-top: 16px;
}

#page-about .about-capability-story {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

#page-about .about-capability-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin: 0;
}

#page-about .about-capability-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #edeef1;
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 52px rgba(29,29,31,.08);
  backdrop-filter: blur(16px) saturate(120%);
  transition: transform .42s cubic-bezier(.22,.61,.36,1), box-shadow .42s ease, border-color .3s ease;
}

#page-about .about-capability-card:hover {
  transform: translateY(-6px);
  border-color: rgba(235,85,24,.42);
  box-shadow: 0 26px 64px rgba(29,29,31,.13);
}

#page-about .about-capability-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f7f7f7;
}

#page-about .about-capability-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: #eb5518;
  content: "";
}

#page-about .about-capability-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22,.61,.36,1);
}

#page-about .about-capability-card:hover .about-capability-card__media img {
  transform: scale(1.035);
}

#page-about .about-capability-card__body {
  min-height: 190px;
  padding: 28px 28px 32px;
}

#page-about .about-capability-card h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(24px,2.2vw,32px);
  font-weight: 600;
  line-height: 1.3;
}

#page-about .about-capability-card p {
  margin: 16px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

@media(max-width:900px){
  #page-about .about-capability-cards { grid-template-columns: 1fr; }
  #page-about .about-capability-card {
    display: grid;
    grid-template-columns: minmax(260px,.9fr) minmax(0,1.1fr);
  }
  #page-about .about-capability-card__body {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media(max-width:600px){
  #page-about .about-story { gap: 40px; }
  #page-about .about-capability-card { display: block; }
  #page-about .about-capability-card__body { padding: 24px 22px 28px; }
  #page-about .about-capability-card h3 { font-size: 24px; }
  #page-about .about-capability-card p { font-size: 15px; }
}

/* About introduction and capability interaction refinement. */
#page-about .about-story__copy h2 span {
  display: block;
  white-space: normal;
}

#page-about .about-fact-list {
  width: min(100%, 860px);
  margin-top: 32px;
  gap: 18px;
  border: 0;
}

#page-about .about-fact-list > div {
  grid-template-columns: 48px 110px minmax(0,1fr);
  align-items: center;
  gap: 16px;
  padding: 6px 0;
  border: 0;
}

#page-about .about-fact-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #86868b;
  transition: color .3s ease;
}

#page-about .about-fact-icon svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#page-about .about-fact-list > div:hover .about-fact-icon {
  color: #eb5518;
}

#page-about .about-capability-card,
#page-about .about-capability-card:hover {
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

#page-about .about-capability-card__media::after {
  display: none;
}

#page-about .about-capability-card:hover .about-capability-card__media img {
  transform: scale(1.045);
}

@media(max-width:600px){
  #page-about .about-fact-list > div {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 10px 14px;
  }
  #page-about .about-fact-list dt,
  #page-about .about-fact-list dd {
    grid-column: 2;
  }
  #page-about .about-fact-list dt { align-self: end; }
  #page-about .about-fact-list dd { align-self: start; }
  #page-about .about-fact-icon {
    grid-row: 1 / 3;
    width: 40px;
    height: 40px;
  }
}

/* Shared top banner for the seven primary navigation pages. */
.primary-banner {
  position: relative;
  isolation: isolate;
  height: var(--site-primary-banner-height, 480px);
  overflow: hidden;
  padding-top: 76px;
  background: #f7f7f7;
}

.primary-banner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 31%,rgba(255,255,255,.22) 58%,rgba(255,255,255,0) 76%);
  content: "";
  pointer-events: none;
}

.primary-banner__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.primary-banner__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.primary-banner__copy {
  width: min(47%, 560px);
  padding-bottom: 18px;
}

.primary-banner__copy h1 {
  max-width: 9em;
  margin: 0;
  color: #1d1d1f !important;
  font-size: clamp(42px,4.2vw,64px);
  font-weight: 600;
  line-height: 1.16;
  text-wrap: balance;
}

.primary-banner__copy p {
  max-width: 34em;
  margin: 24px 0 0;
  color: #666 !important;
  font-size: clamp(16px,1.3vw,19px);
  line-height: 1.8;
}

/* Existing introductory content continues below the new banners without duplicate headings. */
#page-app > .app-hero {
  padding: clamp(64px,7vw,96px) 0;
  background: #fff !important;
}
#page-app > .app-hero .app-hero__inner > :is(.app-eyebrow,h1,.app-lead) { display: none; }
#page-maker > .maker-hero { display: none; }

/* Card hover is image-led: no orange outline and no card lift. */
@media(hover:hover) and (pointer:fine){
  :is(
    #page-about,
    #page-app,
    #page-maker,
    #page-download,
    #page-pricing,
    #page-news,
    #page-contact
  ) :is(article,[class*="card"]):hover {
    transform: none !important;
    border-color: #edeef1 !important;
  }

  :is(
    #page-about,
    #page-app,
    #page-maker,
    #page-download,
    #page-pricing,
    #page-news,
    #page-contact
  ) :is(article,[class*="card"]):hover img {
    transform: scale(1.04) !important;
  }
}

@media(max-width:760px){
  .primary-banner {
    height: var(--site-primary-banner-height, 480px);
    padding-top: 76px;
  }
  .primary-banner::after {
    background: linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.36) 57%,rgba(255,255,255,0) 76%);
  }
  .primary-banner__image { object-position: 72% center; }
  .primary-banner__inner {
    align-items: flex-start;
    padding-top: 58px;
  }
  .primary-banner__copy {
    width: min(100%, 340px);
    padding: 0 8px;
  }
  .primary-banner__copy h1 {
    max-width: 100%;
    font-size: 36px;
  }
  .primary-banner__copy p {
    max-width: 20em;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }
}

/* Responsive news card grid below the News & Events banner. */
#page-news .news-section {
  padding: clamp(64px,7vw,100px) 0 clamp(88px,9vw,128px);
  background: #fff !important;
}

#page-news .news-filter {
  margin-bottom: 38px;
  border-bottom: 1px solid #edeef1;
}

#page-news .news-feed {
  min-height: 240px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  align-items: stretch;
  gap: clamp(20px,2.2vw,32px);
}

#page-news .news-feed > .news-state {
  grid-column: 1 / -1;
}

#page-news .news-list-item {
  position: relative;
  min-width: 0;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #edeef1 !important;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 40px rgba(29,29,31,.07);
  transition: box-shadow .35s ease;
}

#page-news .news-list-item:hover {
  border-color: #edeef1 !important;
  box-shadow: 0 18px 48px rgba(29,29,31,.1);
  transform: none !important;
}

#page-news .news-list-image-button {
  order: 1;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #f7f7f7;
}

#page-news .news-list-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform .58s cubic-bezier(.22,.61,.36,1);
}

#page-news .news-list-item:hover .news-list-image,
#page-news .news-list-image-button:focus-visible .news-list-image {
  transform: scale(1.045) !important;
}

#page-news .news-date {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #666;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 24px rgba(29,29,31,.08);
  backdrop-filter: blur(12px);
}

#page-news .news-date strong {
  color: #eb5518;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

#page-news .news-date span {
  color: #666;
  font-size: 11px;
}

#page-news .news-list-content {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 26px;
}

#page-news .news-category {
  color: #eb5518;
  font-size: 13px;
  font-weight: 600;
}

#page-news .news-list-content h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  color: #1d1d1f;
  font-size: clamp(20px,1.65vw,24px);
  font-weight: 600;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#page-news .news-list-content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 14px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#page-news .news-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: #1d1d1f;
  font-weight: 600;
}

#page-news .news-link:hover,
#page-news .news-link:focus-visible { color: #eb5518; }

@media(max-width:980px){
  #page-news .news-feed { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media(max-width:620px){
  #page-news .news-section { padding-top: 48px; }
  #page-news .news-filter {
    margin-bottom: 26px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  #page-news .news-filter::-webkit-scrollbar { display: none; }
  #page-news .news-feed { grid-template-columns: 1fr; gap: 18px; }
  #page-news .news-list-content { padding: 22px 20px 24px; }
  #page-news .news-list-content h2 { font-size: 21px; }
}

/* Blue Snail product page: warm editorial layout with a unified icon system. */
#page-app {
  --app-accent: #eb5518;
  --app-ink: #18181a;
  --app-muted: #67676c;
  --app-line: #ececef;
  --app-soft: #fafafa;
  color: var(--app-ink);
  background: #fff;
}

#page-app .app-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

#page-app .app-hero,
#page-app .app-core-value,
#page-app .app-training-system,
#page-app .app-module,
#page-app .app-advantage {
  padding: clamp(88px,8vw,124px) 0;
  background: #fff;
}

#page-app .app-core-value,
#page-app .app-module:nth-of-type(even),
#page-app .app-advantage { background: var(--app-soft); }

#page-app :is(.app-hero__inner,.app-core-value__inner,.app-training-system__inner,.app-module__inner,.app-advantage__inner) { position: relative; }

#page-app [data-section-label]::before {
  display: block;
  margin-bottom: 14px;
  color: var(--app-accent);
  content: "" attr(data-section-label);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

#page-app [data-section-label]::after {
  position: absolute;
  top: 7px;
  left: -28px;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: var(--app-accent);
  content: "";
}

#page-app :is(.app-hero h1,.app-core-value h2,.app-training-system h2,.app-module h2,.app-advantage h2) {
  max-width: 900px;
  margin: 0;
  color: var(--app-ink);
  font-size: clamp(38px,4.2vw,58px);
  font-weight: 650;
  line-height: 1.14;
  letter-spacing: 0;
}

#page-app .app-lead,
#page-app .app-module-lead {
  max-width: 720px;
  margin-top: 18px;
  color: var(--app-muted);
  font-size: 17px;
  line-height: 1.85;
}

#page-app .app-hero {
  position: relative;
  z-index: 2;
  margin-top: -76px;
  padding-top: 0;
}

#page-app .app-hero__inner { padding-top: 32px; }
#page-app .app-hero__inner > h1 { display: none; }

#page-app .app-hero__inner > .app-lead {
  max-width: 780px;
  margin: 0 0 30px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 40px rgba(24,24,26,.08);
  backdrop-filter: blur(18px);
}

#page-app .app-hero__inner[data-section-label]::before,
#page-app .app-hero__inner[data-section-label]::after { display: none; }

#page-app :is(.app-position-grid,.app-value-grid,.app-stats-row,.app-domains-row,.app-module-grid,.app-soothe-grid,.app-advantage-list) { gap: 18px; }

#page-app :is(.app-position-grid article,.app-value-grid > div,.app-stats-row > div,.app-domains-row > div,.app-module-card,.app-soothe-grid > div,.app-advantage-list article) {
  border: 1px solid var(--app-line);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 38px rgba(24,24,26,.055);
  transition: background-color .3s ease, box-shadow .3s ease;
}

#page-app :is(.app-position-grid article,.app-value-grid > div,.app-stats-row > div,.app-domains-row > div,.app-module-card,.app-soothe-grid > div,.app-advantage-list article):hover {
  border-color: var(--app-line);
  box-shadow: 0 14px 38px rgba(24,24,26,.055);
  transform: none;
}

#page-app .app-card-icon,
#page-app .app-section-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: var(--app-accent) !important;
  background: rgba(235,85,24,.09);
  margin: 0 !important;
  padding: 0;
  transition: color .28s ease, background-color .28s ease, transform .28s ease;
}

#page-app .app-card-icon svg,
#page-app .app-section-icon svg,
#page-app .app-game-tags svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#page-app .app-icon-holder--image {
  overflow: hidden;
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

#page-app .app-card-icon.app-icon-holder--image,
#page-app .app-section-icon.app-icon-holder--image {
  width: 58px;
  height: 58px;
}

#page-app .app-icon-image {
  width: 100%;
  height: 100%;
  display: block;
  flex: 0 0 auto;
  border-radius: inherit;
  object-fit: cover;
}

#page-app :is(.app-position-grid article,.app-value-grid > div,.app-stats-row > div,.app-domains-row > div,.app-module-card,.app-soothe-grid > div,.app-advantage-list article):hover .app-card-icon {
  color: #fff !important;
  background: var(--app-accent);
  transform: scale(1.06);
}

#page-app :is(.app-position-grid article,.app-value-grid > div,.app-stats-row > div,.app-domains-row > div,.app-module-card,.app-soothe-grid > div,.app-advantage-list article):hover .app-card-icon.app-icon-holder--image {
  color: inherit !important;
  background: transparent !important;
}

#page-app .app-position-grid { margin-top: 0; }

#page-app .app-position-grid article {
  min-height: 250px;
  padding: 28px;
}

#page-app .app-position-grid article > span:not(.app-card-icon),
#page-app .app-value-grid strong {
  margin-top: 26px;
  color: var(--app-ink);
  font-size: 21px;
  font-weight: 650;
}

#page-app .app-position-grid article p,
#page-app .app-value-grid p {
  color: var(--app-muted);
  font-size: 15px;
  line-height: 1.75;
}

#page-app .app-position-grid__core,
#page-app .app-position-grid__core:hover {
  color: #fff;
  border-color: var(--app-accent);
  background: var(--app-accent);
  text-align: left;
}

#page-app .app-position-grid__core .app-card-icon {
  color: var(--app-accent) !important;
  background: #fff;
}

#page-app .app-position-grid__core > span:not(.app-card-icon),
#page-app .app-position-grid__core p { color: #fff; }

#page-app .app-position-grid__core p {
  margin-top: 8px;
  font-size: 15px;
}

#page-app .app-value-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

#page-app .app-value-grid > div {
  min-height: 260px;
  padding: 28px;
}

#page-app .app-training-tags li,
#page-app .app-domains-row ul li,
#page-app :is(.app-learn-steps,.app-care-steps) span {
  border: 1px solid rgba(235,85,24,.2);
  border-radius: 999px;
  color: var(--app-accent);
  background: rgba(235,85,24,.045);
  transition: color .25s ease, background-color .25s ease;
}

#page-app .app-training-tags li:hover,
#page-app .app-domains-row ul li:hover,
#page-app :is(.app-learn-steps,.app-care-steps) span:hover {
  color: #fff;
  background: var(--app-accent);
}

#page-app .app-stats-row {
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-top: 42px;
}

#page-app .app-stats-row > div {
  min-height: 220px;
  padding: 26px;
}

#page-app .app-stats-row strong {
  margin-top: 30px;
  color: var(--app-ink);
  font-size: 26px;
  font-weight: 650;
}

#page-app .app-stats-row span:not(.app-card-icon) { color: var(--app-muted); }

#page-app .app-domains-row { grid-template-columns: 1.35fr 1fr 1fr; }

#page-app .app-domains-row > div {
  min-height: 220px;
  padding: 26px;
}

#page-app .app-domains-row h3 {
  margin: 24px 0 12px;
  color: var(--app-ink);
  font-size: 21px;
}

#page-app .app-module { border-top: 1px solid #f0f0f2; }

#page-app .app-module-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 40px;
}

#page-app .app-module-card {
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 250px;
  padding: 28px;
}

#page-app .app-module-card--wide { grid-column: auto; }

#page-app .app-module-card h3 {
  margin: 26px 0 8px;
  color: var(--app-ink);
  font-size: 22px;
}

#page-app .app-module-card p {
  color: var(--app-muted);
  font-size: 15px;
  line-height: 1.75;
}

#page-app .app-section-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  opacity: .86;
}

#page-app .app-section-icon svg {
  width: 34px;
  height: 34px;
}

#page-app .app-game-tags {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 12px;
  margin-top: 42px;
}

#page-app .app-game-tags span {
  min-width: 0;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  color: var(--app-ink);
  background: #fff;
  transition: color .28s ease, background-color .28s ease;
}

#page-app .app-game-tags span:hover {
  color: #fff;
  background: var(--app-accent);
}

#page-app .app-module-note {
  width: 100%;
  margin-top: 28px;
  border-radius: 8px;
  background: var(--app-accent);
  box-shadow: 0 14px 30px rgba(235,85,24,.18);
}

#page-app .app-soothe-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-top: 40px;
}

#page-app .app-soothe-grid > div {
  min-height: 190px;
  padding: 24px;
}

#page-app .app-soothe-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--app-ink);
  font-size: 19px;
}

#page-app .app-soothe-grid p {
  margin-top: 8px;
  color: var(--app-muted);
}

#page-app .app-advantage-list { margin-top: 44px; }

#page-app .app-advantage-list article {
  grid-template-columns: 72px 130px minmax(0,1fr);
  gap: 20px;
  min-height: 190px;
  padding: 30px;
}

#page-app .app-advantage-list article > .app-card-icon {
  grid-row: 1 / 6;
  align-self: start;
}

#page-app .app-advantage-list article > span:not(.app-card-icon) {
  grid-column: 2;
  color: var(--app-accent);
  font-size: 15px;
  font-weight: 650;
}

#page-app .app-advantage-list h3,
#page-app .app-advantage-list article > :not(.app-card-icon):not(span):not(h3) { grid-column: 3; }

#page-app .app-advantage-list h3 {
  margin: 0;
  color: var(--app-ink);
  font-size: 24px;
}

#page-app .app-advantage-list p {
  color: var(--app-muted);
  font-size: 15px;
}

@media (max-width: 1000px) {
  #page-app [data-section-label]::after { display: none; }
  #page-app .app-game-tags { grid-template-columns: repeat(4,minmax(0,1fr)); }
  #page-app .app-stats-row,
  #page-app .app-soothe-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  #page-app .app-hero { margin-top: -40px; }
  #page-app .app-position-grid,
  #page-app .app-value-grid,
  #page-app .app-domains-row,
  #page-app .app-module-grid { grid-template-columns: 1fr; }
  #page-app .app-position-grid article,
  #page-app .app-value-grid > div,
  #page-app .app-module-card { min-height: 0; }
}

@media (max-width: 640px) {
  #page-app .app-hero,
  #page-app .app-core-value,
  #page-app .app-training-system,
  #page-app .app-module,
  #page-app .app-advantage { padding: 68px 0; }
  #page-app .app-hero { margin-top: 0; padding-top: 36px; }
  #page-app .app-hero__inner > .app-lead { padding: 0; border: 0; background: transparent; box-shadow: none; }
  #page-app :is(.app-core-value h2,.app-training-system h2,.app-module h2,.app-advantage h2) { font-size: 34px; }
  #page-app .app-section-icon { width: 54px; height: 54px; }
  #page-app .app-section-icon svg { width: 26px; height: 26px; }
  #page-app .app-game-tags { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #page-app .app-stats-row,
  #page-app .app-soothe-grid { grid-template-columns: 1fr; }
  #page-app .app-stats-row > div,
  #page-app .app-soothe-grid > div { min-height: 0; }
  #page-app .app-advantage-list article { grid-template-columns: 52px minmax(0,1fr); gap: 14px; padding: 22px; }
  #page-app .app-advantage-list article > .app-card-icon { grid-row: 1 / 3; }
  #page-app .app-advantage-list article > span:not(.app-card-icon),
  #page-app .app-advantage-list h3 { grid-column: 2; }
  #page-app .app-advantage-list article > :not(.app-card-icon):not(span):not(h3) { grid-column: 1 / -1; }
}

/* Blue Snail v2: airy modular sections with integrated product illustrations. */
#page-app .app-module--visual {
  position: relative;
  overflow: hidden;
}

#page-app .app-module--visual .app-module__inner {
  min-height: 650px;
  isolation: isolate;
}

#page-app .app-module--visual h2,
#page-app .app-module--visual .app-module-lead {
  position: relative;
  z-index: 2;
  width: min(52%, 650px);
}

#page-app .app-module-visual {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -38px;
  width: min(47vw, 590px);
  height: 390px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  filter: drop-shadow(0 28px 38px rgba(24,24,26,.1));
  will-change: transform;
}

#page-app .app-module--parent-child .app-module-visual {
  top: -34px;
  right: -24px;
  width: min(44vw, 550px);
}

#page-app .app-module--talent .app-module-visual {
  top: -48px;
  right: 4px;
  width: min(40vw, 500px);
}

#page-app .app-module--relax .app-module-visual {
  top: -42px;
  right: 10px;
  width: min(41vw, 510px);
}

#page-app .app-module--visual :is(.app-module-grid,.app-game-tags,.app-soothe-grid) {
  position: relative;
  z-index: 2;
  margin-top: 250px;
}

#page-app .app-module--visual .app-module-note {
  position: relative;
  z-index: 2;
}

#page-app .app-module:nth-of-type(odd) {
  background: #fff;
}

#page-app .app-module:nth-of-type(even) {
  background: linear-gradient(180deg, #fbfbfc 0%, #fff 100%);
}

#page-app .app-scroll-card {
  transform: translateZ(0);
  will-change: transform, opacity;
}

@media (max-width: 1000px) {
  #page-app .app-module--visual .app-module__inner { min-height: 620px; }
  #page-app .app-module-visual { right: -70px; width: min(52vw, 520px); }
  #page-app .app-module--visual :is(.app-module-grid,.app-game-tags,.app-soothe-grid) { margin-top: 220px; }
}

@media (max-width: 800px) {
  #page-app .app-module--visual .app-module__inner { min-height: 0; }
  #page-app .app-module--visual h2,
  #page-app .app-module--visual .app-module-lead { width: 100%; }
  #page-app .app-module-visual,
  #page-app .app-module--parent-child .app-module-visual,
  #page-app .app-module--talent .app-module-visual,
  #page-app .app-module--relax .app-module-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 500px);
    height: auto;
    max-height: 330px;
    display: block;
    margin: 22px auto 0;
  }
  #page-app .app-module--visual :is(.app-module-grid,.app-game-tags,.app-soothe-grid) { margin-top: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  #page-app .app-scroll-card,
  #page-app .app-module-visual {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
  }
}

/* Blue Snail feature tabs: six capabilities in one consistent module. */
#page-app .app-feature-tabs {
  padding: clamp(88px, 8vw, 124px) 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fafafa 0%, #fff 42%, #fafafa 100%);
}

#page-app .app-feature-tabs__inner { position: relative; }

#page-app .app-feature-tabs__head {
  display: block;
}

#page-app .app-feature-tabs__head h2 {
  max-width: none;
  margin: 0;
  color: var(--app-ink);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 650;
  line-height: 1.14;
  letter-spacing: 0;
}

#page-app .app-feature-tabs__head > p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--app-muted);
  font-size: 15px;
  line-height: 1.8;
}

#page-app .app-feature-tablist {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-top: 48px;
  padding: 6px;
  border: 1px solid rgba(24,24,26,.07);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 48px rgba(24,24,26,.06);
  backdrop-filter: blur(18px);
}

#page-app .app-feature-tab {
  min-width: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 10px;
  border: 0;
  border-radius: 6px;
  color: #5f6065;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

#page-app .app-feature-tab svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#page-app .app-feature-tab.app-icon-holder--image .app-icon-image {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  transition: transform .28s ease;
}

#page-app .app-feature-tab.app-icon-holder--image:hover .app-icon-image,
#page-app .app-feature-tab.app-icon-holder--image.is-active .app-icon-image {
  transform: scale(1.06);
}

#page-app .app-feature-tab:hover { color: var(--app-accent); }

#page-app .app-feature-tab.is-active {
  color: #fff;
  background: var(--app-accent);
  box-shadow: 0 10px 24px rgba(235,85,24,.2);
}

#page-app .app-feature-tab:focus-visible {
  outline: 2px solid var(--app-accent);
  outline-offset: 3px;
}

#page-app .app-feature-panels { margin-top: 22px; }

#page-app .app-feature-panel[hidden] { display: none !important; }

#page-app .app-feature-panel {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  grid-template-areas:
    "intro visual"
    "cards cards";
  align-items: center;
  gap: 28px 56px;
  padding: clamp(40px, 5vw, 72px) 0 0;
}

#page-app .app-feature-panel__intro {
  grid-area: intro;
  align-self: center;
  max-width: 600px;
}

#page-app .app-feature-panel__intro .app-section-icon {
  position: static;
  width: 58px;
  height: 58px;
  margin-bottom: 28px !important;
}

#page-app .app-feature-kicker {
  margin: 0 0 13px;
  color: var(--app-accent);
  font-size: 13px;
  font-weight: 650;
}

#page-app .app-feature-panel__intro h3 {
  margin: 0;
  color: var(--app-ink);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 650;
  line-height: 1.14;
  letter-spacing: 0;
}

#page-app .app-feature-panel__intro > p:last-child {
  max-width: 580px;
  margin: 20px 0 0;
  color: var(--app-muted);
  font-size: 17px;
  line-height: 1.85;
}

#page-app .app-feature-panel__visual {
  grid-area: visual;
  height: 350px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#page-app .app-feature-panel__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 26px 36px rgba(24,24,26,.1));
  transition: transform .5s cubic-bezier(.2,.75,.2,1);
}

#page-app .app-feature-panel__visual:hover img { transform: scale(1.025); }

#page-app .app-feature-panel__visual--screen {
  border-radius: 8px;
  background: #f5fbff;
}

#page-app .app-feature-panel__visual--screen img {
  object-fit: cover;
  object-position: 50% 65%;
  filter: none;
}

#page-app .app-feature-panel__visual--phone img {
  width: auto;
  max-width: 100%;
}

#page-app .app-feature-panel__cards {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#page-app .app-feature-panel__cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#page-app .app-feature-mini-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: -8px;
}

#page-app .app-feature-mini-grid span {
  min-width: 0;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 8px;
  border: 1px solid var(--app-line);
  border-radius: 8px;
  color: var(--app-ink);
  background: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 600;
}

#page-app .app-feature-mini-grid svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--app-accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#page-app .app-feature-mini-grid .app-icon-image {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  transition: transform .28s ease;
}

#page-app .app-feature-mini-grid span:hover .app-icon-image {
  transform: scale(1.06);
}

#page-app .app-feature-panel__note {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  padding: 18px 22px;
  border-radius: 8px;
  color: #fff;
  background: var(--app-accent);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  box-shadow: 0 14px 30px rgba(235,85,24,.18);
}

#page-app .app-feature-panel .app-module-card {
  min-height: 210px;
  padding: 26px;
}

#page-app .app-feature-panel .app-module-card h4 {
  margin: 24px 0 8px;
  color: var(--app-ink);
  font-size: 20px;
  font-weight: 650;
}

#page-app .app-feature-panel .app-module-card p {
  margin: 0;
  color: var(--app-muted);
  font-size: 14px;
  line-height: 1.75;
}

#page-app .app-feature-panel .app-module-card:hover .app-card-icon {
  color: #fff !important;
  background: var(--app-accent);
  transform: scale(1.06);
}

#page-app .app-feature-panel .app-module-card:hover .app-card-icon.app-icon-holder--image {
  color: inherit !important;
  background: transparent !important;
}

@media (max-width: 1050px) {
  #page-app .app-feature-tablist {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  #page-app .app-feature-tablist::-webkit-scrollbar { display: none; }
  #page-app .app-feature-tab { min-width: 156px; }
  #page-app .app-feature-panel__cards--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #page-app .app-feature-mini-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  #page-app .app-feature-tabs__head > p { max-width: 620px; }
  #page-app .app-feature-tablist { margin-top: 32px; }
  #page-app .app-feature-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "visual" "cards";
    gap: 30px;
    padding-top: 46px;
  }
  #page-app .app-feature-panel__visual { height: 300px; }
  #page-app .app-feature-panel__cards { grid-template-columns: 1fr; }
  #page-app .app-feature-panel__cards--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #page-app .app-feature-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #page-app .app-feature-panel .app-module-card { min-height: 0; }
}

@media (max-width: 520px) {
  #page-app .app-feature-tabs { padding: 68px 0; }
  #page-app .app-feature-tabs__head h2 { font-size: 34px; }
  #page-app .app-feature-tab { min-width: 138px; min-height: 64px; font-size: 13px; }
  #page-app .app-feature-tab.app-icon-holder--image .app-icon-image { width: 34px; height: 34px; }
  #page-app .app-feature-panel__intro h3 { font-size: 36px; }
  #page-app .app-feature-panel__intro > p:last-child { font-size: 15px; }
  #page-app .app-feature-panel__visual { height: 260px; }
  #page-app .app-feature-panel__visual--screen { height: 300px; }
  #page-app .app-feature-panel__cards--four { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  #page-app .app-feature-tab,
  #page-app .app-feature-panel__visual img { transition: none; }
  #page-app .app-feature-panel__visual:hover img { transform: none; }
}

/* Download page action buttons. */
#page-download .download-card [data-download-action],
#page-download .download-card [data-download-action]:disabled {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 164px;
  min-height: 50px;
  padding: 0 26px !important;
  border-color: #e3e5e8 !important;
  border-radius: 999px !important;
  color: #34363a !important;
  background: #f0f1f2 !important;
  box-shadow: 0 10px 24px rgba(28, 31, 36, .07) !important;
  opacity: 1;
  transform: scale(1);
  transform-origin: center;
  transition: transform .22s cubic-bezier(.2, .8, .2, 1),
    color .22s ease, border-color .22s ease, box-shadow .22s ease,
    background .24s ease !important;
}

#page-download .download-card [data-download-action]:hover,
#page-download .download-card [data-download-action]:focus-visible {
  border-color: transparent !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff8a3d 0%, #f26522 46%, #eb5518 100%) !important;
  box-shadow: 0 16px 34px rgba(235, 85, 24, .28) !important;
  transform: scale(1.02);
}

#page-download .download-card [data-download-action]:active {
  transform: scale(.96);
}

#page-download .download-action__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: translateX(9px);
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

#page-download .download-action__icon {
  position: absolute;
  top: 50%;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  pointer-events: none;
  transition: opacity .22s ease, transform .32s cubic-bezier(.2, .8, .2, 1);
}

#page-download .download-action__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#page-download .download-action__icon--lead {
  left: 24px;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#page-download .download-action__icon--arrow {
  right: 24px;
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
}

#page-download .download-card [data-download-action]:hover .download-action__label,
#page-download .download-card [data-download-action]:focus-visible .download-action__label {
  transform: translateX(-9px);
}

#page-download .download-card [data-download-action]:hover .download-action__icon--lead,
#page-download .download-card [data-download-action]:focus-visible .download-action__icon--lead {
  color: #fff;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#page-download .download-card [data-download-action]:hover .download-action__icon--arrow,
#page-download .download-card [data-download-action]:focus-visible .download-action__icon--arrow {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#page-download .download-card [data-download-action]:disabled {
  cursor: not-allowed;
  transform: scale(1);
}

@media (max-width: 520px) {
  #page-download .download-card [data-download-action] {
    min-width: 154px;
    min-height: 48px;
    padding-inline: 24px !important;
  }

  #page-download .download-action__icon--lead { left: 22px; }
  #page-download .download-action__icon--arrow { right: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  #page-download .download-card [data-download-action],
  #page-download .download-action__label,
  #page-download .download-action__icon {
    transition: none !important;
  }
}

/* Maker purpose image time machine. */
#page-maker .maker-purpose__inner > h2 {
  margin-top: 0;
}

#page-maker .maker-time-machine {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  align-items: center;
  min-height: clamp(320px, 30vw, 420px);
  overflow: hidden;
  padding: 28px 22px 28px 28px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 18px;
  color: #fff;
  background: rgba(16, 17, 18, .97);
  box-shadow: 0 22px 54px rgba(29, 29, 31, .14);
}

#page-maker .maker-time-machine::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 46% 48%, rgba(255, 255, 255, .07), transparent 62%);
}

#page-maker .maker-time-machine__stage {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: clamp(250px, 24vw, 330px);
  perspective: 800px;
  transform-style: preserve-3d;
}

#page-maker .maker-time-machine__card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92%, 430px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: #232426;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
  transform: translate3d(-50%, calc(-50% + var(--card-y, 0px)), var(--card-z, 0px)) rotateX(var(--card-rx, 0deg)) scale(var(--card-scale, 1));
  transform-origin: center;
  opacity: var(--card-opacity, 0);
  transition: transform .62s cubic-bezier(.2, .8, .2, 1), opacity .34s ease;
  pointer-events: none;
}

#page-maker .maker-time-machine__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-maker .maker-time-machine__card:first-child img {
  object-position: center;
}

#page-maker .maker-time-machine__timeline {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
}

#page-maker .maker-time-machine__timeline button {
  position: relative;
  width: 100%;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  cursor: pointer;
}

#page-maker .maker-time-machine__timeline button span {
  position: absolute;
  right: 38px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: translateX(6px) scale(.94);
  transition: opacity .18s ease, transform .22s ease, color .18s ease;
}

#page-maker .maker-time-machine__timeline button i,
#page-maker .maker-time-machine__timeline > b {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .34);
  transform-origin: right center;
  transition: width .28s cubic-bezier(.2, .8, .2, 1), background-color .2s ease, opacity .2s ease;
}

#page-maker .maker-time-machine__timeline > b {
  width: 18px;
  margin-right: 3px;
  opacity: .55;
}

#page-maker .maker-time-machine__timeline button:hover span,
#page-maker .maker-time-machine__timeline button:focus-visible span,
#page-maker .maker-time-machine__timeline button[aria-selected="true"] span {
  opacity: 1;
  transform: translateX(0) scale(1);
}

#page-maker .maker-time-machine__timeline button:hover i,
#page-maker .maker-time-machine__timeline button:focus-visible i {
  width: 30px;
  background: rgba(255, 255, 255, .8);
}

#page-maker .maker-time-machine__timeline button[aria-selected="true"] {
  color: #ff6a2a;
}

#page-maker .maker-time-machine__timeline button[aria-selected="true"] i {
  width: 34px;
  background: #ff6a2a;
}

#page-maker .maker-time-machine__timeline button:focus-visible {
  outline: 2px solid rgba(255, 106, 42, .6);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  #page-maker .maker-time-machine {
    grid-template-columns: 1fr;
    min-height: 400px;
    padding: 24px;
  }

  #page-maker .maker-time-machine__stage {
    height: 300px;
  }

  #page-maker .maker-time-machine__timeline {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  #page-maker .maker-time-machine__timeline > b { display: none; }
  #page-maker .maker-time-machine__timeline button { width: auto; min-width: 38px; }
  #page-maker .maker-time-machine__timeline button span { display: none; }
  #page-maker .maker-time-machine__timeline button i { width: 26px; }
  #page-maker .maker-time-machine__timeline button[aria-selected="true"] i { width: 38px; }
}

@media (max-width: 520px) {
  #page-maker .maker-time-machine {
    min-height: 330px;
    padding: 18px 14px;
  }

  #page-maker .maker-time-machine__stage { height: 250px; }
  #page-maker .maker-time-machine__card { width: min(94%, 360px); }
}

@media (prefers-reduced-motion: reduce) {
  #page-maker .maker-time-machine__card,
  #page-maker .maker-time-machine__timeline :is(button span, button i, b) {
    transition: none !important;
  }
}

/* Blue Snail product-position cards. */
#page-app .app-position-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

#page-app .app-position-grid .app-position-card,
#page-app .app-position-grid .app-position-card:hover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 28px;
  border: 1px solid rgba(25, 31, 42, .07) !important;
  border-radius: 18px !important;
  color: var(--app-ink) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 16px 44px rgba(31, 41, 55, .06) !important;
  text-align: left;
}

#page-app .app-position-grid .app-position-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -38px;
  bottom: -42px;
  width: 170px;
  height: 126px;
  border-radius: 100% 0 0;
  background: rgba(255, 126, 53, .07);
}

#page-app .app-position-grid .app-position-card:nth-child(2)::after {
  background: rgba(42, 147, 255, .07);
}

#page-app .app-position-index {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #e5e7eb !important;
  font-size: 28px !important;
  font-weight: 650 !important;
  line-height: 1;
}

#page-app .app-position-grid .app-card-icon,
#page-app .app-position-grid .app-position-grid__core .app-card-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: var(--app-accent) !important;
  background: #fff4e9 !important;
}

#page-app .app-position-grid .app-position-card:nth-child(2) .app-card-icon {
  background: #eaf6ff !important;
}

#page-app .app-position-grid .app-position-card:nth-child(3) .app-card-icon {
  background: #fff0ed !important;
}

#page-app .app-position-grid .app-card-icon.app-icon-holder--image,
#page-app .app-position-grid .app-position-card:hover .app-card-icon.app-icon-holder--image {
  overflow: hidden;
  background: transparent !important;
}

#page-app .app-position-grid .app-card-icon .app-icon-image {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

#page-app .app-position-title,
#page-app .app-position-grid__core .app-position-title {
  margin: 26px 0 0;
  color: var(--app-ink) !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

#page-app .app-position-grid .app-position-card > p,
#page-app .app-position-points {
  margin: 14px 0 0;
  color: var(--app-muted) !important;
  font-size: 15px;
  line-height: 1.75;
}

#page-app .app-position-points {
  list-style: none;
  padding: 0;
}

#page-app .app-position-points li {
  position: relative;
  padding-left: 15px;
}

#page-app .app-position-points li::before {
  content: "";
  position: absolute;
  top: .78em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--app-accent);
}

#page-app .app-position-more {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(235, 85, 24, .28);
  border-radius: 50%;
  color: var(--app-accent);
  background: rgba(255, 255, 255, .82);
  font-size: 20px;
  line-height: 1;
  transition: color .22s ease, background-color .22s ease, transform .22s ease;
}

#page-app .app-position-more:hover,
#page-app .app-position-more:focus-visible {
  color: #fff;
  background: var(--app-accent);
  transform: translateX(2px);
}

@media (max-width: 900px) {
  #page-app .app-position-grid {
    grid-template-columns: 1fr;
  }

  #page-app .app-position-grid .app-position-card,
  #page-app .app-position-grid .app-position-card:hover {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  #page-app .app-position-grid {
    gap: 14px;
    margin-top: 28px;
  }

  #page-app .app-position-grid .app-position-card,
  #page-app .app-position-grid .app-position-card:hover {
    min-height: 286px;
    padding: 24px;
    border-radius: 16px !important;
  }

  #page-app .app-position-index {
    top: 22px;
    right: 22px;
    font-size: 24px !important;
  }

  #page-app .app-position-grid .app-card-icon,
#page-app .app-position-grid .app-position-grid__core .app-card-icon {
    width: 68px;
    height: 68px;
  }
}

/* Family practice content system. */
#page-app .app-training-system__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

#page-app .app-training-system__lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--app-muted);
  font-size: 16px;
  line-height: 1.85;
}

#page-app .app-training-system__note {
  position: relative;
  flex: 0 0 auto;
  margin: -12px 22px 0 0;
  padding: 6px 8px 14px;
  color: #7e8088;
  font-family: KaiTi, STKaiti, serif;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  transform: rotate(-7deg);
}

#page-app .app-training-system__note::before {
  content: "♥";
  position: absolute;
  top: -2px;
  right: -7px;
  color: #ff9c72;
  font-family: sans-serif;
  font-size: 16px;
}

#page-app .app-training-system__note::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: #ff8a5b;
}

#page-app .app-training-system .app-stats-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

#page-app .app-training-card,
#page-app .app-training-card:hover {
  position: relative;
  min-width: 0;
  min-height: 382px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px 24px;
  border: 1px solid rgba(25, 31, 42, .07) !important;
  border-radius: 16px !important;
  color: var(--app-ink);
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 14px 36px rgba(31, 41, 55, .055) !important;
  transform: none !important;
}

#page-app .app-training-card .app-card-icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 16px;
  background: transparent !important;
}

#page-app .app-training-card .app-icon-image {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transition: transform .28s ease;
}

#page-app .app-training-card:hover .app-card-icon,
#page-app .app-training-card:hover .app-card-icon.app-icon-holder--image {
  color: inherit !important;
  background: transparent !important;
  transform: none;
}

#page-app .app-training-card:hover .app-icon-image {
  transform: scale(1.07);
}

#page-app .app-training-card__more {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(235, 85, 24, .22);
  border-radius: 50%;
  color: var(--app-accent);
  background: #fff;
  font-size: 19px;
  line-height: 1;
  transition: color .22s ease, background-color .22s ease;
}

#page-app .app-training-card__more:hover,
#page-app .app-training-card__more:focus-visible {
  color: #fff;
  background: var(--app-accent);
}

#page-app .app-training-card__more > span {
  color: inherit !important;
}

#page-app .app-training-card strong {
  display: block;
  margin-top: 26px;
  color: var(--app-ink) !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

#page-app .app-training-card > p {
  margin: 12px 0 0;
  color: var(--app-muted);
  font-size: 14px;
  line-height: 1.75;
}

#page-app .app-training-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 20px 0 0;
  list-style: none;
}

#page-app .app-training-card__tags li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  border: 0;
  border-radius: 999px;
  color: #f15a24;
  background: #fff2ec;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

#page-app .app-training-card--blue .app-training-card__tags li {
  color: #2785e8;
  background: #edf6ff;
}

#page-app .app-training-card--green .app-training-card__tags li {
  color: #25a85a;
  background: #edfbf1;
}

#page-app .app-training-card--red .app-training-card__tags li {
  color: #ef5361;
  background: #fff0f2;
}

@media (max-width: 1000px) {
  #page-app .app-training-system .app-stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #page-app .app-training-system__head {
    display: block;
  }

  #page-app .app-training-system__lead br {
    display: none;
  }

  #page-app .app-training-system__note {
    width: max-content;
    margin: 24px 10px 0 auto;
    font-size: 16px;
  }

  #page-app .app-training-system .app-stats-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  #page-app .app-training-card,
  #page-app .app-training-card:hover {
    min-height: 340px;
    padding: 24px;
  }

#page-app .app-training-card strong {
    font-size: 23px;
  }
}

/* Feature-tab navigation: icon follows the current selection. */
#page-app .app-feature-tablist {
  gap: 4px;
}

#page-app .app-feature-tab {
  min-height: 74px;
  border-radius: 6px;
  color: #4f5055;
  background: transparent;
  box-shadow: none;
  transition: color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

#page-app .app-feature-tab:not(.is-active):hover {
  color: var(--app-accent) !important;
  background-color: rgba(235, 85, 24, .055) !important;
  box-shadow: inset 0 -2px 0 rgba(235, 85, 24, .42) !important;
}

#page-app .app-feature-tab.is-active {
  color: var(--app-ink);
  background: #fff;
  box-shadow: 0 8px 22px rgba(24, 24, 26, .09), inset 0 -2px 0 var(--app-accent);
}

#page-app .app-feature-tab > svg,
#page-app .app-feature-tab.app-icon-holder--image .app-icon-image {
  display: none;
}

#page-app .app-feature-tab.is-active > svg {
  display: block;
}

#page-app .app-feature-tab.app-icon-holder--image.is-active .app-icon-image {
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 38px;
  border-radius: 8px;
}

#page-app .app-feature-tab.app-icon-holder--image:hover .app-icon-image,
#page-app .app-feature-tab.app-icon-holder--image.is-active .app-icon-image {
  transform: none;
}

@media (max-width: 520px) {
  #page-app .app-feature-tab {
    min-height: 64px;
  }

  #page-app .app-feature-tab.app-icon-holder--image.is-active .app-icon-image {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

/* Five verified feature tabs in a compact dark segmented control. */
#page-app .app-feature-tablist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #2d2d2d;
  border-radius: 999px;
  background: #151515;
  box-shadow: none;
  backdrop-filter: none;
}

#page-app .app-feature-tab {
  min-height: 62px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

#page-app .app-feature-tab:not(.is-active) {
  color: #858585 !important;
}

#page-app .app-feature-tab:not(.is-active):hover {
  color: #fff !important;
  background-color: #242424 !important;
  box-shadow: none !important;
}

#page-app .app-feature-tab.is-active {
  color: #fff !important;
  background-color: #333 !important;
  box-shadow: none !important;
}

@media (max-width: 1050px) {
  #page-app .app-feature-tablist {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  #page-app .app-feature-tablist::-webkit-scrollbar {
    display: none;
  }

  #page-app .app-feature-tab {
    min-width: 174px;
    flex: 0 0 174px;
  }
}

@media (max-width: 520px) {
  #page-app .app-feature-tablist {
    padding: 8px;
  }

  #page-app .app-feature-tab {
    min-width: 148px;
    min-height: 56px;
    flex-basis: 148px;
  }
}
