@import url("https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@500;600&family=Nunito+Sans:wght@400;500;600&display=swap");

:root {
  color-scheme: dark light;
  --ink: #101113;
  --paper: #eff0ed;
  --mist: rgba(255, 255, 255, 0.68);
  --soft: rgba(16, 17, 19, 0.64);
  --line: rgba(255, 255, 255, 0.22);
  --pixel: "Pixelify Sans", "Courier New", monospace;
  --round: "Nunito Sans", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: #0f1012;
  color: var(--paper);
  font-family: var(--round);
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  min-height: 100vh;
  overflow-x: clip;
  background: #0f1012;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.hero-light {
  display: grid;
  grid-template-rows: auto 1fr auto;
  color: var(--ink);
  background: var(--paper);
}

.hero-light::after {
  background: linear-gradient(
    90deg,
    #f8f8f3 0%,
    #f8f8f3 34%,
    rgba(248, 248, 243, 0.82) 48%,
    rgba(248, 248, 243, 0.32) 64%,
    rgba(248, 248, 243, 0) 82%
  );
}

.hero-dark {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 92svh;
  background: #101113;
}

.hero-dark::after {
  background:
    radial-gradient(circle at 66% 48%, rgba(14, 15, 17, 0.04), rgba(14, 15, 17, 0.7) 42%, rgba(14, 15, 17, 0.98) 78%),
    linear-gradient(90deg, rgba(15, 16, 18, 0.98), rgba(15, 16, 18, 0.74) 45%, rgba(15, 16, 18, 0.1));
}

.hero > picture {
  position: absolute;
  inset: 0;
  z-index: -4;
  display: block;
  pointer-events: none;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-pixel-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  opacity: 0;
  pointer-events: none;
}

.hero-bg-portrait {
  display: none;
}

.hero-light .hero-bg {
  opacity: 0;
  object-position: center 70%;
  filter: saturate(1.34) contrast(1.08);
}

.hero-light.media-ready .hero-bg {
  opacity: 0.98;
  animation: smoothReveal 2600ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-light .hero-pixel-bg {
  opacity: 1;
  filter: saturate(1.42) contrast(1.12);
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.hero-light.media-ready .hero-pixel-bg {
  animation: pixelFade 2600ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-dark .hero-bg {
  opacity: 0.78;
  filter: saturate(0.88) contrast(1.08) brightness(0.74);
  transform: scaleX(-1);
}

.grain {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.05)),
    repeating-radial-gradient(circle at 23% 41%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 3px);
  mix-blend-mode: overlay;
}

@keyframes pixelFade {
  0% {
    opacity: 1;
    transform: scale(1.018);
  }

  42% {
    opacity: 0.84;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes smoothReveal {
  0% {
    filter: saturate(1.34) contrast(1.08) blur(14px);
    transform: scale(1.014);
  }

  100% {
    filter: saturate(1.34) contrast(1.08) blur(0);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-light .hero-bg,
  .hero-light .hero-pixel-bg {
    animation: none;
  }

  .hero-light.media-ready .hero-pixel-bg {
    opacity: 0;
  }

  .hero-light.media-ready .hero-bg {
    opacity: 0.98;
  }
}

.nav,
.lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  font-family: var(--round);
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
  font-weight: 600;
  text-transform: uppercase;
}

.nav a,
.lower a {
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.top-links {
  display: inline-flex;
  gap: clamp(16px, 2.5vw, 34px);
  align-items: center;
}

.nav a:hover,
.lower a:hover,
.quiet-link:hover {
  opacity: 0.7;
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  font-family: var(--pixel);
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 1;
  text-transform: lowercase;
}

.brand-lockup {
  align-self: center;
  width: min(780px, 100%);
  margin-left: clamp(0px, 5vw, 84px);
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2 {
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  color: #111214;
  font-family: var(--pixel);
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: 0.86;
}

.brand-lockup p {
  margin-top: clamp(14px, 1.8vw, 22px);
  color: rgba(17, 18, 20, 0.82);
  font-family: var(--round);
  font-size: clamp(0.92rem, 1.2vw, 1.18rem);
  font-weight: 700;
  text-transform: uppercase;
}

.quiet-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
  padding-right: clamp(0px, 5vw, 96px);
  font-family: var(--round);
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 160ms ease;
}

.hero-light .top-links,
.hero-light .quiet-link {
  color: rgba(248, 248, 243, 0.88);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.statement {
  align-self: center;
  width: min(700px, 100%);
  margin-left: clamp(0px, 4vw, 72px);
}

.eyebrow {
  margin-bottom: 22px;
  color: rgba(239, 240, 237, 0.58);
  font-family: var(--round);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  max-width: 760px;
  font-family: var(--round);
  font-size: clamp(2rem, 4.4vw, 4.6rem);
  line-height: 1;
}

.subcopy {
  max-width: 520px;
  margin-top: clamp(24px, 3vw, 38px);
  color: var(--mist);
  font-family: var(--round);
  font-size: clamp(1.12rem, 1.5vw, 1.55rem);
  font-weight: 500;
}

.lower {
  color: rgba(239, 240, 237, 0.76);
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 9vw, 132px) clamp(24px, 6vw, 84px);
}

.section-light {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 104px);
  color: var(--ink);
  background: #f2f3ef;
}

.section-flow {
  display: block;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.28) 38%, rgba(239, 240, 237, 0)),
    #f2f3ef;
}

.section-flow .section-copy {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 108px);
  align-items: start;
  color: var(--ink);
  background: #fbfbf7;
}

.section-team {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 108px);
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(90deg, #f2f3ef, #fbfbf7);
}

.section-compare,
.section-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 108px);
  color: var(--paper);
  background: #111214;
}

.section-faq {
  color: var(--ink);
  background: #fbfbf7;
}

.section-copy {
  max-width: 720px;
}

.section-copy h2,
.mode-copy h2 {
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 1.04;
}

.kicker {
  margin-bottom: 18px;
  color: rgba(16, 17, 19, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-dark .kicker,
.mode-copy .kicker,
.section-compare .kicker,
.section-faq .kicker {
  color: rgba(239, 240, 237, 0.62);
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 52px 0.34fr 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(16, 17, 19, 0.16);
}

.feature-list article:last-child {
  border-bottom: 1px solid rgba(16, 17, 19, 0.16);
}

.feature-list span {
  color: rgba(16, 17, 19, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
}

h3 {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  line-height: 1.1;
}

.feature-list p,
.mode-copy p,
.section-copy > p:not(.kicker) {
  margin: 18px 0 0;
  color: rgba(16, 17, 19, 0.66);
  font-size: clamp(0.98rem, 1.2vw, 1.16rem);
  line-height: 1.6;
}

.section-flow .section-copy > p:not(.kicker) {
  max-width: 560px;
}

.section-flow .section-copy h2 {
  font-size: clamp(2rem, 3vw, 3.35rem);
}

.flow-panel {
  display: grid;
  gap: 18px;
}

.flow-chart {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(16, 17, 19, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.26)),
    rgba(255, 255, 255, 0.24);
  box-shadow: 0 26px 70px rgba(16, 17, 19, 0.08);
}

.flow-node {
  position: relative;
  display: grid;
  min-height: 166px;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(16, 17, 19, 0.13);
  border-radius: 8px;
  background: rgba(251, 251, 247, 0.74);
}

.flow-arrow {
  display: grid;
  place-items: center;
  color: rgba(16, 17, 19, 0.34);
  font-size: 0.82rem;
  font-weight: 900;
}

.flow-node span,
.capability-grid span {
  color: rgba(16, 17, 19, 0.46);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flow-node h3 {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.flow-node p,
.capability-grid p {
  margin: 0;
  color: rgba(16, 17, 19, 0.62);
  font-size: 0.94rem;
  line-height: 1.5;
}

.flow-start,
.flow-end {
  background: #111214;
  color: rgba(239, 240, 237, 0.92);
}

.flow-start span,
.flow-end span {
  color: rgba(239, 240, 237, 0.48);
}

.flow-start p,
.flow-end p {
  color: rgba(239, 240, 237, 0.64);
}

.flow-exec {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(225, 237, 230, 0.58)),
    #fbfbf7;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.capability-grid article {
  display: grid;
  gap: 10px;
  min-height: 154px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(16, 17, 19, 0.12);
  border-radius: 8px;
  background: rgba(251, 251, 247, 0.58);
}

.section-compare .section-copy > p:not(.kicker) {
  color: rgba(239, 240, 237, 0.68);
}

.section-faq .section-copy > p:not(.kicker) {
  color: rgba(16, 17, 19, 0.68);
}

.tool-grid,
.workflow-grid,
.compare-grid {
  display: grid;
  gap: 14px;
}

.tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tool-chip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(16, 17, 19, 0.14);
  border-radius: 999px;
  color: rgba(16, 17, 19, 0.76);
  background: rgba(255, 255, 255, 0.28);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}

.tool-chip img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  object-fit: contain;
}

.team-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-height: 330px;
  align-items: center;
}

.team-map::before,
.team-map::after {
  position: absolute;
  inset: 50% 8%;
  z-index: 0;
  height: 1px;
  content: "";
  background: rgba(16, 17, 19, 0.16);
}

.team-map::after {
  transform: rotate(90deg);
}

.team-node {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: center;
  min-height: 118px;
  border: 1px solid rgba(16, 17, 19, 0.14);
  border-radius: 999px;
  background: rgba(251, 251, 247, 0.88);
  color: rgba(16, 17, 19, 0.7);
  text-align: center;
}

.team-node span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 17, 19, 0.12);
  border-radius: 50%;
  color: rgba(16, 17, 19, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
}

.team-node strong {
  font-size: 0.84rem;
}

.feya-node {
  grid-column: 2 / span 2;
  min-height: 150px;
  border-color: rgba(16, 17, 19, 0.26);
  background: #111214;
  color: rgba(239, 240, 237, 0.86);
}

.feya-node span {
  border-color: rgba(239, 240, 237, 0.22);
  color: #f2f3ef;
  font-family: var(--pixel);
  font-size: 2rem;
  line-height: 1;
}

.compare-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: stretch;
}

.compare-grid article,
.workflow-grid article {
  border: 1px solid rgba(239, 240, 237, 0.14);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
}

.compare-grid article {
  background: rgba(239, 240, 237, 0.035);
}

.vs-badge {
  align-self: center;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(239, 240, 237, 0.18);
  border-radius: 50%;
  color: rgba(239, 240, 237, 0.72);
  background: #111214;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.compare-grid h3,
.workflow-grid h3 {
  margin-bottom: 16px;
}

.compare-grid p {
  margin: 0;
  color: rgba(239, 240, 237, 0.68);
  line-height: 1.6;
}

.section-workflows {
  align-items: start;
}

.workflow-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workflow-grid article {
  border-color: rgba(16, 17, 19, 0.13);
}

.workflow-grid p {
  margin: 0;
  color: rgba(16, 17, 19, 0.64);
  line-height: 1.6;
}

.compact-list article {
  grid-template-columns: 52px 0.4fr 1fr;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border-top: 1px solid rgba(16, 17, 19, 0.14);
  color: rgba(16, 17, 19, 0.88);
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(16, 17, 19, 0.14);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 0;
  font-weight: 800;
}

.faq-list p {
  max-width: 680px;
  padding: 0 0 24px;
  color: rgba(16, 17, 19, 0.64);
  line-height: 1.6;
}

.section-image {
  display: grid;
  min-height: 74svh;
  place-items: center end;
  color: var(--paper);
  background: #111214;
}

.section-image > picture {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.section-image > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(0.9) brightness(0.72);
}

.section-image::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(17, 18, 20, 0.94), rgba(17, 18, 20, 0.54) 52%, rgba(17, 18, 20, 0.18)),
    radial-gradient(circle at 78% 48%, rgba(255, 255, 255, 0.12), transparent 32%);
}

.mode-copy {
  width: min(560px, 100%);
}

.mode-copy h2 {
  margin-bottom: 24px;
}

.mode-copy p:not(.kicker) {
  color: rgba(239, 240, 237, 0.74);
}

.section-dark {
  display: grid;
  grid-template-columns: 64px minmax(260px, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  min-height: 58svh;
  background:
    linear-gradient(135deg, #101113, #17181a 48%, #0d0e10);
}

.closing-mark {
  font-family: var(--pixel);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.8;
}

.section-dark .section-copy > p:not(.kicker) {
  color: rgba(239, 240, 237, 0.64);
}

.access-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(239, 240, 237, 0.28);
  border-radius: 999px;
  color: rgba(239, 240, 237, 0.84);
  font-size: 0.94rem;
  font-weight: 700;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.access-link:hover {
  color: var(--ink);
  background: rgba(239, 240, 237, 0.88);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 7vw, 108px);
  align-items: start;
  color: var(--ink);
  background:
    linear-gradient(135deg, #f8f8f3 0%, #eef2ef 56%, #fbfbf7 100%);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(16, 17, 19, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82) inset,
    0 24px 70px rgba(16, 17, 19, 0.09);
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: rgba(16, 17, 19, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 17, 19, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  padding: 13px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(16, 17, 19, 0.36);
  outline: none;
}

.contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #111214;
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.form-note {
  margin: 0;
  color: rgba(16, 17, 19, 0.54);
  font-size: 0.88rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(34px, 6vw, 70px) clamp(24px, 6vw, 84px);
  border-top: 1px solid rgba(239, 240, 237, 0.1);
  color: rgba(239, 240, 237, 0.74);
  background: #0f1012;
}

.footer-mark {
  display: block;
  margin-bottom: 16px;
  font-family: var(--pixel);
  font-size: 3rem;
  line-height: 0.8;
}

.site-footer p {
  max-width: 360px;
  color: rgba(239, 240, 237, 0.58);
  line-height: 1.5;
}

.site-footer h2 {
  max-width: none;
  margin-bottom: 18px;
  color: var(--paper);
  font-family: var(--round);
  font-size: clamp(1.65rem, 3.1vw, 3.4rem);
  font-weight: 900;
  line-height: 1.02;
  white-space: nowrap;
}

.site-footer h5 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--paper);
  font-family: var(--round);
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(239, 240, 237, 0.22);
  border-radius: 999px;
  color: #101113;
  background: rgba(239, 240, 237, 0.92);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.footer-cta:hover {
  color: #101113;
  background: #ffffff;
  transform: translateY(-1px);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
  max-width: 520px;
}

.site-footer a {
  color: rgba(239, 240, 237, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
}

.site-footer a:hover {
  color: var(--paper);
}

.site-footer .footer-cta,
.site-footer .footer-cta:hover {
  color: #101113;
  background: #ffffff;
}

.site-footer small {
  grid-column: 1 / -1;
  color: rgba(239, 240, 237, 0.42);
}

.legal-page {
  min-height: 100vh;
  padding: clamp(26px, 5vw, 64px);
  color: var(--paper);
  background: #101113;
}

.legal-shell {
  width: min(820px, 100%);
  margin: 0 auto;
}

.legal-shell .mark {
  margin-bottom: clamp(42px, 8vw, 90px);
}

.legal-shell h1 {
  color: var(--paper);
  font-family: var(--round);
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.98;
}

.legal-shell h2 {
  margin-top: 42px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.legal-shell p,
.legal-shell li {
  color: rgba(239, 240, 237, 0.68);
  line-height: 1.65;
}

.legal-shell a {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trial-page {
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(90deg, #fbfbf7 0%, rgba(251, 251, 247, 0.9) 42%, rgba(251, 251, 247, 0.32) 100%),
    url("/assets/feya-bg-portrait-1400.webp") center 70% / cover,
    #fbfbf7;
}

.trial-shell {
  min-height: 100vh;
  padding: clamp(24px, 5vw, 64px);
}

.trial-shell > .mark {
  color: var(--ink);
}

.trial-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: center;
  min-height: calc(100vh - clamp(48px, 10vw, 128px));
}

.trial-copy {
  max-width: 720px;
}

.trial-copy h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.trial-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(16, 17, 19, 0.72);
  font-size: clamp(1.05rem, 1.7vw, 1.34rem);
  font-weight: 650;
  line-height: 1.45;
}

.trial-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trial-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(16, 17, 19, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: rgba(16, 17, 19, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trial-form {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 34px 100px rgba(16, 17, 19, 0.18);
}

.offer-lockup {
  width: min(760px, 100%);
}

.offer-lockup .brand-name {
  width: fit-content;
  margin: 0 0 18px;
  color: rgba(17, 18, 20, 0.94);
  font-family: var(--pixel);
  font-size: clamp(3rem, 8vw, 7.2rem);
  font-weight: 600;
  line-height: 0.8;
  text-transform: lowercase;
}

.offer-lockup h1 {
  max-width: 650px;
  font-family: var(--round);
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.02;
}

.hero-line {
  max-width: 760px;
  margin-top: clamp(18px, 2.5vw, 34px);
  color: rgba(17, 18, 20, 0.86);
  font-size: clamp(1.8rem, 4vw, 4.1rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: none;
  text-wrap: balance;
}

.offer-lockup > p:not(.brand-name):not(.hero-line) {
  max-width: 600px;
  margin-top: 18px;
  color: rgba(17, 18, 20, 0.7);
  font-size: clamp(1.02rem, 1.4vw, 1.38rem);
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 3.5vw, 44px);
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(16, 17, 19, 0.18);
  border-radius: 999px;
  background: rgba(251, 251, 247, 0.58);
  color: rgba(16, 17, 19, 0.82);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.hero-actions a:hover {
  border-color: rgba(16, 17, 19, 0.34);
  background: rgba(251, 251, 247, 0.88);
  transform: translateY(-1px);
}

.hero-light .top-links {
  color: rgba(16, 17, 19, 0.78);
  text-shadow: none;
}

.hero-light .top-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(16, 17, 19, 0.12);
  border-radius: 999px;
  background: rgba(251, 251, 247, 0.48);
}

.proof-section,
.dashboard-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 108px);
  color: var(--paper);
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 90, 60, 0.12), transparent 34%),
    radial-gradient(circle at 18% 72%, rgba(96, 165, 250, 0.1), transparent 30%),
    #111214;
}

.proof-section .section-copy > p:not(.kicker),
.dashboard-section .section-copy > p:not(.kicker) {
  color: rgba(239, 240, 237, 0.68);
}

.proof-section .kicker,
.dashboard-section .kicker {
  color: rgba(239, 240, 237, 0.58);
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.client-grid article {
  display: grid;
  gap: 16px;
  min-height: 300px;
  align-content: space-between;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(239, 240, 237, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.client-grid span {
  color: rgba(239, 240, 237, 0.5);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.client-grid h3 {
  color: rgba(239, 240, 237, 0.94);
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  line-height: 1;
}

.client-grid p {
  margin: 0;
  color: rgba(239, 240, 237, 0.64);
  line-height: 1.55;
}

.case-study {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 16px;
  align-content: start;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(239, 240, 237, 0.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 90, 60, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.case-person {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(239, 240, 237, 0.12);
  border-radius: 10px;
  background: rgba(239, 240, 237, 0.045);
}

.case-photo {
  display: grid;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(239, 240, 237, 0.92), rgba(185, 193, 183, 0.76)),
    #eff0ed;
  color: #111214;
  font-family: var(--pixel);
  font-size: 3rem;
  line-height: 1;
}

.case-person strong,
.case-person span,
.case-number strong,
.case-number span {
  display: block;
}

.case-person strong {
  color: rgba(239, 240, 237, 0.94);
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
}

.case-person span,
.case-number span {
  color: rgba(239, 240, 237, 0.56);
  line-height: 1.35;
}

.case-number {
  display: grid;
  gap: 8px;
  min-height: 112px;
  align-content: center;
  padding: 16px;
  border: 1px solid rgba(239, 240, 237, 0.12);
  border-radius: 10px;
  background: rgba(239, 240, 237, 0.045);
}

.case-number strong {
  color: rgba(239, 240, 237, 0.96);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 0.82;
  font-variant-numeric: tabular-nums;
}

.case-study > p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(239, 240, 237, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.62;
}

.learn-loop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 19, 0.14);
  border-radius: 12px;
  background: rgba(16, 17, 19, 0.14);
}

.learn-loop article {
  display: grid;
  gap: 16px;
  min-height: 260px;
  align-content: start;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.36)),
    #f2f3ef;
}

.learn-loop article:nth-child(2),
.learn-loop article:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(226, 236, 232, 0.38)),
    #edf1ed;
}

.learn-loop span {
  color: rgba(16, 17, 19, 0.42);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.learn-loop h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1;
}

.learn-loop p {
  margin: 0;
  color: rgba(16, 17, 19, 0.62);
  line-height: 1.5;
}

.capability-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.capability-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(16, 17, 19, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(16, 17, 19, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.handles-section {
  display: block;
  background:
    linear-gradient(
      90deg,
      #f8f8f3 0%,
      #f8f8f3 34%,
      rgba(248, 248, 243, 0.84) 50%,
      rgba(217, 226, 214, 0.62) 70%,
      rgba(244, 221, 218, 0.46) 100%
    ),
    url("/assets/feya-bg-wide-1200.webp") center / cover,
    #f2f3ef;
}

.handles-section .section-copy {
  max-width: 760px;
  margin-bottom: clamp(26px, 4vw, 48px);
}

.handles-section .section-copy h2 {
  max-width: 680px;
  font-size: clamp(1.95rem, 3.1vw, 3.55rem);
  line-height: 1.05;
}

.handles-grid {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  align-items: stretch;
  gap: 12px;
}

.handles-grid article {
  display: grid;
  gap: 14px;
  min-height: 235px;
  align-content: start;
  padding: clamp(18px, 1.7vw, 24px);
  border: 1px solid rgba(16, 17, 19, 0.11);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.64);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 55px rgba(16, 17, 19, 0.12);
  backdrop-filter: blur(8px);
}

.handles-grid h3 {
  max-width: 13ch;
  font-size: clamp(0.98rem, 1.14vw, 1.18rem);
  line-height: 1.1;
}

.handles-grid p {
  font-size: clamp(0.84rem, 0.92vw, 0.94rem);
  line-height: 1.5;
}

.approval-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.82fr);
  gap: clamp(36px, 7vw, 108px);
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(120deg, #f8f8f3 0%, #f0f3ee 48%, #fbfbf7 100%);
}

.provider-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.provider-icons span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(16, 17, 19, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: rgba(16, 17, 19, 0.78);
  font-size: 0.84rem;
  font-weight: 900;
}

.provider-icons img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.provider-icons .more-provider {
  color: rgba(16, 17, 19, 0.52);
}

.telegram-shot {
  justify-self: end;
  width: min(440px, 100%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 19, 0.13);
  border-radius: 28px;
  background: #eff0ed;
  box-shadow: 0 32px 90px rgba(16, 17, 19, 0.22);
}

.telegram-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.dashboard-section {
  grid-template-columns: minmax(260px, 0.58fr) minmax(420px, 1fr);
  align-items: center;
}

.dashboard-visual {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(239, 240, 237, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(28, 37, 51, 0.9), rgba(17, 22, 31, 0.92)),
    #11161f;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 28px 90px rgba(0, 0, 0, 0.34);
}

.dash-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(239, 240, 237, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
}

.dash-top i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px #34d399;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.kpi-grid article {
  display: grid;
  gap: 8px;
  min-height: 128px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(239, 240, 237, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.kpi-grid span,
.kpi-grid small {
  color: rgba(239, 240, 237, 0.48);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.kpi-grid strong {
  color: rgba(239, 240, 237, 0.95);
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}

.dash-lower {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.approval-feed,
.signal-chart {
  min-height: 260px;
  border: 1px solid rgba(239, 240, 237, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.approval-feed {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.approval-feed h3 {
  color: rgba(239, 240, 237, 0.86);
  font-size: 0.92rem;
}

.approval-feed p {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(239, 240, 237, 0.1);
}

.approval-feed strong {
  color: rgba(239, 240, 237, 0.88);
}

.approval-feed span {
  color: rgba(239, 240, 237, 0.56);
  font-size: 0.88rem;
  line-height: 1.45;
}

.signal-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(96, 165, 250, 0.08), transparent),
    rgba(255, 255, 255, 0.035);
}

.signal-chart span {
  flex: 1;
  min-width: 12px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #ff8a73, #ff5a3c);
  box-shadow: 0 10px 28px rgba(255, 90, 60, 0.18);
}

.process-list article,
.control-list article {
  grid-template-columns: 96px minmax(160px, 0.45fr) 1fr;
}

.process-section {
  background:
    linear-gradient(90deg, #fbfbf7 0%, #f1f4f0 100%);
}

.process-list {
  gap: 0;
  border-left: 1px solid rgba(16, 17, 19, 0.16);
}

.process-list article {
  position: relative;
  padding: 0 0 34px 34px;
  border: 0;
}

.process-list article::before {
  position: absolute;
  top: 2px;
  left: -7px;
  width: 13px;
  height: 13px;
  border: 2px solid #fbfbf7;
  border-radius: 50%;
  background: #111214;
  content: "";
}

.process-list span {
  color: rgba(16, 17, 19, 0.5);
}

.control-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 108px);
  background: #111214;
  color: var(--paper);
}

.control-section .section-copy > p:not(.kicker) {
  color: rgba(239, 240, 237, 0.68);
}

.control-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.control-list article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(239, 240, 237, 0.12);
  border-radius: 8px;
  background: rgba(239, 240, 237, 0.045);
}

.control-list article:last-child {
  border-bottom: 1px solid rgba(239, 240, 237, 0.12);
}

.control-list span {
  color: rgba(239, 240, 237, 0.48);
}

.control-list h3 {
  color: rgba(239, 240, 237, 0.92);
}

.control-list p {
  color: rgba(239, 240, 237, 0.62);
}

.audience-section {
  background: #fbfbf7;
}

.owner-note {
  display: grid;
  gap: 24px;
  align-content: start;
}

.owner-note > p {
  color: rgba(16, 17, 19, 0.84);
  font-size: clamp(1.35rem, 2.6vw, 2.45rem);
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}

.mini-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-tools span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(16, 17, 19, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 30px rgba(16, 17, 19, 0.08);
}

.mini-tools img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

@media (max-width: 780px) {
  .hero {
    padding: 22px;
  }

  .hero-bg-wide {
    display: none;
  }

  .hero-bg-portrait {
    display: block;
  }

  .hero-light::after {
    background: linear-gradient(
      90deg,
      #f8f8f3 0%,
      #f8f8f3 38%,
      rgba(248, 248, 243, 0.76) 58%,
      rgba(248, 248, 243, 0.14) 86%
    );
  }

  .nav {
    font-size: 0.78rem;
  }

  .brand-lockup,
  .statement {
    margin-left: 0;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 5.6rem);
  }

  h2 {
    font-size: clamp(1.9rem, 8vw, 3.6rem);
  }

  .quiet-link {
    justify-self: start;
    padding-right: 0;
  }

  .lower {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-light,
  .section-flow,
  .section-dark,
  .section-split,
  .section-team,
  .section-compare,
  .section-faq,
  .proof-section,
  .dashboard-section,
  .control-section,
  .approval-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .feature-list article {
    grid-template-columns: 42px 1fr;
  }

  .feature-list p {
    grid-column: 2;
  }

  .tool-grid,
  .compare-grid,
  .workflow-grid,
  .capability-grid,
  .handles-grid,
  .learn-loop,
  .client-grid,
  .kpi-grid,
  .control-list,
  .dash-lower {
    grid-template-columns: 1fr;
  }

  .offer-lockup .brand-name {
    font-size: clamp(3rem, 15vw, 5.8rem);
  }

  .offer-lockup h1 {
    font-size: clamp(1.8rem, 8vw, 3.2rem);
  }

  .hero-line {
    font-size: clamp(1.75rem, 9vw, 3.1rem);
  }

  .hero-actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .client-grid article,
  .case-study,
  .learn-loop article,
  .handles-grid article,
  .control-list article {
    min-height: auto;
  }

  .case-study {
    grid-template-columns: 1fr;
  }

  .telegram-shot {
    justify-self: stretch;
  }

  .process-list article,
  .control-list article {
    grid-template-columns: 1fr;
  }

  .process-list p,
  .control-list p {
    grid-column: auto;
  }

  .vs-badge {
    justify-self: center;
    width: 46px;
    height: 46px;
  }

  .flow-chart {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-arrow {
    min-height: 20px;
    transform: rotate(90deg);
  }

  .flow-node {
    min-height: auto;
  }

  .team-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
  }

  .team-map::before,
  .team-map::after {
    display: none;
  }

  .feya-node {
    grid-column: 1 / -1;
  }

  .tool-chip {
    min-height: 50px;
  }

  .section-image {
    place-items: end start;
  }

  .trial-page {
    background:
      linear-gradient(180deg, rgba(251, 251, 247, 0.94), rgba(251, 251, 247, 0.72)),
      url("/assets/feya-bg-portrait-900.webp") center 70% / cover,
      #fbfbf7;
  }

  .trial-hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding-top: 64px;
  }
}

@media (max-width: 440px) {
  .hero {
    min-height: auto;
    padding: 18px;
  }

  .nav {
    align-items: flex-start;
    gap: 12px;
  }

  .top-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(230px, 70vw);
    gap: 8px;
  }

  .hero-light .top-links a {
    justify-content: center;
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.66rem;
  }

  .offer-lockup {
    align-self: start;
    margin-top: clamp(72px, 18vh, 120px);
  }

  .offer-lockup .brand-name {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .offer-lockup h1 {
    max-width: 320px;
    font-size: clamp(1.65rem, 8vw, 2.65rem);
    line-height: 1.05;
  }

  .offer-lockup > p:not(.brand-name):not(.hero-line) {
    max-width: 320px;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .section {
    padding: 54px 18px;
  }

  h2,
  .section-copy h2,
  .handles-section .section-copy h2 {
    font-size: clamp(1.65rem, 9vw, 2.55rem);
    line-height: 1.08;
  }

  .proof-section,
  .dashboard-section,
  .control-section {
    gap: 28px;
  }

  .case-person {
    align-items: flex-start;
  }

  .case-photo {
    width: 58px;
    height: 58px;
    font-size: 2.3rem;
  }

  .case-number strong {
    font-size: 3rem;
  }

  .handles-section {
    background:
      linear-gradient(90deg, rgba(248, 248, 243, 0.95), rgba(248, 248, 243, 0.72)),
      url("/assets/feya-bg-portrait-900.webp") center / cover,
      #f2f3ef;
  }

  .handles-grid {
    gap: 10px;
  }

  .handles-grid article {
    padding: 18px;
    border-radius: 12px;
  }

  .handles-grid h3 {
    max-width: none;
  }

  .provider-icons {
    gap: 8px;
  }

  .provider-icons span {
    min-height: 38px;
    padding: 0 11px;
    font-size: 0.76rem;
  }

  .provider-icons img {
    width: 18px;
    height: 18px;
  }

  .telegram-shot {
    border-radius: 18px;
  }

  .dashboard-visual {
    padding: 14px;
    border-radius: 10px;
  }

  .kpi-grid article,
  .approval-feed,
  .signal-chart {
    min-height: auto;
  }

  .signal-chart {
    min-height: 150px;
    padding: 16px;
  }

  .section-dark {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
  }

  .access-link {
    width: 100%;
  }

  .contact-form {
    padding: 18px;
  }

  .site-footer {
    align-items: start;
    padding: 42px 18px;
  }

  .site-footer h5 {
    font-size: clamp(1.9rem, 11vw, 3.4rem);
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .trial-shell {
    padding: 22px;
  }

  .trial-hero {
    padding-top: 64px;
  }

  .trial-copy h1 {
    font-size: clamp(2.6rem, 15vw, 4.7rem);
  }

  .trial-points {
    margin-top: 22px;
  }
}
