@charset "UTF-8";

.de-app-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.de-app-download {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 170px;
  min-height: 50px;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.de-app-download img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}

.de-app-download strong {
  display: block;
  font: inherit;
  line-height: 1.12;
  text-align: center;
}

.de-app-download-soft {
  background: rgba(255, 255, 255, .12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 560px) {
  .de-app-download {
    min-width: 142px;
    font-size: .88rem;
  }
}

:root {
  --c-primary: #0e3f49;
  --c-secondary: #0c3741;
  --c-accent: #ff4c3b;
  --c-bg: #104a55;
  --c-surface: #13525f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c3b;
  --c-btn-text: #ffffff;
  --c-border: #116066;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.ug-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


.ug-logo-png { height: 39px; width: auto; display: block; object-fit: contain; }

.h28_root {
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background 0.349s ease, border-color 0.344s ease, box-shadow 0.357s ease;
  }
  .h28_root.h28_scrolled {
    background: var(--c-primary);
    border-bottom-color: color-mix(in srgb, var(--c-text) 10%, transparent);
    box-shadow: 0 4px 24px rgba(0,0,0,0.185);
  }
  .h28_logo-text {
    font-weight: 700;
    font-size: 1.093rem;
    color: var(--c-text);
    transition: opacity 0.198s;
  }
  .h28_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h28_nav a {
    color: color-mix(in srgb, var(--c-text) 75%, transparent);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.149s, color 0.15s;
  }
  .h28_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h28_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h28_login-btn {
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-text) 15%, transparent);
    color: var(--c-text);
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 0.851rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.154s;
    backdrop-filter: blur(8px);
  }
  .h28_login-btn:hover {
    background: color-mix(in srgb, var(--c-text) 14%, transparent);
  }
  .h28_register-btn {
    background: var(--c-accent);
    color: var(--c-bg);
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 0.898rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.154s;
  }
  .h28_register-btn:hover { opacity: 0.9; }
  .h28_menu-btn {
    display: none;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    backdrop-filter: blur(8px);
    border: 1px solid color-mix(in srgb, var(--c-text) 15%, transparent);
    color: var(--c-text);
    width: 37px;
    height: 39px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h28_nav { display: none; }
    .h28_cta-desktop { display: none !important; }
    .h28_menu-btn { display: flex !important; }
  }
  .h28_s1 { position: sticky; top: 0; z-index: 100; }
  .h28_s2 { position: relative; top: auto; z-index: auto; }
  .h28_s3 { position: relative; }
  .h28_s4 { display: flex; align-items: center; gap: 8px; }
  .h28_s5 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h28_s6 { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h28_s7 { flex: 1; text-align: center; }

.hl38-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(134deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.031);
  box-shadow: 0 16px 49px rgba(0,0,0,0.475);
}
.hl38-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hl38-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(131deg, rgba(0,0,0,0.741) 0%, rgba(0,0,0,0.457) 60%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
}
.hl38-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 48px 27px;
  max-width: 700px;
}
.hl38-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 1020px;
  background: rgba(255,255,255,0.081);
  border: 1px solid rgba(255,255,255,0.136);
  color: rgba(255,255,255,0.876);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.122em;
  text-transform: uppercase;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}
.hl38-title {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.437);
  letter-spacing: -0.01em;
}
.hl38-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.877);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.379);
}
.hl38-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Variant 03 signature: solid white rounded buttons with a soft white halo
   on hover. Same look on both iOS and Android CTAs. */
.hl38-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 27px;
  border-radius: 14px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: box-shadow .25s ease;
  letter-spacing: 0.02em;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.166);
}
.hl38-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.126),
    0 10px 24px rgba(255,255,255,0.211),
    0 4px 14px rgba(0,0,0,0.224);
}
.hl38-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .hl38-card { min-height: 285px; }
  .hl38-content { padding: 37px 21px; }
  .hl38-title { font-size: 24px; }
  .hl38-cta { padding: 12px 18px; font-size: 12px; }
}

.ol85-wrap { max-width: 1200px; margin: 0 auto; }
  .ol85-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 23px;
  }
  .ol85-title { color: var(--c-text); margin: 0 0 18px; }
  .ol85-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .ol85-spec {
    width: 100%;
    border-collapse: collapse;
    background: var(--c-surface);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow:
      0 18px 49px -25px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 6%, transparent);
    table-layout: fixed;
  }
  .ol85-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.144em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(138deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .ol85-spec tbody th, .ol85-spec tbody td {
    padding: 13px 18px;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .ol85-spec tbody tr:last-child th,
  .ol85-spec tbody tr:last-child td { border-bottom: none; }
  .ol85-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .ol85-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .ol85-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .ol85-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .ol85-grid {
      grid-template-columns: 1fr;
      gap: 23px;
    }
  }
  @media (max-width: 640px) {
    .ol85-spec thead th { padding: 11px 14px; }
    .ol85-spec tbody th, .ol85-spec tbody td { padding: 11px 14px; font-size: 13px; }
  }

.de-app-kicker {
  color: var(--c-text);
  font-size: 1.18rem;
  line-height: 1.35;
  margin: 24px 0 12px;
}
.de-app-intro-grid { align-items: stretch; }
.de-app-full-copy {
  grid-column: 1 / -1;
  padding-top: 15px;
  border-top: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
}
.de-app-full-copy .de-app-kicker {
  margin-top: 0;
}
.de-app-full-copy .ol85-p {
  max-width: none;
}
.de-app-copy-card,
.de-app-note,
.de-app-final-card {
  border: 1px solid color-mix(in srgb, var(--c-accent) 24%, var(--c-border));
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--c-accent) 10%, transparent), transparent 36%),
    color-mix(in srgb, var(--c-surface) 92%, var(--c-bg));
}
.de-app-copy-card {
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 22px;
}
.de-app-copy-card p {
  color: var(--c-text-muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}
.de-app-note { padding: 28px; }
.de-app-step-grid { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.de-app-ios-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}
.de-app-ios-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 24%, var(--c-border));
  background: color-mix(in srgb, var(--c-bg) 72%, var(--c-surface));
}
.de-app-steps .gr68-card-h3,
.de-app-ios-step span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 10px;
}
.de-app-ios-step p {
  color: var(--c-text-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.de-app-table-scroll {
  width: 100%;
  overflow-x: auto;
  margin-top: 18px;
  border-radius: 14px;
}
.de-app-mini-table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--c-accent) 26%, var(--c-border));
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-bg) 82%, var(--c-surface));
}
.de-app-mini-table th,
.de-app-mini-table td {
  padding: 13px 16px;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid color-mix(in srgb, var(--c-border) 78%, transparent);
}
.de-app-mini-table thead th {
  color: var(--c-bg);
  background: linear-gradient(90deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 58%, #fff));
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.de-app-mini-table tbody td { color: var(--c-text-muted); }
.de-app-mini-table tbody td:first-child {
  color: #fff;
  font-weight: 800;
}
.de-app-mini-table tbody tr:last-child td { border-bottom: 0; }
.de-app-mobile-hero .na52-content { max-width: 700px; }
.de-app-final {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
}
.de-app-final-card { padding: 24px; }
.de-app-responsible { background: color-mix(in srgb, var(--c-primary) 10%, var(--c-surface)); }
.de-app-author {
  color: var(--c-text);
  line-height: 1.6;
  margin: 18px 0 0;
}
.de-app-author strong,
.de-app-reviews .ef52-name {
  color: #fff;
  font-weight: 800;
}
.de-app-author em {
  color: var(--c-text-muted);
  font-style: italic;
}
@media (max-width: 880px) {
  .de-app-copy-card,
  .de-app-final {
    grid-template-columns: 1fr;
  }
  .de-app-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .de-app-ios-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .de-app-copy-card,
  .de-app-note,
  .de-app-final-card {
    padding: 20px 16px;
    border-radius: 14px;
  }
  .de-app-step-grid {
    grid-template-columns: 1fr;
  }
}

.dj98-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(132deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.089);
  box-shadow: 0 16px 50px rgba(0,0,0,0.441);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.dj98-bg-img {
  position: absolute; inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.dj98-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(91deg, rgba(0,0,0,0.533) 0%, rgba(0,0,0,0.228) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.dj98-frame {
  position: relative;
  z-index: 2;
  max-width: 597px;
  padding: 35px 45px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.229);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.dj98-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.424);
}
.dj98-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.405);
}
.dj98-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 1022px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.352);
  transition: box-shadow .25s ease, filter .18s;
}
.dj98-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.181),
    0 10px 29px rgba(34,197,94,0.439);
}
@media (max-width: 768px) {
  .dj98-card {
    padding: 22px;
    justify-content: center;
  }
  .dj98-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.469) 0%, rgba(0,0,0,0.713) 100%);
  }
  .dj98-frame { padding: 24px 21px; max-width: 100%; }
  .dj98-title { font-size: 22px; }
  .dj98-amount { font-size: 14px; }
}

.na52-hero {
  position: relative;
  min-height: 475px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.na52-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(91deg,
    rgb(0 0 0 / calc(.95 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.93 + var(--hi-offset, 0))) 28%,
    rgb(0 0 0 / calc(.75 + var(--hi-offset, 0))) 52%,
    transparent 100%);
}
.na52-content {
  position: relative; z-index: 1;
  max-width: 549px;
  padding: 39px 0;
}
.na52-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}
.na52-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.277); }
.na52-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.748);
  line-height: 1.65;
  margin: 0 0 26px;
}
.na52-btn-primary {
  display: inline-block;
  padding: 13px 32px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s;
}
.na52-btn-primary:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .na52-hero { min-height: 371px; } }

.gr68-wrap { max-width: 1200px; margin: 0 auto; }
  .gr68-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 29px 30px 31px;
    box-shadow: 0 16px 45px -22px rgba(0,0,0,0.263);
  }
  .gr68-title { color: var(--c-text); margin: 0 0 12px; }
  .gr68-intro { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .gr68-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 18px; }
  .gr68-card {
    border-radius: 12px;
    padding: 16px 16px 18px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    color: #fff;
  }
  .gr68-card-h3 { color: #fff; font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .gr68-card-p { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,0.76); margin: 0; }

  .gr68-mid-p { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .gr68-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 51px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .gr68-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .gr68-panel-lead { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.781); margin: 0 0 16px; }
  .gr68-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.81); margin: 16px 0 0; }

  .gr68-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 14px; }
  .gr68-bullet { display: flex; align-items: center; gap: 12px; }
  .gr68-bullet-icon { flex: 0 0 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--c-accent) 22%, transparent); color: var(--c-accent); border: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent); }
  .gr68-bullet-icon svg { width: 14px; height: 14px; }
  .gr68-bullet-text { flex: 1; color: rgba(255,255,255,0.968); font-size: 13px; line-height: 1.4; font-weight: 500; }

  .gr68-h3-light { color: var(--c-text); font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .gr68-p { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .gr68-table {
    width: 100%; border-collapse: separate; border-spacing: 0;
    background: var(--c-bg);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    border-radius: 12px; overflow: hidden;
    margin: 0 0 19px;
    table-layout: fixed;
  }
  .gr68-table th, .gr68-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .gr68-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.121em; text-transform: uppercase;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .gr68-table tbody td { color: var(--c-text-muted); }
  .gr68-table tbody td:first-child { color: var(--c-text); font-weight: 600; }
  .gr68-table tbody tr:nth-child(odd) td { background: color-mix(in srgb, var(--c-accent) 4%, transparent); }
  .gr68-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 9%, transparent); }

  .gr68-cta-wrap { margin-top: 18px; }
  .gr68-cta {
    display: inline-block; padding: 12px 29px; border-radius: 995px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.1em;
    box-shadow: 0 8px 23px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .gr68-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 880px) { .gr68-cards { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) { .gr68-bullets { grid-template-columns: 1fr; } .gr68-table th, .gr68-table td { padding: 11px 12px; font-size: 12px; } }
  @media (max-width: 640px) {
    .gr68-outer { padding: 22px 17px; border-radius: 14px; }
    .gr68-panel { padding: 18px 16px; border-radius: 12px; }
    .gr68-cards { grid-template-columns: 1fr; }
  }

.ef52-header { text-align: center; margin-bottom: 2.451rem; }
  .ef52-masonry { columns: 3; column-gap: 1.22rem; }
  .ef52-card { break-inside: avoid; margin-bottom: 1.285rem; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 1.247rem; display: flex; flex-direction: column; gap: 0.607rem; }
  .ef52-card-large { padding: 1.7rem; }
  .ef52-card-accent { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); background: color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)); }
  .ef52-top { display: flex; align-items: center; gap: 10px; }
  .ef52-avatar { width: 43px; height: 41px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.809rem; color: var(--c-accent); flex-shrink: 0; }
  .ef52-name { font-weight: 700; font-size: 0.861rem; color: var(--c-text); }
  .ef52-role { font-size: 0.687rem; color: var(--c-text-muted); }
  .ef52-stars { color: #f59e0b; }
  .ef52-stars-sm { font-size: 0.861rem; }
  .ef52-stars-lg { font-size: 1.148rem; }
  .ef52-text { color: var(--c-text-muted); line-height: 1.65; }
  .ef52-text-sm { font-size: 0.827rem; }
  .ef52-text-lg { font-size: 0.923rem; }
  .ef52-meta { font-size: 0.71rem; color: var(--c-text-muted); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .ef52-verified { color: #22c55e; font-weight: 600; font-size: 0.691rem; }
  @media (max-width: 880px) { .ef52-masonry { columns: 2; } }
  @media (max-width: 600px) { .ef52-masonry { columns: 1; } }
  .ef52-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; width: 54px; height: 53px; font-size: 0.987rem; }
  .ef52-s2 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .ef52-s3 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .ef52-s4 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; width: 49px; height: 49px; }

.nx57-wrap { max-width: 1200px; margin: 0 auto; }
  .nx57-intro { max-width: 748px; margin-bottom: 22px; }
  .nx57-title { color: var(--c-text); margin: 0 0 12px; }
  .nx57-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .nx57-scroll { overflow-x: auto; }
  .nx57-table { width: 100%; min-width: 733px; border-collapse: separate; border-spacing: 0 8px; }
  .nx57-table thead th { background: linear-gradient(91deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 22px; font-size: 0.685rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.118em; text-align: left; }
  .nx57-table thead th:first-child { border-radius: 12px 0 0 12px; }
  .nx57-table thead th:last-child { border-radius: 0 12px 12px 0; }
  .nx57-table tbody td { background: var(--c-surface); padding: 18px 22px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
  .nx57-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .nx57-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
  .nx57-table tbody tr.nx57-active td { background: linear-gradient(92deg, color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)), var(--c-surface) 80%); border-color: color-mix(in srgb, var(--c-accent) 30%, var(--c-border)); }
  .nx57-rank { display: inline-flex; align-items: center; gap: 12px; }
  .nx57-badge { width: 37px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.97rem; flex-shrink: 0; }
  .nx57-badge-bronze { background: #a0785a; }
  .nx57-badge-silver { background: #8a8e94; }
  .nx57-badge-gold { background: #c5a03f; }
  .nx57-badge-plat { background: #6a7b8b; }
  .nx57-badge-diamond { background: linear-gradient(135deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 50%, #6a7b8b)); box-shadow: 0 0 14px -2px color-mix(in srgb, var(--c-accent) 60%, transparent); }
  .nx57-rank-name { display: block; font-size: 0.982rem; font-weight: 800; color: var(--c-text); }
  .nx57-rank-vol { display: block; font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
  .nx57-pct { font-weight: 800; color: var(--c-accent); font-size: 1.017rem; font-variant-numeric: tabular-nums; }
  .nx57-here { display: inline-block; font-size: 0.632rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.158em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 1017px; }

.zp60-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 39px;
}
@media (max-width: 640px) { .zp60-grid { grid-template-columns: 1fr; } }
.zp60-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.zp60-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.zp60-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
  font-weight: 900;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.zp60-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.zp60-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.zp60-header { text-align: center; }
.zp60-title { margin-top: 8px; }
.zp60-more {
  text-align: center;
  margin-top: 28px;
}

.vk52-wrap {
    padding: 0.748rem 0;
  }
  .vk52-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(88deg, transparent, var(--c-accent));
  }
  .vk52-line-r {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--c-accent), transparent);
  }
  .vk52-circle {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: var(--c-surface);
    border: 2px solid var(--c-accent);
    color: var(--c-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 14px 2px color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .vk52-circle svg { width: 22px; height: 22px; stroke-width: 2; }

/* ── Layout contract ───────────────────────────────────────────────
     Two rows:
       Row 1 (top) — [logo] [nav + extra links] [compact payments → right]
       Row 2 (bottom) — [© brand · play responsibly · 18+] centred
     Payments live in row 1 and push to the right via `margin-left:auto`
     so the logo anchors the left, the nav fills the middle, and the
     payment strip caps the row on the right. Bottom row is pure
     compliance/brand copy — small + centred. */
  .st51-root { background: var(--c-bg); }
  .st51-top {
    display: flex; align-items: center;
    gap: 10px 21px; flex-wrap: wrap;
    padding: 14px 0;
    min-height: 43px;
  }
  .st51-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; flex: 1 1 auto; min-width: 0; }
  /* `:empty` hides the nav when a landing (single-page) site produced
     no FOOTER_NAV_LINKS / FOOTER_EXTRA_LINKS output — avoids the ugly
     centred gap between logo and payments. */
  .st51-nav:empty { display: none; }
  .st51-nav a { font-size: 0.791rem; color: var(--c-text-muted); text-decoration: none; transition: color 0.2s; }
  .st51-nav a:hover { color: var(--c-accent); }

  .st51-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px 14px;
    flex-wrap: wrap;
    padding: 12px 0 14px;
    border-top: 1px solid var(--c-border);
    font-size: 0.72rem;
    line-height: 1.55;
    color: var(--c-text-muted);
    text-align: center;
  }
  .st51-copy {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    white-space: normal;
  }

  @media (max-width: 600px) {
    .st51-top { flex-direction: column; align-items: flex-start; gap: 10px; }
    .st51-nav { flex: 1 1 100%; }
  }

/* ── csb mobile-header policy (appended last, wins source-order) ── */
@media (max-width: 768px) {
  body [class*="cta-desktop"],
  body [class*="actions-desktop"],
  body [class*="btns-desktop"],
  body [class*="cta-wrap"],
  body [class*="login-actions"],
  body [class*="strip-actions"] {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body [class*="cta-desktop"] .ug-btn,
  body [class*="actions-desktop"] .ug-btn,
  body [class*="btns-desktop"] .ug-btn,
  body [class*="cta-wrap"] .ug-btn,
  body [class*="cta-desktop"] button,
  body [class*="actions-desktop"] button,
  body [class*="btns-desktop"] button,
  body [class*="cta-wrap"] button,
  body [class*="cta-desktop"] a,
  body [class*="actions-desktop"] a,
  body [class*="btns-desktop"] a,
  body [class*="cta-wrap"] a {
    padding: 7px 12px !important;
    font-size: 11px !important;
  }
}
/* Header edge alignment */
.ug-header-inner.h28_s3 {
  justify-content: space-between !important;
}
.ug-header-inner.h28_s3 .ug-logo {
  flex: 0 0 auto;
}
.h28_nav {
  flex: 1 1 auto;
  justify-content: center;
}
.h28_cta {
  margin-left: auto;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .ug-header-inner.h28_s3 {
    justify-content: space-between !important;
  }
  .h28_cta {
    margin-left: auto;
  }
}
/* Mobile header desktop CTA hard hide */
@media (max-width: 768px) {
  .h28_cta-desktop,
  .h28_cta-desktop.h28_s4 {
    display: none !important;
  }
  .h28_menu-btn {
    display: flex !important;
  }
}
/* Footer legal text cleanup */
.st51-bottom {
  display: grid;
  gap: 10px;
}
.st51-copyright {
  color: var(--c-text, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
/* Codex section padding override */
section {
  padding: 20px !important;
}

/* Codex h2 spacing override */
h2 {
  margin-bottom: 20px !important;
}

/* Codex inner section block padding override */
section :is(article, aside, blockquote, details, table, .it-table-wrap, .it-list, .it-content-cta,
  [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"], [class*="table"], [class*="list"],
  [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
  [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"],
  [class*="verdict"], [class*="responsible"], [class*="legal"]) {
  padding: 20px !important;
}

/* Codex text spacing around content blocks */
:is(p, li, h3, h4):has(+ :is(ul, ol, table, blockquote, details, article, aside, .it-table-wrap, .it-list, .it-content-cta,
    [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
    [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
    [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"])) {
  margin-bottom: 20px !important;
}

:is(div, article, aside):has(> :is(p, h3, h4):last-child):has(+ :is(ul, ol, table, blockquote, details, article, aside, .it-table-wrap, .it-list, .it-content-cta,
    [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
    [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
    [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"]))
  > :is(p, h3, h4):last-child {
  margin-bottom: 20px !important;
}

:is(.it-table-wrap, .it-list, .it-content-cta,
  [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
  [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
  [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"])
  + :is(p, h2, h3, h4, ul, ol) {
  margin-top: 20px !important;
}

/* Codex nested text spacing fallback */
.nu22-body:has(+ .nu22-aside) > :is(p, h3, h4, ul, ol):last-child,
:is([class*="body"], [class*="content"], [class*="copy"], [class*="text"]):has(+ :is(aside, blockquote, article, .it-table-wrap, .it-list, .it-content-cta,
    [class*="table"], [class*="list"], [class*="card"], [class*="cards"], [class*="grid"], [class*="panel"],
    [class*="scroll"], [class*="cta"], [class*="row"], [class*="wrap"], [class*="faq"],
    [class*="review"], [class*="rating"], [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"]))
  > :is(p, h3, h4, ul, ol):last-child {
  margin-bottom: 20px !important;
}

/* Codex reliable prose spacing */
section :is(p, ul, ol):not(:last-child) {
  margin-bottom: 20px !important;
}

section :is(table, blockquote, details, article, aside, div, ul, ol) + :is(p, ul, ol) {
  margin-top: 20px !important;
}

/* Codex intro prose spacing */
section :is(header, [class*="intro"], [class*="head"], [class*="body"], [class*="content"], [class*="copy"], [class*="text"])
  > :is(p, ul, ol):last-child {
  margin-bottom: 20px !important;
}

/* Codex mobile compact block padding */
@media (max-width: 500px) {
  section :is(article, aside, blockquote, details, table, thead, tbody, tfoot, tr, th, td,
    [class*="card"], [class*="panel"], [class*="table"], [class*="list"], [class*="grid"], [class*="wrap"],
    [class*="box"], [class*="item"], [class*="tile"], [class*="review"], [class*="rating"],
    [class*="myth"], [class*="mito"], [class*="bonus"], [class*="promo"], [class*="verdict"],
    [class*="responsible"], [class*="legal"], [class*="faq"], [class*="cta"]) {
    padding: 10px !important;
  }
}
/* Codex fs32 row side padding reset */
.fs32-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex strong fs32 row side padding reset */
section .fs32-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex bk82 wrap side padding reset */
section .bk82-wrap,
.bk82-wrap.xg-visible {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex content list side padding reset */
main :is(ul, ol, .it-list) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Codex it odds grid padding reset */
.it-odds-grid {
  padding: 0 !important;
}
/* Codex it schedule cards padding reset */
.it-schedule-cards {
  padding: 0 !important;
}
/* Codex keep padding only on sections */
main section {
  padding: 20px !important;
}

main section :is(
  aside, details,
  .it-table-wrap, .it-list,
  [class*="grid"], [class*="wrap"], [class*="cards"], [class*="list"],
  [class*="block"], [class*="body"], [class*="head"], [class*="row"], [class*="card"]
) {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Codex verdict author text start */
.it-verdict-author {
  text-align: start !important;
  align-items: flex-start !important;
  justify-items: start !important;
}
/* Codex FAQ head spacing reset */
.it-faq-head {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* Codex verdict head spacing reset */
.it-verdict-head {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}

/* Codex: remove CTA button bottom margin */
.de-doc-app-buttons,
.de-service-actions,
.de-service-cta,
.de-doc-app-buttons .ug-btn,
.de-service-actions .ug-btn,
.de-service-cta .ug-btn {
  margin-bottom: 0 !important;
}

/* Codex: styled app installation guide */
main section.de-doc-install-flow {
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 18px 20px !important;
  padding: 34px !important;
  border: 1px solid rgba(255, 214, 92, 0.24) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 72, 58, 0.28), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(0, 204, 255, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(20, 23, 30, 0.98), rgba(7, 9, 14, 0.98)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38) !important;
}

main section.de-doc-install-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 71, 54, 0.58), rgba(255, 199, 67, 0.58)) top left / 100% 4px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
}

main section.de-doc-install-flow > h2,
main section.de-doc-install-flow > p:first-of-type {
  position: relative !important;
  z-index: 1 !important;
  grid-column: 1 / -1 !important;
  max-width: 880px !important;
}

main section.de-doc-install-flow > h2 {
  margin: 0 0 8px !important;
  font-size: clamp(2rem, 3.3vw, 3.35rem) !important;
  line-height: 1.04 !important;
}

main section.de-doc-install-flow > p:first-of-type {
  margin: 0 0 12px !important;
  color: rgba(245, 247, 251, 0.78) !important;
  font-size: clamp(1rem, 1.4vw, 1.16rem) !important;
}

main section.de-doc-install-flow > h3 {
  position: relative !important;
  z-index: 1 !important;
  align-self: end !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem) !important;
  line-height: 1.12 !important;
}

main section.de-doc-install-flow > h3:nth-of-type(1) {
  grid-column: 1 !important;
  border-color: rgba(79, 222, 122, 0.32) !important;
  box-shadow: inset 4px 0 0 rgba(79, 222, 122, 0.88) !important;
}

main section.de-doc-install-flow > h3:nth-of-type(2) {
  grid-column: 2 !important;
  border-color: rgba(91, 190, 255, 0.34) !important;
  box-shadow: inset 4px 0 0 rgba(91, 190, 255, 0.9) !important;
}

main section.de-doc-install-flow > h3:nth-of-type(1),
main section.de-doc-install-flow > h3:nth-of-type(1) + p,
main section.de-doc-install-flow > h3:nth-of-type(1) + p + ol,
main section.de-doc-install-flow > h3:nth-of-type(1) + p + ol + p {
  grid-column: 1 !important;
}

main section.de-doc-install-flow > h3:nth-of-type(2),
main section.de-doc-install-flow > h3:nth-of-type(2) + p,
main section.de-doc-install-flow > h3:nth-of-type(2) + p + ol,
main section.de-doc-install-flow > h3:nth-of-type(2) + p + ol + p {
  grid-column: 2 !important;
}

main section.de-doc-install-flow > h3 + p {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: rgba(245, 247, 251, 0.76) !important;
}

main section.de-doc-install-flow > ol {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: app-install-step !important;
}

main section.de-doc-install-flow > ol > li {
  position: relative !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 13px 14px 13px 54px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.5 !important;
  backdrop-filter: blur(10px);
  counter-increment: app-install-step !important;
}

main section.de-doc-install-flow > ol > li::before {
  content: counter(app-install-step);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff4638, #ffd35a);
  color: #080a0f;
  font-weight: 900;
  font-size: 0.86rem;
  box-shadow: 0 10px 24px rgba(255, 70, 56, 0.24);
}

main section.de-doc-install-flow > ol + p {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 211, 90, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(255, 211, 90, 0.08) !important;
  color: rgba(255, 255, 255, 0.84) !important;
}

@media (max-width: 820px) {
  main section.de-doc-install-flow {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 22px !important;
  }

  main section.de-doc-install-flow > h3:nth-of-type(1),
  main section.de-doc-install-flow > h3:nth-of-type(1) + p,
  main section.de-doc-install-flow > h3:nth-of-type(1) + p + ol,
  main section.de-doc-install-flow > h3:nth-of-type(1) + p + ol + p,
  main section.de-doc-install-flow > h3:nth-of-type(2),
  main section.de-doc-install-flow > h3:nth-of-type(2) + p,
  main section.de-doc-install-flow > h3:nth-of-type(2) + p + ol,
  main section.de-doc-install-flow > h3:nth-of-type(2) + p + ol + p {
    grid-column: 1 !important;
  }

  main section.de-doc-install-flow > h3 {
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  main section.de-doc-install-flow {
    padding: 18px !important;
  }

  main section.de-doc-install-flow > ol > li {
    padding: 12px 12px 12px 48px !important;
  }

  main section.de-doc-install-flow > ol > li::before {
    left: 12px;
    top: 12px;
  }
}

/* Codex: final app install card layout */
main section.de-doc-install-flow {
  display: block !important;
}

main section.de-doc-install-flow > .de-doc-install-head,
main section.de-doc-install-flow > .de-doc-install-grid,
main section.de-doc-install-flow article.de-doc-install-card {
  position: relative !important;
  z-index: 1 !important;
}

main section.de-doc-install-flow > .de-doc-install-head {
  max-width: 900px !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

main section.de-doc-install-flow .de-doc-install-head h2 {
  margin: 0 0 10px !important;
  font-size: clamp(2rem, 3.3vw, 3.35rem) !important;
  line-height: 1.04 !important;
}

main section.de-doc-install-flow .de-doc-install-head p {
  margin: 0 !important;
  color: rgba(245, 247, 251, 0.78) !important;
  font-size: clamp(1rem, 1.4vw, 1.16rem) !important;
}

main section.de-doc-install-flow > .de-doc-install-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
}

main section.de-doc-install-flow article.de-doc-install-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

main section.de-doc-install-flow article.de-doc-install-android {
  box-shadow: inset 4px 0 0 rgba(79, 222, 122, 0.88), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

main section.de-doc-install-flow article.de-doc-install-ios {
  box-shadow: inset 4px 0 0 rgba(91, 190, 255, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

main section.de-doc-install-flow article.de-doc-install-card h3 {
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: clamp(1.1rem, 1.5vw, 1.38rem) !important;
  line-height: 1.12 !important;
}

main section.de-doc-install-flow article.de-doc-install-card p {
  margin: 0 !important;
  color: rgba(245, 247, 251, 0.78) !important;
}

main section.de-doc-install-flow article.de-doc-install-card ol {
  display: grid !important;
  gap: 10px !important;
  margin: 18px 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: app-install-step !important;
}

main section.de-doc-install-flow article.de-doc-install-card ol > li {
  position: relative !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 13px 14px 13px 54px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.5 !important;
  counter-increment: app-install-step !important;
}

main section.de-doc-install-flow article.de-doc-install-card ol > li::before {
  content: counter(app-install-step);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff4638, #ffd35a);
  color: #080a0f;
  font-weight: 900;
  font-size: 0.86rem;
  box-shadow: 0 10px 24px rgba(255, 70, 56, 0.24);
}

main section.de-doc-install-flow article.de-doc-install-card .de-doc-install-note {
  margin-top: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 211, 90, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(255, 211, 90, 0.08) !important;
  color: rgba(255, 255, 255, 0.84) !important;
}

@media (max-width: 820px) {
  main section.de-doc-install-flow > .de-doc-install-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 500px) {
  main section.de-doc-install-flow > .de-doc-install-head {
    margin-bottom: 16px !important;
  }

  main section.de-doc-install-flow article.de-doc-install-card {
    padding: 14px !important;
  }

  main section.de-doc-install-flow article.de-doc-install-card ol > li {
    padding: 12px 12px 12px 48px !important;
  }

  main section.de-doc-install-flow article.de-doc-install-card ol > li::before {
    left: 12px;
    top: 12px;
  }
}

/* Codex: app feature cards */
main section.de-doc-app-features {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  background:
    radial-gradient(circle at 94% 12%, rgba(255, 211, 90, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(15, 18, 25, 0.98), rgba(7, 9, 13, 0.98)) !important;
}

main section.de-doc-app-features > h2 {
  max-width: 760px !important;
  margin-bottom: 12px !important;
  font-size: clamp(1.9rem, 3vw, 3rem) !important;
  line-height: 1.08 !important;
}

main section.de-doc-app-features > p:first-of-type {
  max-width: 920px !important;
  margin-bottom: 22px !important;
  color: rgba(245, 247, 251, 0.78) !important;
}

main section.de-doc-app-features ul.de-doc-feature-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  list-style: none !important;
}

main section.de-doc-app-features ul.de-doc-feature-list > li {
  position: relative !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px 18px 18px 58px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045)) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.55 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

main section.de-doc-app-features ul.de-doc-feature-list > li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ff4638 0 48%, #ffd35a 48% 100%);
  box-shadow: 0 10px 24px rgba(255, 70, 56, 0.18);
}

main section.de-doc-app-features ul.de-doc-feature-list > li::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 27px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #080a0f;
  border-bottom: 2px solid #080a0f;
  transform: rotate(-45deg);
}

main section.de-doc-app-features ul.de-doc-feature-list > li::first-line {
  color: #ffffff;
  font-weight: 800;
}

main section.de-doc-app-features > p:not(:first-of-type) {
  margin-top: 16px !important;
  color: rgba(245, 247, 251, 0.76) !important;
}

@media (max-width: 760px) {
  main section.de-doc-app-features ul.de-doc-feature-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 500px) {
  main section.de-doc-app-features ul.de-doc-feature-list > li {
    padding: 15px 14px 15px 50px !important;
  }

  main section.de-doc-app-features ul.de-doc-feature-list > li::before {
    left: 14px;
    top: 17px;
  }

  main section.de-doc-app-features ul.de-doc-feature-list > li::after {
    left: 21px;
    top: 24px;
  }
}

/* Codex: keep German FAQ plates after page resets */
main.de-doc-main .de-doc-faq-list {
  display: grid !important;
  gap: 12px !important;
  padding: 0 !important;
}

main.de-doc-main .de-doc-faq details {
  padding: 0 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  box-shadow: inset 4px 0 0 rgba(255, 204, 77, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

main.de-doc-main .de-doc-faq summary {
  padding: 17px 54px 17px 18px !important;
}

main.de-doc-main .de-doc-faq details p {
  padding: 0 18px 18px !important;
}

/* Codex: force one German H2 size everywhere, including banners */
body main.de-doc-main section h2,
body main.de-doc-main section.de-doc-section > h2,
body main.de-doc-main section.de-doc-promo h2,
body main.de-doc-main section.de-doc-bonus-promo h2,
body main.de-doc-main section.de-doc-app-promo h2,
body main.de-doc-main section.de-doc-signup-flow > h2,
body main.de-doc-main section.de-doc-faq > h2,
body main.de-doc-main .de-home-rating-head h2,
body main.de-doc-main .de-user-reviews-head h2,
body main.de-service-main section h2,
body main.de-service-main section.de-service-block > h2 {
  max-width: 100% !important;
  font-size: clamp(1.45rem, 2.3vw, 2rem) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: auto !important;
}

@media (max-width: 700px) {
  body main.de-doc-main section h2,
  body main.de-doc-main section.de-doc-section > h2,
  body main.de-doc-main section.de-doc-promo h2,
  body main.de-doc-main section.de-doc-bonus-promo h2,
  body main.de-doc-main section.de-doc-app-promo h2,
  body main.de-doc-main section.de-doc-signup-flow > h2,
  body main.de-doc-main section.de-doc-faq > h2,
  body main.de-doc-main .de-home-rating-head h2,
  body main.de-doc-main .de-user-reviews-head h2,
  body main.de-service-main section h2,
  body main.de-service-main section.de-service-block > h2 {
    font-size: clamp(1.18rem, 5.4vw, 1.55rem) !important;
    line-height: 1.2 !important;
  }

  body main.de-doc-main :where(h1, h2, h3, h4, p, li, summary),
  body main.de-service-main :where(h1, h2, h3, h4, p, li, summary) {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto !important;
  }
}
