/* Publieke chrome — Gommans & Co lay-out (oranje / blauw / antraciet) */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-padding-top: 88px; }

body {
  margin: 0;
  font-family: Lexend, system-ui, sans-serif;
  color: var(--gc-anthracite, #1f2933);
  background: #fff;
  line-height: 1.7;
}
body.nav-open { overflow: hidden; }

.gc-lang {
  background: var(--gc-anthracite, #1f2933);
  color: #fff;
  padding: 8px 8%;
  padding-top: max(8px, env(safe-area-inset-top));
  text-align: right;
  font-size: 0.8rem;
}
.gc-lang a {
  color: #fff;
  text-decoration: none;
  margin-left: 6px;
  opacity: 0.7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 36px;
  padding: 0 6px;
  border-radius: 6px;
}
.gc-lang a:hover,
.gc-lang a.active {
  opacity: 1;
  font-weight: 700;
  background: rgba(255,255,255,0.12);
}

.gc-header {
  background: rgba(255, 255, 255, 0.98);
  padding: 10px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.gc-brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.gc-brand img {
  height: 60px;
  width: auto;
  max-width: 220px;
  display: block;
  object-fit: contain;
}
.gc-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--gc-anthracite, #1f2933);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  line-height: 1;
}
.gc-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
}
.gc-nav a {
  text-decoration: none;
  color: var(--gc-anthracite, #1f2933);
  font-weight: 600;
  margin-left: 28px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding: 8px 0;
}
.gc-nav a:not(.gc-nav-cta)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 4px;
  left: 0;
  background: var(--gc-orange, #e85d04);
  transition: width 0.25s ease;
}
.gc-nav a:not(.gc-nav-cta):hover::after,
.gc-nav a[aria-current="page"]:not(.gc-nav-cta)::after { width: 100%; }
.gc-nav a:hover,
.gc-nav a[aria-current="page"] { color: var(--gc-orange, #e85d04); }
.gc-nav-cta {
  color: var(--gc-orange, #e85d04) !important;
  border: 2px solid var(--gc-orange, #e85d04);
  padding: 8px 20px !important;
  border-radius: 5px;
  margin-left: 28px;
}
.gc-nav-cta:hover {
  background: var(--gc-orange, #e85d04);
  color: #fff !important;
}
.nav-portals { position: relative; margin-left: 12px; }
.nav-portals-panel {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  min-width: 240px;
  padding: .4rem 0;
  border-radius: 10px;
  z-index: 30;
  border: 1px solid #e5e7eb;
}
.nav-portals:hover .nav-portals-panel,
.nav-portals:focus-within .nav-portals-panel { display: block; }
.nav-portals-panel a {
  display: block;
  margin: 0 !important;
  padding: 10px 16px !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.88rem;
  color: var(--gc-anthracite, #1f2933) !important;
  border: 0 !important;
}
.gc-lang { display: none; }
.gc-nav-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
  flex: 0 0 auto;
}
.gc-flag {
  width: 22px;
  height: 15px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.18);
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
}
.gc-flag-nl {
  background: linear-gradient(to bottom, #ae1c28 0 33.34%, #fff 33.34% 66.66%, #21468b 66.66% 100%);
}
.gc-flag-de {
  background: linear-gradient(to bottom, #000 0 33.34%, #dd0000 33.34% 66.66%, #ffce00 66.66% 100%);
}
.gc-flag-en {
  background-color: #012169;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Cpath fill='%23012169' d='M0 0h60v30H0z'/%3E%3Cpath stroke='%23fff' stroke-width='6' d='M0 0l60 30M60 0L0 30'/%3E%3Cpath stroke='%23C8102E' stroke-width='2' d='M0 0l60 30M60 0L0 30'/%3E%3Cpath stroke='%23fff' stroke-width='10' d='M30 0v30M0 15h60'/%3E%3Cpath stroke='%23C8102E' stroke-width='6' d='M30 0v30M0 15h60'/%3E%3C/svg%3E");
}
.gc-lang-dd { position: relative; }
.gc-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}
.gc-lang-btn:hover,
.gc-lang-dd.is-open .gc-lang-btn {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.gc-lang-btn:focus-visible { outline: 2px solid #0b4f8a; outline-offset: 2px; }
.gc-lang-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15,23,42,.14);
  padding: .35rem 0;
  z-index: 40;
}
.gc-lang-panel a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 10px 14px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: .9rem !important;
  font-weight: 600;
  color: var(--gc-anthracite, #1f2933) !important;
  text-decoration: none;
}
.gc-lang-panel a::after { display: none !important; }
.gc-lang-panel a:hover,
.gc-lang-panel a.is-active { background: #f3f4f6; color: var(--gc-orange, #e85d04) !important; }
[data-gco-status-header-slot] { display: flex; align-items: center; }
.nav-portals-panel a {
  display: block;
  margin: 0 !important;
  padding: 10px 16px !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.88rem;
  color: var(--gc-anthracite, #1f2933) !important;
  border: 0 !important;
}
.nav-portals-panel a::after { display: none !important; }

/* Hero — Gommans donker */
.hero-stage {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 4rem 20px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 55%, #0b4f8a 160%);
  position: relative;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  width: 100%;
}
.hero-copy .eyebrow,
.hero-copy .sub-header {
  color: #ffd6a8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.hero-copy h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: 2px;
  line-height: 1.15;
}
.hero-copy .lead {
  font-size: clamp(1rem, 2.6vw, 1.3rem);
  max-width: 600px;
  margin: 0 auto 12px;
  font-weight: 300;
  opacity: 0.92;
  line-height: 1.55;
}
.hero-copy .payoff {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 0.5rem;
}
.btn-ntw,
.btn-primary-gc {
  padding: 15px 30px;
  background: var(--gc-orange, #e85d04);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
.btn-ntw:hover,
.btn-primary-gc:hover { color: #fff; filter: brightness(1.06); }
.btn-ghost-ink,
.btn-blue-gc {
  padding: 13px 28px;
  background: var(--gc-blue, #0b4f8a);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border: 0;
}
.btn-ghost-ink:hover,
.btn-blue-gc:hover { color: #fff; filter: brightness(1.08); }
.btn-outline-light {
  padding: 13px 28px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.55);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.1); color: #fff; }

.hero-logo-mark {
  margin: 0 auto 1rem;
  max-width: 280px;
  height: auto;
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 8px 14px;
}

.section-pad { padding: 4.5rem 8%; }
.section-head { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; }
.section-head .sub-header { color: var(--gc-orange, #e85d04); }
.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  margin: 0.35rem 0 0.75rem;
  color: var(--gc-anthracite, #1f2933);
}
.section-head p { color: var(--gc-muted, #5c6770); margin: 0; }

.ntw-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
}
.ntw-card-grid { display: grid; gap: 0.85rem; }
.ntw-card {
  background: #fff;
  border: 1px solid var(--gc-line, #e5e7eb);
  border-radius: 14px;
  padding: 1.2rem 1.25rem;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.06);
}
.ntw-card h3 { margin: 0.2rem 0 0.5rem; font-size: 1.12rem; }
.ntw-card-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gc-blue, #0b4f8a);
  background: var(--gc-blue-soft, #e8f1f8);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}
.ntw-card-kicker-hot {
  background: var(--gc-orange, #e85d04);
  color: #fff;
}
.ntw-card-meta { margin: 0.2rem 0; color: var(--gc-muted, #5c6770); font-size: 0.92rem; }
.ntw-card-meta i { width: 1.1rem; color: var(--gc-orange, #e85d04); }
.ntw-card-link {
  display: inline-block;
  margin-top: 0.7rem;
  font-weight: 800;
  color: var(--gc-orange, #e85d04);
  text-decoration: none;
}
.ntw-empty { color: var(--gc-muted, #5c6770); margin: 0; line-height: 1.55; }
.ntw-more { margin-top: 1rem; font-weight: 700; }
.ntw-more a { color: var(--gc-orange, #e85d04); text-decoration: none; }

.brand-media {
  max-width: 420px;
  width: 100%;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--gc-line, #e5e7eb);
  display: block;
}
.brand-media video,
.brand-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  object-fit: contain;
  background: #f6f4f0;
}

.gco-block {
  background: linear-gradient(135deg, var(--gc-anthracite, #1f2933) 0%, var(--gc-blue, #0b4f8a) 100%);
  color: #fff;
  padding: 4rem 8%;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) 1.2fr;
  gap: 2.5rem;
  align-items: center;
}
.gco-block h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0.3rem 0 0.7rem; }
.gco-block p { opacity: 0.94; line-height: 1.65; }
.origin-pills { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 1rem 0 1.25rem; }
.origin-pills span {
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
}
.gco-points { display: grid; gap: 0.65rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.gco-points li { padding-left: 1.3rem; position: relative; }
.gco-points li::before {
  content: "●";
  color: var(--gc-orange, #e85d04);
  position: absolute;
  left: 0;
}

.apps-whisper {
  background: var(--gc-bg, #f7f8fa);
  padding: 2rem 8%;
  text-align: center;
  color: var(--gc-muted, #5c6770);
  font-size: 0.95rem;
  border-top: 1px solid var(--gc-line, #e5e7eb);
}
.apps-whisper a { color: var(--gc-blue, #0b4f8a); font-weight: 700; }

.family-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}
.family-card {
  border: 1px solid var(--gc-line, #e5e7eb);
  border-radius: 16px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.05);
}
.family-card h3 { margin: 0 0 0.25rem; }
.family-card .role { color: var(--gc-orange, #e85d04); font-weight: 700; font-size: 0.9rem; }
.family-card p { color: var(--gc-muted, #5c6770); }
.family-card a { color: var(--gc-blue, #0b4f8a); font-weight: 600; text-decoration: none; }

/* Silo pages */
.silo-hero {
  background: linear-gradient(135deg, var(--gc-anthracite, #1f2933) 0%, var(--gc-blue, #0b4f8a) 100%) !important;
  color: #fff;
}
.silo-cta.primary { background: var(--gc-orange, #e85d04) !important; color: #fff; }

.gc-footer {
  background: #1a1a1a;
  color: rgba(255,255,255,0.72);
  padding: 2rem 6% 1.15rem;
}
.gc-footer-grid {
  display: grid;
  grid-template-columns: minmax(200px, 1.35fr) repeat(4, minmax(0, 1fr));
  grid-template-areas: "brand ntw gco family legal";
  gap: 1.1rem 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}
.gc-footer-brand { grid-area: brand; }
.gc-footer-ntw { grid-area: ntw; }
.gc-footer-gco { grid-area: gco; }
.gc-footer-family { grid-area: family; }
.gc-footer-legal { grid-area: legal; }
.gc-footer h3 {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
}
.gc-footer ul { list-style: none; margin: 0; padding: 0; }
.gc-footer li { margin: 0 0 0.3rem; font-size: 0.9rem; }
.gc-footer a { color: rgba(255,255,255,0.72); text-decoration: none; }
.gc-footer a:hover { color: #fff; }
.gc-footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 0.5rem;
}
.gc-footer-logos img {
  max-height: 40px;
  max-width: 130px;
  width: auto;
  object-fit: contain;
}
.gc-footer-tag { font-style: italic; color: rgba(255,255,255,0.9); margin: 0 0 0.35rem; }
.gc-footer-brand > p { margin: 0; line-height: 1.45; font-size: 0.88rem; }
.gc-footer-contact {
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.gc-footer-trust {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.68);
}
.gc-footer-paylogos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}
.gc-footer-paylogos span {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.gc-footer-subhead { margin-top: 0.85rem !important; }
.gc-footer-apps { margin-top: 0.65rem; font-size: 0.8rem; opacity: 0.75; }
.gc-footer-social { display: flex; gap: 0.55rem; margin-top: 0.45rem; font-size: 1.05rem; }
.gc-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
  margin-top: 1.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.84rem;
}
.gc-footer-entity {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.gc-footer-rights {
  margin: 0;
  color: rgba(255,255,255,0.65);
  font-size: 0.84rem;
  line-height: 1.4;
}
#gco-status-badge {
  display: flex;
  justify-content: center;
  margin: 0.35rem 0 0;
  order: 3;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 40;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(37,211,102,0.35);
}
.whatsapp-float:hover { color: #fff; }

@media (max-width: 1100px) {
  .gc-footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    grid-template-areas:
      "brand brand brand brand"
      "ntw gco family legal";
  }
  .gco-block, .ntw-split { grid-template-columns: 1fr; }
  .gc-nav a { margin-left: 18px; font-size: 0.78rem; letter-spacing: 1px; }
}
@media (max-width: 900px) {
  .gc-menu-btn { display: inline-flex; align-items: center; justify-content: center; }
  .gc-header { padding: 10px 4%; position: relative; }
  .gc-brand img { height: 42px; }
  .gc-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 calc(16px + env(safe-area-inset-bottom));
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
    max-height: min(78vh, 640px);
    overflow-y: auto;
  }
  .gc-nav.active { display: flex; }
  .gc-nav a,
  .gc-nav a.gc-nav-cta {
    margin: 0;
    padding: 14px 20px;
    font-size: 1rem;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
  }
  .gc-nav a.gc-nav-cta {
    margin: 12px 16px 4px;
    width: calc(100% - 32px);
    text-align: center;
    border-radius: 8px;
  }
  .nav-portals { margin: 0; width: 100%; }
  .nav-portals-panel {
    display: block;
    position: static;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    min-width: 0;
    padding: 0;
  }
  .nav-portals-panel a {
    padding: 12px 20px 12px 32px !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }
  .gc-nav-tools { margin-left: auto; }
  .gc-lang-panel { right: 0; }
  .family-grid { grid-template-columns: 1fr; }
  .section-pad, .gco-block, .apps-whisper { padding-left: 5%; padding-right: 5%; }
}
@media (max-width: 700px) {
  .gc-footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "ntw"
      "gco"
      "family"
      "legal";
  }
  .whatsapp-float span { display: none; }
}

/* /apps catalog */
.silo-wrap.apps-page { max-width: 1120px; }
.apps-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
}
.apps-jump a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--gc-line, #e5e7eb);
  color: var(--gc-anthracite, #1f2933);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
}
.apps-jump a:hover { border-color: var(--gc-orange, #e85d04); color: var(--gc-orange, #e85d04); }
.apps-pitch, .apps-lead, .apps-copy {
  color: var(--gc-muted, #5c6770);
  line-height: 1.7;
  max-width: 74ch;
}
.apps-pitch { font-size: 1.05rem; margin: 0 0 0.5rem; }
.apps-lead { margin: 0 0 1.35rem; }
.apps-copy { margin: 0 0 0.9rem; }
.apps-section { margin-top: 2.75rem; }
.apps-kicker {
  margin: 0 0 0.35rem;
  color: var(--gc-orange, #e85d04);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
}
.apps-section > h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--gc-anthracite, #1f2933);
}
.apps-cat-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
}
.apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.1rem;
}
.apps-grid-mod { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.apps-card {
  background: #fff;
  border: 1px solid var(--gc-line, #e5e7eb);
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 6px 18px rgba(11, 79, 138, 0.06);
  position: relative;
}
.apps-card.featured {
  border-color: var(--gc-blue, #0b4f8a);
  box-shadow: 0 10px 28px rgba(11, 79, 138, 0.12);
}
.apps-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gc-blue-soft, #e8f1f8);
  color: var(--gc-blue, #0b4f8a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.apps-card h3 { margin: 0; font-size: 1.12rem; }
.apps-card:has(.apps-badge) h3 { padding-right: 3.5rem; }
.apps-price {
  margin: 0;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--gc-blue, #0b4f8a);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.apps-price span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--gc-muted, #5c6770);
  letter-spacing: 0;
}
.apps-card p { margin: 0; color: var(--gc-muted, #5c6770); font-size: 0.95rem; }
.apps-card ul {
  margin: 0.15rem 0 0;
  padding-left: 1.15rem;
  color: var(--gc-anthracite, #1f2933);
  font-size: 0.9rem;
}
.apps-card ul li { margin-bottom: 0.2rem; }
.apps-good {
  margin-top: auto !important;
  padding-top: 0.75rem;
  border-top: 1px solid var(--gc-line, #e5e7eb);
  font-size: 0.85rem !important;
}
.apps-card-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.35rem;
}
.apps-page .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.85rem;
  border: 2px solid transparent;
  min-height: 44px;
}
.apps-page .btn-blue {
  background: var(--gc-blue, #0b4f8a);
  color: #fff;
}
.apps-page .btn-blue:hover { filter: brightness(1.08); color: #fff; }
.apps-more {
  font-weight: 700;
  color: var(--gc-blue, #0b4f8a);
  text-decoration: none;
  font-size: 0.9rem;
}
.apps-more:hover { text-decoration: underline; }
.apps-badge {
  position: absolute;
  top: 14px;
  right: 12px;
  background: #c1121f;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
}
.apps-note {
  background: var(--gc-bg, #f7f8fa);
  border: 1px solid var(--gc-line, #e5e7eb);
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  margin-top: 1.25rem;
}
.apps-note p { margin: 0; color: var(--gc-anthracite, #1f2933); }
.apps-note.enterprise {
  background: var(--gc-anthracite, #1f2933);
  border-color: var(--gc-anthracite, #1f2933);
  color: #fff;
}
.apps-note.enterprise p { color: rgba(255,255,255,0.92); }
.apps-note.enterprise .silo-cta { margin-top: 0.85rem; }
.apps-mod-cat { margin-top: 2rem; }
.apps-sets { overflow-x: auto; margin: 0.5rem 0 1rem; }
.apps-sets table { width: 100%; border-collapse: collapse; min-width: 480px; }
.apps-sets th, .apps-sets td {
  text-align: left;
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid var(--gc-line, #e5e7eb);
  vertical-align: top;
}
.apps-sets th {
  background: var(--gc-bg, #f7f8fa);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gc-muted, #5c6770);
}
.apps-sets td:first-child { font-weight: 800; white-space: nowrap; }
.silo-cta-band {
  margin-top: 2.5rem;
  padding: 1.35rem 1.4rem;
  background: linear-gradient(135deg, var(--gc-blue, #0b4f8a), var(--gc-anthracite, #1f2933));
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
}
.silo-cta-band p { margin: 0; flex: 1 1 240px; }
.silo-cta-band .btn { background: var(--gc-orange, #e85d04); border-color: var(--gc-orange, #e85d04); color: #fff; }
.silo-cta-band .btn-outline-dark-gc {
  background: transparent !important;
  border: 2px solid rgba(255,255,255,0.7) !important;
  color: #fff !important;
}

.apps-support {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 18px;
  padding: 1.5rem 1.4rem 1.6rem;
}
.apps-support-form .hp {
  position: absolute;
  left: -10000px;
  height: 0;
  overflow: hidden;
}
.apps-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
  margin: 1rem 0 1.1rem;
}
.apps-support-grid .full { grid-column: 1 / -1; }
.apps-support-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gc-anthracite, #1f2933);
}
.apps-support-grid input,
.apps-support-grid select,
.apps-support-grid textarea {
  font: inherit;
  font-weight: 500;
  padding: 0.7rem 0.8rem;
  border: 1px solid #a7f3d0;
  border-radius: 10px;
  background: #fff;
}
.apps-support-grid textarea { resize: vertical; min-height: 140px; }
.apps-support-ok {
  background: #bbf7d0;
  border: 1px solid #86efac;
  color: #14532d;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin: 0 0 1rem;
  font-weight: 600;
}
.apps-support-ok strong { display: block; margin-top: 0.35rem; font-size: 1.05rem; }
.apps-support-err {
  background: #fee2e2;
  color: #991b1b;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin: 0 0 1rem;
  font-weight: 600;
}
.apps-support-note {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: #166534;
}
@media (max-width: 700px) {
  .apps-support-grid { grid-template-columns: 1fr; }
}
