/* =========================================================================
   RTH — Səhifəyə xas bloklar
   ========================================================================= */

/* =========================================================================
   1. Hero (ana səhifə)
   ========================================================================= */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(100svh, 940px);
  padding-top: calc(var(--header-h) + var(--space-7));
  padding-bottom: var(--space-8);
  overflow: hidden;
}

.hero__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: var(--canvas-opacity);
  mask-image: radial-gradient(ellipse 82% 78% at 50% 45%, #000 22%, transparent 82%);
  -webkit-mask-image: radial-gradient(ellipse 82% 78% at 50% 45%, #000 22%, transparent 82%);
}

.hero__aura-1 {
  top: -18%;
  left: -12%;
  width: min(720px, 82vw);
  height: min(720px, 82vw);
}

.hero__aura-2 {
  right: -16%;
  bottom: -22%;
  width: min(640px, 76vw);
  height: min(640px, 76vw);
}

/* Fondakı nəhəng loqo işarəsi */
.hero__ghost {
  position: absolute;
  right: -6%;
  top: 50%;
  width: min(660px, 62vw);
  transform: translateY(-50%);
  opacity: var(--ghost-opacity);
  z-index: 0;
  pointer-events: none;
  animation: floatY 14s var(--ease-in-out) infinite;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 1080px) {
  .hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: var(--space-9);
  }
}

.hero__content {
  display: grid;
  gap: var(--space-5);
  justify-items: start;
  max-width: 46rem;
}

/* Hero-dakı status nişanları — dar ekranda alt-alta düşür */
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

/* Başlıq mətni uzun olduğu üçün `--fs-4xl`-dən bir qədər kiçikdir —
   böyük ekranda üç sətirdə yerləşsin deyə. */
.hero__title {
  font-size: clamp(2.3rem, 1.45rem + 3.7vw, 4.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

/* Vurğulanan hissə. Söz-söz açılma zamanı mətn `.split-w > i` içinə düşdüyü
   üçün qradiyent hər iki səviyyəyə verilir — əks halda görünməz qalır. */
.hero__title em,
.hero__title em .split-w > i {
  font-style: normal;
  background: linear-gradient(104deg, var(--brand-blue-300) 0%, var(--brand-red-300) 100%);
  background-size: 190% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientShift 8s var(--ease-in-out) infinite;
}

.hero__lead {
  font-size: var(--fs-md);
  line-height: var(--lh-loose);
  color: var(--text-secondary);
  max-width: 54ch;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-2);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5) var(--space-6);
  margin-top: var(--space-4);
  padding-top: var(--space-5);
  border-top: 1px solid var(--border);
  width: 100%;
}

.hero__meta div {
  display: grid;
  gap: 0.2rem;
}

.hero__meta dt {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--text-faint);
}

.hero__meta dd {
  font-family: var(--font-display);
  font-size: var(--fs-md);
  font-weight: 700;
  color: var(--text);
}

/* Sağdakı üzən panel */
.hero__panel {
  position: relative;
  display: none;
}

@media (min-width: 1080px) {
  .hero__panel {
    display: block;
  }
}

.orbit {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
}

.orbit__ring {
  position: absolute;
  inset: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
}

.orbit__ring:nth-child(2) {
  inset: 13%;
  border-color: rgba(34, 119, 213, 0.22);
  border-style: dashed;
  animation: spin 46s linear infinite;
}

.orbit__ring:nth-child(3) {
  inset: 27%;
  border-color: rgba(209, 65, 36, 0.18);
}

.orbit__core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(34, 119, 213, 0.28), var(--orbit-core-bg) 70%);
  border: 1px solid var(--border-brand);
  box-shadow: 0 0 70px -12px rgba(34, 119, 213, 0.6);
}

.orbit__core svg {
  width: 58%;
}

.orbit__chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1rem;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--text-secondary);
  background: var(--scrim-float);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}

.orbit__chip svg {
  width: 15px;
  height: 15px;
  color: var(--brand-blue-400);
}

.orbit__chip--1 {
  top: 4%;
  left: -6%;
  animation: floatY 8s var(--ease-in-out) infinite;
}
.orbit__chip--2 {
  top: 42%;
  right: -3%;
  animation: floatY 9.5s var(--ease-in-out) -2s infinite;
}
.orbit__chip--3 {
  bottom: 6%;
  left: 4%;
  animation: floatY 7.5s var(--ease-in-out) -4s infinite;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 3vh, 2.4rem);
  transform: translateX(-50%);
  z-index: 3;
}

@media (max-width: 720px) {
  .hero__scroll {
    display: none;
  }
}

/* =========================================================================
   2. Daxili səhifə başlığı
   ========================================================================= */
.page-hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(3.5rem, 2rem + 6vw, 7rem));
  padding-bottom: clamp(2.5rem, 1.5rem + 4vw, 5rem);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.page-hero__aura {
  top: -40%;
  left: 42%;
  width: min(760px, 92vw);
  height: min(760px, 92vw);
  transform: translateX(-50%);
  opacity: 0.4;
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: var(--space-4);
  max-width: 60rem;
}

.page-hero h1 {
  font-size: var(--fs-3xl);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  color: var(--text-faint);
  flex-wrap: wrap;
}

.breadcrumb a:hover {
  color: var(--brand-blue-400);
}

.breadcrumb span[aria-hidden] {
  opacity: 0.45;
}

/* =========================================================================
   3. Bento şəbəkəsi (üstünlüklər)
   ========================================================================= */
.bento {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: 1fr;
}

@media (min-width: 760px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento__cell--wide {
    grid-column: span 2;
  }
}

@media (min-width: 1080px) {
  .bento {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(180px, auto);
  }
  .bento__cell {
    grid-column: span 2;
  }
  .bento__cell--wide {
    grid-column: span 3;
  }
  .bento__cell--tall {
    grid-column: span 2;
    grid-row: span 2;
  }
  .bento__cell--full {
    grid-column: span 6;
  }
}

.bento__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: clamp(1.4rem, 1.1rem + 0.9vw, 2rem);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-out),
    background-color var(--dur-base) var(--ease-out);
}

.bento__cell:hover {
  border-color: var(--border-strong);
  background: var(--surface-hover);
}

.bento__cell h3 {
  font-size: var(--fs-md);
}

.bento__cell p {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  line-height: var(--lh-loose);
}

.bento__cell--accent {
  background: var(--grad-brand-soft);
  border-color: var(--border-brand);
}

/* Tam enli xana yatay lentə çevrilir ki, boş sahə qalmasın */
@media (min-width: 900px) {
  .bento__cell--full {
    flex-direction: row;
    align-items: center;
    gap: var(--space-5);
  }
  .bento__cell--full .bento__body {
    display: grid;
    gap: 0.4rem;
  }
}

.bento__kpi {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 1.4rem + 2.2vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--brand-blue-400);
  margin-top: auto;
}

.bento__glyph {
  position: absolute;
  right: -14%;
  bottom: -18%;
  width: 55%;
  opacity: 0.06;
  pointer-events: none;
}

/* =========================================================================
   4. Məhsul (1C) blokları
   ========================================================================= */
.product {
  display: grid;
  gap: var(--space-6);
  padding: clamp(1.6rem, 1.1rem + 1.6vw, 2.8rem);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
}

@media (min-width: 900px) {
  .product {
    grid-template-columns: 0.95fr 1.05fr;
    gap: var(--space-8);
    align-items: center;
  }
  .product--flip .product__visual {
    order: -1;
  }
}

.product__head {
  display: grid;
  gap: var(--space-4);
  align-content: start;
}

.product__tag {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--brand-red-400);
}

.product__visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg);
  background: radial-gradient(circle at 50% 42%, rgba(34, 119, 213, 0.14), transparent 68%),
    var(--bg-elevated);
  border: 1px solid var(--border);
  overflow: hidden;
}

.product__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--grid-line-strong) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-strong) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 74%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000, transparent 74%);
}

.product__visual svg,
.product__visual img {
  position: relative;
  z-index: 1;
  width: 44%;
  max-width: 180px;
  opacity: 0.9;
  filter: drop-shadow(0 0 34px rgba(34, 119, 213, 0.4));
  animation: floatY 9s var(--ease-in-out) infinite;
}

/* Məhsul qutusu / cihaz fotosu — ikondan böyük göstərilir */
.product__visual .product__shot {
  width: min(74%, 320px);
  max-width: none;
  opacity: 1;
  filter: drop-shadow(var(--shot-shadow));
  animation: floatY 10s var(--ease-in-out) infinite;
}

/* Bir bölmədə bir neçə cihaz (e-kassa) */
.device-grid__label {
  position: relative;
  z-index: 1;
  margin-bottom: -0.4rem;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--text-faint);
  text-align: center;
}

/* Cihaz qalereyası olan lövhə sabit nisbətdən azad olur */
.product__visual:has(.device-grid) {
  aspect-ratio: auto;
  min-height: min(360px, 62vw);
  align-content: center;
}

.device-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.5rem, 1.5vw, 1.1rem);
  width: 100%;
  padding: clamp(0.9rem, 2vw, 1.6rem);
}

.device {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.5rem;
  justify-items: center;
  padding: 0.9rem 0.7rem 0.7rem;
  background: var(--scrim-float);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: border-color var(--dur-base) var(--ease-out),
    transform var(--dur-base) var(--ease-out);
}

.device:hover {
  border-color: var(--border-brand);
  transform: translateY(-3px);
}

.device img {
  width: auto;
  max-width: 100%;
  max-height: clamp(74px, 9vw, 118px);
  object-fit: contain;
  filter: drop-shadow(var(--shot-shadow));
}

.device figcaption {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
}

/* =========================================================================
   Müştəri loqoları
   Loqolar müxtəlif mənbələrdən gəldiyi üçün bəzilərinin öz fonu var
   (qırmızı, tünd yaşıl və s.). Ona görə hamısı eyni ağ lövhəyə yerləşdirilir —
   bu, həm tünd, həm açıq temada vahid və səliqəli görünür.
   ========================================================================= */
.logo-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  /* Sıra hündürlüyü sabitdir — əks halda şəbəkə lövhələri ən hündür loqoya
     görə dartır və `aspect-ratio` işləmir. */
  grid-auto-rows: clamp(88px, 7.6vw, 112px);
  gap: var(--space-3);
}

.logo-tile {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out),
    border-color var(--dur-base) var(--ease-out),
    box-shadow var(--dur-base) var(--ease-out);
}

.logo-tile:hover {
  transform: translateY(-4px);
  border-color: var(--border-brand);
  box-shadow: var(--shadow-md);
}

/* Şəkil mütləq mövqelənir: belədə hündürlük faizi həmişə lövhənin ölçüsünə
   görə həll olunur. `height: 100%` şəbəkə sahəsi içində etibarsızdır —
   kvadrat loqolar (Babor, GreenTech) lövhədən kənara çıxırdı. */
.logo-tile img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.9rem 1.05rem;
  object-fit: contain;
  object-position: center;
  transition: transform var(--dur-base) var(--ease-out);
}

.logo-tile:hover img {
  transform: scale(1.06);
}

/* Səhifə başlığındakı rəsmi tərəfdaş nişanı */
.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: var(--space-2);
  padding: 0.5rem 1rem 0.5rem 0.55rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  font-size: var(--fs-xs);
  font-family: var(--font-mono);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--text-secondary);
  justify-self: start;
}

.hero-brand img {
  height: 30px;
  width: auto;
  padding: 0.2rem 0.4rem;
  background: #ffffff;
  border-radius: var(--r-full);
}

/* Tərəfdaş nişanı (1C: Franchising kimi rəsmi loqolar) */
.partner-badge {
  display: grid;
  place-items: center;
  width: fit-content;
  padding: 0.85rem 1.15rem;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
}

.partner-badge img {
  height: clamp(38px, 4vw, 52px);
  width: auto;
}

/* Sonsuz sürüşən loqo lenti (ana səhifə) */
.marquee--logos {
  border: 0;
  padding-block: 0;
}

.marquee--logos .marquee__track {
  gap: var(--space-3);
  animation-duration: 64s;
  align-items: center;
}

.marquee--logos .logo-tile {
  width: 172px;
  height: 104px;
  flex: 0 0 auto;
}

@media (prefers-reduced-motion: reduce) {
  .marquee--logos .marquee__track {
    flex-wrap: wrap;
  }
}

.product__pill {
  position: absolute;
  z-index: 2;
  padding: 0.45rem 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  background: var(--scrim-float);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  backdrop-filter: blur(10px);
}

.product__pill--a {
  top: 12%;
  left: 8%;
}
.product__pill--b {
  bottom: 14%;
  right: 8%;
}

/* =========================================================================
   5. Müqayisə cədvəli
   ========================================================================= */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--surface);
  -webkit-overflow-scrolling: touch;
}

table.cmp {
  width: 100%;
  /* 6 sütun (imkan + 5 məhsul) — dar ekranda cədvəl üfüqi sürüşür */
  min-width: 920px;
  border-collapse: collapse;
  font-size: var(--fs-sm);
}

table.cmp th,
table.cmp td {
  padding: 1rem 1.15rem;
  text-align: start;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

table.cmp thead th {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--text-faint);
  background: var(--bg-elevated);
  position: sticky;
  top: 0;
}

table.cmp tbody th {
  font-weight: 600;
  color: var(--text);
}

table.cmp td {
  color: var(--text-muted);
}

table.cmp tbody tr:last-child th,
table.cmp tbody tr:last-child td {
  border-bottom: 0;
}

table.cmp tbody tr:hover td,
table.cmp tbody tr:hover th {
  background: var(--row-hover);
}

.dot-yes,
.dot-no {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}

.dot-yes {
  background: rgba(53, 201, 138, 0.14);
  color: var(--success);
}

.dot-no {
  background: var(--surface-strong);
  color: var(--text-faint);
}

.dot-yes svg,
.dot-no svg {
  width: 12px;
  height: 12px;
}

/* =========================================================================
   6. Komanda / müştəri yerləri
   ========================================================================= */
.slot-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.slot {
  display: grid;
  place-items: center;
  gap: 0.6rem;
  aspect-ratio: 3 / 2;
  padding: var(--space-4);
  text-align: center;
  background: var(--surface);
  border: 1px dashed var(--border);
  border-radius: var(--r-md);
  color: var(--text-faint);
  font-size: var(--fs-xs);
  transition: all var(--dur-base) var(--ease-out);
}

.slot:hover {
  border-color: var(--border-brand);
  color: var(--text-muted);
}

.slot svg {
  width: 22px;
  height: 22px;
  opacity: 0.5;
}

.person {
  display: grid;
  gap: var(--space-3);
  padding: var(--space-5);
  text-align: center;
  justify-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: all var(--dur-base) var(--ease-out);
}

.person:hover {
  border-color: var(--border-brand);
  transform: translateY(-4px);
}

.person__avatar {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--grad-brand-soft);
  border: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--brand-blue-300);
}

.person__name {
  font-family: var(--font-display);
  font-size: var(--fs-base);
  font-weight: 700;
}

.person__role {
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

/* =========================================================================
   7. Sektorlar
   ========================================================================= */
.sectors {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.sector {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.15rem;
  font-size: var(--fs-sm);
  font-weight: 550;
  color: var(--text-secondary);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  transition: all var(--dur-base) var(--ease-out);
}

.sector:hover {
  color: #fff;
  border-color: var(--border-brand);
  background: rgba(34, 119, 213, 0.1);
  transform: translateY(-2px);
}

.sector svg {
  width: 16px;
  height: 16px;
  color: var(--brand-blue-400);
}

/* =========================================================================
   8. Böyük CTA lenti
   ========================================================================= */
.cta-band {
  position: relative;
  display: grid;
  gap: var(--space-5);
  justify-items: center;
  text-align: center;
  padding: clamp(2.5rem, 1.6rem + 4vw, 5rem) clamp(1.4rem, 1rem + 2vw, 3.5rem);
  border: 1px solid var(--border-brand);
  border-radius: var(--r-2xl);
  background: radial-gradient(ellipse 80% 130% at 50% 0%, rgba(34, 119, 213, 0.15), transparent 62%),
    radial-gradient(ellipse 70% 120% at 50% 100%, rgba(209, 65, 36, 0.13), transparent 62%),
    var(--bg-elevated);
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 50%, #000, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000, transparent 72%);
  pointer-events: none;
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  font-size: var(--fs-2xl);
  max-width: 20ch;
}

.cta-band p {
  max-width: 56ch;
  color: var(--text-secondary);
  font-size: var(--fs-base);
  line-height: var(--lh-loose);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: center;
}

/* =========================================================================
   9. Xəritə
   ========================================================================= */
.map {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-elevated);
  min-height: 340px;
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  filter: var(--map-filter);
}

/* =========================================================================
   10. İki sütunlu məzmun
   ========================================================================= */
.split {
  display: grid;
  gap: var(--space-7);
  align-items: center;
}

@media (min-width: 940px) {
  .split {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-9);
  }
  .split--wide-left {
    grid-template-columns: 1.15fr 0.85fr;
  }

  /* Sol sütun sabit qalır, sağdakı uzun məzmun onun yanından sürüşür */
  .split--sticky {
    align-items: start;
  }

  .split--sticky > :first-child {
    position: sticky;
    top: calc(var(--header-h) + 3rem);
  }
}

.quote {
  position: relative;
  padding: clamp(1.6rem, 1.2rem + 1.4vw, 2.4rem);
  padding-left: clamp(2.6rem, 2rem + 2vw, 3.6rem);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 2px solid var(--brand-blue);
  border-radius: var(--r-md);
  font-size: var(--fs-md);
  line-height: var(--lh-loose);
  color: var(--text-secondary);
}

.quote::before {
  content: "\201C";
  position: absolute;
  left: 0.9rem;
  top: 0.1em;
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 1;
  color: rgba(34, 119, 213, 0.35);
}
