/* Unfair-advantages block for growth.agints.com — ported from the locked mock.
   All selectors are namespaced so they cannot collide with pipeline .flow / global h2. */

@property --ua-spin {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

:root {
  --ua-check: #5de68a;
  --ua-addon: #ffe566;
  --ua-addon-border: rgba(255, 229, 102, 0.35);
}

.ua-section {
  padding: 70px 0 20px;
  border-top: 1px solid var(--home-line);
}

.ua-funnel-wrap {
  margin-bottom: 8px;
}

.ua-funnel {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

.ua-compare {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 48px;
}

.ua-roadmap {
  margin: 0 auto 22px;
  padding: 18px 18px 14px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(0, 229, 255, 0.08), rgba(3, 5, 4, 0.35));
  text-align: center;
}

.ua-roadmap h2 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ecf0ed;
  line-height: 1.25;
}

.ua-roadmap h2 em,
.ua-title em,
.ua-math-close h2 em {
  color: var(--home-cyan);
  font-style: normal;
  text-shadow: none;
}

.ua-keep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 12px;
  color: var(--home-cyan);
}

.ua-keep-arrow {
  font-size: 28px;
  line-height: 1;
  animation: ua-keep-bounce 1.35s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.55));
}

@keyframes ua-keep-bounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}

.ua-title {
  margin: 0 auto 28px;
  max-width: 760px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(36px, 4.8vw, 54px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-align: center;
}

.ua-list {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: #0a0c0b;
}

.ua-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--home-line);
}

.ua-row:last-child {
  border-bottom: 0;
}

.ua-mark {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--ua-check);
  font-size: 22px;
  font-weight: 750;
  line-height: 1;
  text-shadow: 0 0 12px rgba(93, 230, 138, 0.28);
}

.ua-copy strong {
  display: block;
  color: #ecf0ed;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.015em;
  font-family: Fraunces, Georgia, serif;
}

.ua-copy span {
  display: block;
  margin-top: 4px;
  color: var(--home-dim);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.4;
}

.ua-addons {
  margin-top: 28px;
}

.ua-addons-title {
  margin: 0 0 14px;
  color: var(--ua-addon);
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.ua-drawer {
  margin-bottom: 12px;
  border: 1px solid var(--ua-addon-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 229, 102, 0.07), transparent 42%), #0a0c0b;
  overflow: hidden;
}

.ua-drawer > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
}

.ua-drawer > summary::-webkit-details-marker {
  display: none;
}

.ua-drawer-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.ua-star {
  color: var(--ua-addon);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.ua-drawer > summary strong {
  display: block;
  color: #f4f1d8;
  font-size: 17px;
  font-weight: 600;
  font-family: Fraunces, Georgia, serif;
}

.ua-hint {
  display: block;
  margin-top: 3px;
  color: #c9c4a0;
  font-size: 13px;
  font-weight: 450;
}

.ua-chev {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 2px solid rgba(255, 229, 102, 0.85);
  background: rgba(255, 229, 102, 0.18);
  box-shadow: 0 0 0 4px rgba(255, 229, 102, 0.12), 0 0 22px rgba(255, 229, 102, 0.25);
  display: grid;
  place-items: center;
  color: #ffe566;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}
.ua-drawer > summary:hover .ua-chev {
  background: rgba(255, 229, 102, 0.32);
  box-shadow: 0 0 0 5px rgba(255, 229, 102, 0.18), 0 0 28px rgba(255, 229, 102, 0.35);
}
.ua-chev-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffe566;
  text-align: center;
}
.ua-chev-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.ua-drawer[open] > summary .ua-chev {
  transform: rotate(180deg);
}

.ua-panel {
  padding: 4px 20px 20px 48px;
}

.ua-lead {
  margin: 0 0 16px;
  color: #c9c4a0;
  font-size: 14px;
  line-height: 1.55;
}

.ua-viz-label {
  margin: 0 0 8px;
  color: var(--ua-addon);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ua-card {
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}

.ua-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ua-chip {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 229, 102, 0.12);
  border: 1px solid rgba(255, 229, 102, 0.28);
  color: #f7f0c8;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.ua-chip-bedcash {
  background: rgba(255, 77, 141, 0.14);
  border: 1.5px solid #ff4d8d;
  color: #ffd0e2;
  box-shadow: 0 0 0 1px rgba(255, 77, 141, 0.15), 0 0 18px rgba(255, 77, 141, 0.18);
}

.ua-arrow {
  color: var(--ua-addon);
  font-size: 14px;
  font-weight: 700;
}

.ua-compare-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ua-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.ua-phone {
  width: 28px;
  height: 44px;
  border-radius: 7px;
  border: 1.5px solid #9ad0ff;
  background: linear-gradient(180deg, #1a2430, #0b1016);
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ua-phone::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #5a6a7a;
  transform: translateX(-50%);
}

.ua-phone-sm {
  width: 10px;
  height: 16px;
  border-radius: 3px;
}

.ua-phone-sm::after {
  bottom: 2px;
  width: 4px;
  height: 1px;
}

.ua-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.ua-soc {
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.25);
  color: #b8f7ff;
  font-size: 11px;
  font-weight: 650;
}

.ua-big-num {
  font-family: Fraunces, Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

.ua-big-num-accent {
  color: var(--ua-addon);
}

.ua-subnum {
  margin-top: 6px;
  color: #c9c4a0;
  font-size: 13px;
}

.ua-math-wrap {
  margin-top: 32px;
  position: relative;
  padding: 3px;
  border-radius: 24px;
  background: conic-gradient(from var(--ua-spin, 0deg), #00e5ff, #7c5cff, #ff4d8d, #ffe566, #00e5ff);
  animation: ua-math-spin 3.2s linear infinite;
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.35), 0 0 60px rgba(124, 92, 255, 0.18);
}

.ua-math-wrap::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 28px;
  background: conic-gradient(from var(--ua-spin, 0deg), rgba(0, 229, 255, 0.55), rgba(124, 92, 255, 0.35), rgba(255, 77, 141, 0.4), rgba(255, 229, 102, 0.35), rgba(0, 229, 255, 0.55));
  filter: blur(14px);
  opacity: 0.85;
  animation: ua-math-spin 3.2s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes ua-math-spin {
  to {
    --ua-spin: 360deg;
  }
}

.ua-math-close {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 24px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(8, 18, 24, 0.97), rgba(3, 5, 4, 0.98) 55%, rgba(10, 14, 20, 0.98));
  border: 1px solid rgba(0, 229, 255, 0.22);
}

.ua-math-close h2 {
  margin: 0 0 10px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(24px, 3.4vw, 30px);
  font-weight: 600;
  letter-spacing: -0.035em;
  color: #ecf0ed;
  line-height: 1.15;
}

.ua-ask {
  margin: 0 0 10px;
  color: #9ec9d6;
  font-size: 14px;
  font-weight: 600;
}

.ua-buy {
  margin: 0 0 18px;
  color: #e8fbff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.ua-eq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.ua-eq .ua-card {
  text-align: center;
}

.ua-k {
  margin: 0 0 6px;
  color: var(--home-cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ua-v {
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
}

.ua-v-pink {
  color: #ff8fb8;
}

.ua-s {
  margin-top: 6px;
  color: var(--home-dim);
  font-size: 12px;
  line-height: 1.4;
}

.ua-times {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 14px;
  color: var(--home-cyan);
  font-size: 18px;
  font-weight: 700;
}

.ua-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.ua-board .ua-k {
  margin: 0 0 8px;
}

.ua-k-muted {
  color: var(--home-dim);
}

.ua-k-hot {
  color: var(--ua-addon);
}

.ua-big {
  font-family: Fraunces, Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

.ua-big-hot {
  color: var(--ua-addon);
}

.ua-note {
  margin-top: 8px;
  color: #c9c4a0;
  font-size: 13px;
  line-height: 1.45;
}

.ua-formula {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  color: #b8c2bc;
  font-size: 13px;
  line-height: 1.5;
}

.ua-formula-label {
  color: #9ec9d6;
}

.ua-formula code {
  color: #e8fff6;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.ua-punch {
  margin: 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.35);
  color: #e8fbff;
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.ua-punch strong {
  color: #fff;
  font-weight: 650;
}

@media (max-width: 700px) {
  .ua-section {
    padding-top: 40px;
  }

  .ua-compare {
    width: min(760px, calc(100% - 28px));
    padding-top: 36px;
  }

  .ua-compare-2,
  .ua-eq,
  .ua-board {
    grid-template-columns: 1fr;
  }

  .ua-panel {
    padding-left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ua-keep-arrow,
  .ua-math-wrap,
  .ua-math-wrap::before {
    animation: none;
  }
}


/* Skills Store marketing count — Mike lock 2026-09-17 */
#skills-count {
  display: inline;
  margin-top: 0;
  margin-left: 0.35em;
  color: var(--home-cyan, #00e5ff);
  font-size: 0.9em;
  font-weight: 600;
  white-space: nowrap;
}
.ua-copy strong #skills-count {
  display: inline;
}
