:root {
  --c-surface-1: rgba(255, 255, 255, 0.03);
  --c-surface-2: rgba(10, 14, 39, 0.55);
  --c-border-soft: rgba(148, 163, 184, 0.22);
  --c-border-green: rgba(34, 197, 94, 0.3);
  --c-border-green-strong: rgba(34, 197, 94, 0.55);
  --c-green-tint: rgba(34, 197, 94, 0.07);
  --c-green-tint-hover: rgba(34, 197, 94, 0.16);
  --ui-snap: cubic-bezier(0.2, 0, 0, 1);
}

.ui-card {
  position: relative;
  background: var(--c-surface-1);
  border: 1px solid var(--c-border-soft);
  border-radius: 0;
  padding: 1.5rem 1.6rem;
}

.ui-card--green {
  background: var(--c-green-tint);
  border-color: var(--c-border-green);
}

.ui-kicker {
  margin: 0 0 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-green-light);
}

.ui-chip {
  display: inline-block;
  padding: 0.55rem 1.05rem;
  border-radius: 0;
  background: var(--c-green-tint);
  border: 1px solid var(--c-border-green);
  color: #e5e7eb;
  font-size: 0.92rem;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.14s var(--ui-snap), border-color 0.14s var(--ui-snap), color 0.14s var(--ui-snap), transform 0.14s var(--ui-snap);
}
.ui-chip:hover {
  background: var(--c-green-tint-hover);
  border-color: var(--c-border-green-strong);
  color: #fff;
  transform: translate(1px, -1px);
}
.ui-chip:focus-visible { outline: 2px solid var(--c-green); outline-offset: 3px; }

.article-card {
  position: relative;
}
.ui-corners::before,
.ui-corners::after,
.article-card::before,
.article-card::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 0 solid var(--c-green);
  opacity: 0;
  pointer-events: none;
  transition: width 0.16s var(--ui-snap), height 0.16s var(--ui-snap), opacity 0.16s var(--ui-snap);
}
.ui-corners::before,
.article-card::before {
  top: -1px;
  left: -1px;
  border-top-width: 2px;
  border-left-width: 2px;
}
.ui-corners::after,
.article-card::after {
  bottom: -1px;
  right: -1px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.ui-corners:hover::before,
.ui-corners:hover::after,
.ui-corners:focus-within::before,
.ui-corners:focus-within::after,
.article-card:hover::before,
.article-card:hover::after {
  width: 26px;
  height: 26px;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ui-chip,
  .ui-corners::before,
  .ui-corners::after,
  .article-card::before,
  .article-card::after { transition: none; }
}

.cube {
  position: relative;
  width: var(--s);
  height: var(--s);
  transform-style: preserve-3d;
  will-change: transform;
}

.cube i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.015);
  box-shadow: 0 0 18px rgba(134, 239, 172, 0.06) inset;
}

.cube .cf-front  { transform: translateZ(calc(var(--s) / 2)); }
.cube .cf-back   { transform: rotateY(180deg) translateZ(calc(var(--s) / 2)); }
.cube .cf-left   { transform: rotateY(-90deg) translateZ(calc(var(--s) / 2)); }
.cube .cf-right  { transform: rotateY(90deg) translateZ(calc(var(--s) / 2)); }
.cube .cf-top    { transform: rotateX(90deg) translateZ(calc(var(--s) / 2)); }
.cube .cf-bottom { transform: rotateX(-90deg) translateZ(calc(var(--s) / 2)); }

.cube-g { --s: 54px; animation: cubeSpinA 14s linear infinite; }

@keyframes cubeSpinA {
  from { transform: rotateX(12deg) rotateY(0deg); }
  to   { transform: rotateX(372deg) rotateY(360deg); }
}

.gcta-inner { position: relative; }

.gcta-cube {
  position: absolute;
  top: -74px;
  right: 6%;
  z-index: 3;
  perspective: 700px;
  pointer-events: none;
  opacity: 0.75;
}

@media (max-width: 960px) {
  .gcta-cube { display: none; }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .article-content,
    .articles-grid,
    .home-seo-inner,
    .rf-more,
    .svc-inner,
    .gcta-inner {
      animation: ui-rise linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 65%;
    }
  }
}

@keyframes ui-rise {
  from { opacity: 0.15; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .cube { animation: none; }
}

::selection {
  background: rgba(34, 197, 94, 0.85);
  color: #04140a;
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 197, 94, 0.45) rgba(5, 10, 24, 0.9);
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: rgba(5, 10, 24, 0.9); }
::-webkit-scrollbar-thumb {
  background: rgba(34, 197, 94, 0.4);
  border: 2px solid rgba(5, 10, 24, 0.9);
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover { background: rgba(34, 197, 94, 0.65); }

.sp-section-head h2,
.svc-headline {
  background: linear-gradient(180deg, #ffffff 30%, #b9c6da 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}
