@import url("./seqtaDefault.css");

body.v2.press-system {
  --press-bg: #061217;
  --press-surface: #152126;
  --press-surface-soft: #1a2a30;
  --press-surface-strong: #243a43;
  --press-line: rgba(166, 224, 233, 0.14);
  --press-line-strong: rgba(166, 224, 233, 0.26);
  --press-text: #edfafd;
  --press-muted: #afd5db;
  --press-pink: #a6e0e9;
  --press-pink-deep: #67aebb;
  --press-orange: #d4f3f7;
  --press-orange-deep: #8bc9d3;
  --press-glow: -10px 14px 28px rgba(4, 17, 21, 0.34);
  background:
    radial-gradient(920px 520px at 0% 0%, rgba(166, 224, 233, 0.18), transparent 62%),
    radial-gradient(760px 420px at 100% 0%, rgba(212, 243, 247, 0.13), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--press-bg);
}

body.v2.press-system .v2-nav a:hover,
body.v2.press-system .v2-nav a[aria-current="page"] {
  color: #c4f4fb;
}

.press-intro-card::after,
.press-feature-card::before,
.press-contact-card::before {
  background: radial-gradient(circle, rgba(166, 224, 233, 0.18), transparent 70%);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .press-section-title {
    background: linear-gradient(135deg, #f3fdff 6%, #a6e0e9 48%, #d4f3f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
