/* ════════════════════════════════════════════════════════
   Eksenium Teklif — koyu premium
   marka: navy #0A2540 / derin #06101c · vurgu #3B8EF0 (koyu zeminde)
   CTA #057AE4 · PJS + locl 0 · de-box · pill yalnız CTA
   ════════════════════════════════════════════════════════ */

:root {
  --navy: #0A2540;
  --navy-deep: #06101c;
  --blue: #057AE4;
  --blue-dark-bg: #3B8EF0;
  /* CTA dolgusu: beyaz yazıyla WCAG AA (#057AE4 = 4.28:1 kalıyordu) */
  --btn: #0A6CCF;        /* beyazla 5.17:1 */
  --btn-hover: #0C74DC;  /* beyazla 4.62:1 */
  --tx: #FFFFFF;
  --tx-body: #C7D6E6;
  --tx-muted: #9FB3C8;
  --hair: rgba(255, 255, 255, .08);
  --hair-strong: rgba(255, 255, 255, .14);
  --wrap: 1000px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  background: var(--navy-deep);
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-feature-settings: "locl" 0;
  background: linear-gradient(175deg, var(--navy) 0%, #081b30 45%, var(--navy-deep) 100%);
  color: var(--tx-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(5, 122, 228, .45); color: #fff; }

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

:focus-visible {
  outline: 2px solid var(--blue-dark-bg);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 40px);
}

/* JS kapalıyken iletişim uyarısı */
.noscript-note {
  background: var(--btn);
  color: #fff;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  padding: 16px clamp(20px, 4.5vw, 40px);
}
.noscript-note a { color: #fff; text-decoration: underline; white-space: nowrap; }

/* ── Topbar ─────────────────────────────────────────── */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 37, 64, .72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.topbar-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 68px;
}

.logo { display: inline-flex; align-items: center; }
/* marka kuralı: köşe lockup ≥44px */
.logo svg { height: 44px; width: auto; display: block; }

.quote-tag {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--tx-muted);
  white-space: nowrap;
}

/* okuma ilerleme çubuğu */
.progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--blue), var(--blue-dark-bg));
  box-shadow: 0 0 12px rgba(59, 142, 240, .55);
}

/* ── Hero ───────────────────────────────────────────── */

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(88px, 15vh, 168px) clamp(88px, 13vh, 140px);
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 720px 480px at 18% 8%, rgba(5, 122, 228, .20), transparent 65%),
    radial-gradient(ellipse 900px 600px at 88% 82%, rgba(5, 122, 228, .10), transparent 70%);
  pointer-events: none;
  animation: glowShift 12s ease-in-out infinite alternate;
}

@keyframes glowShift {
  from { opacity: .85; transform: translateY(0); }
  to   { opacity: 1;   transform: translateY(-18px); }
}

.stars { position: absolute; inset: 0; pointer-events: none; }

.star {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  opacity: var(--o, .3);
  animation: twinkle var(--d, 4s) ease-in-out var(--dl, 0s) infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: var(--o, .3); }
  50% { opacity: calc(var(--o, .3) * .2); }
}

.hero-orb {
  position: absolute;
  top: -8%;
  right: -14%;
  width: clamp(340px, 44vw, 660px);
  opacity: .06;
  transform: rotate(8deg);
  pointer-events: none;
  will-change: transform;
}

.hero .wrap { position: relative; }

.hero-hitap {
  font-size: clamp(16px, 2.2vw, 19px);
  font-weight: 700;
  color: var(--blue-dark-bg);
  letter-spacing: .02em;
  margin-bottom: 14px;
}

.hero-h1 {
  font-size: clamp(38px, 7.2vw, 74px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--tx);
  max-width: 15ch;
}

.hero-h1 em {
  font-style: normal;
  color: var(--blue-dark-bg);
  text-shadow: 0 0 44px rgba(59, 142, 240, .45);
}

.hero-sub {
  margin-top: 22px;
  font-size: clamp(16px, 2.4vw, 19px);
  font-weight: 500;
  color: var(--tx-body);
  max-width: 52ch;
}

.hero-meta {
  display: inline-block;
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid var(--hair-strong);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .03em;
  color: var(--tx-muted);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: var(--tx-muted);
  opacity: .7;
  animation: cueBounce 2.6s ease-in-out infinite;
  transition: color .2s, opacity .2s;
}

.scroll-cue:hover { color: #fff; opacity: 1; }
.scroll-cue svg { width: 26px; height: 26px; display: block; }

@keyframes cueBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(9px); }
}

/* ── Bölüm iskeleti (de-box: boşluk + ince çizgi) ───── */

.sec {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--hair);
  padding-block: clamp(64px, 9vw, 112px);
}

.sec > .wrap { position: relative; }

/* bölüm başına farklı ışık — tekdüzeliği kıran katman */
.sec::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#kapsam::before  { background: radial-gradient(ellipse 640px 420px at 92% 12%, rgba(5, 122, 228, .10), transparent 68%); }
#zoho::before    { background: radial-gradient(ellipse 640px 420px at 4% 30%, rgba(5, 122, 228, .10), transparent 68%); }
#yol::before     { background: radial-gradient(ellipse 700px 380px at 50% 108%, rgba(5, 122, 228, .09), transparent 70%); }
#eksenium::before{ background: radial-gradient(ellipse 640px 460px at 96% 46%, rgba(5, 122, 228, .09), transparent 68%); }
#yatirim::before { background: radial-gradient(ellipse 760px 420px at 50% -6%, rgba(5, 122, 228, .13), transparent 70%); }

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--blue-dark-bg);
  margin-bottom: 14px;
}

.sec h2 {
  font-size: clamp(28px, 4.6vw, 42px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--tx);
  margin-bottom: 22px;
  max-width: 24ch;
}

.lead {
  font-size: clamp(15.5px, 2.2vw, 17.5px);
  max-width: 66ch;
  color: var(--tx-body);
}

/* ── Kapsam listesi — hayalet rakamlı çift kolon ────── */

.scope-list {
  list-style: none;
  margin-top: 26px;
  counter-reset: kapsam;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
}

.scope-list li {
  counter-increment: kapsam;
  position: relative;
  padding: 30px 0 30px 88px;
  border-bottom: 1px solid var(--hair);
  font-size: clamp(15px, 2vw, 16.5px);
  color: var(--tx-body);
  transition: color .3s ease;
}

.scope-list li::before {
  content: counter(kapsam, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: rgba(59, 142, 240, .18);
  transition: color .3s ease;
}

.scope-list li:hover { color: #fff; }
.scope-list li:hover::before { color: rgba(59, 142, 240, .48); }

/* ── Neden Zoho: üçlü ───────────────────────────────── */

.triad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 36px;
  margin-top: 48px;
}

.triad-item { padding-block: 6px; }

.triad-item + .triad-item {
  border-left: 1px solid var(--hair);
  padding-left: 36px;
}

.t-ic {
  width: 27px;
  height: 27px;
  color: var(--blue-dark-bg);
  margin-bottom: 16px;
  filter: drop-shadow(0 0 10px rgba(59, 142, 240, .45));
}

.triad-item h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 8px;
}

.triad-item p { font-size: 14.5px; color: var(--tx-muted); }

/* ── Yol haritası ───────────────────────────────────── */

.timeline {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin-top: 46px;
}

.timeline li { position: relative; padding-top: 44px; }

.tl-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12.5px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--blue-dark-bg);
  border: 1.5px solid rgba(59, 142, 240, .65);
  background: rgba(59, 142, 240, .08);
  box-shadow: 0 0 18px rgba(59, 142, 240, .28);
}

.tl-dot-son {
  background: var(--blue-dark-bg);
  color: #06101c;
  box-shadow: 0 0 26px rgba(59, 142, 240, .55);
}

.timeline li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 36px;
  right: -26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(59, 142, 240, .45), rgba(255, 255, 255, .10));
}

.timeline li:last-child::after { display: none; }

.timeline h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 6px;
}

.timeline p { font-size: 13.8px; color: var(--tx-muted); line-height: 1.55; }

/* ── Neden Eksenium ─────────────────────────────────── */

.metrics {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-block: 52px;
  padding-block: 38px;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}

.metric { flex: 1; }

.metric + .metric {
  border-left: 1px solid var(--hair);
  padding-left: 40px;
}

.metric strong {
  display: block;
  font-size: clamp(42px, 6.6vw, 62px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--blue-dark-bg);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 34px rgba(59, 142, 240, .35);
}

.metric span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tx-muted);
}

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.mini-h {
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--tx);
  margin-bottom: 14px;
}

.tick-list { list-style: none; }

.tick-list li {
  padding-block: 11px;
  border-bottom: 1px solid var(--hair);
  font-size: 15px;
  color: var(--tx-body);
  transition: color .25s ease, padding-left .25s ease;
}

.tick-list li:last-child { border-bottom: none; }

.tick-list li:hover { color: #fff; padding-left: 6px; }

.tick-list li::before {
  content: "—";
  color: var(--blue-dark-bg);
  font-weight: 700;
  margin-right: 12px;
}

.sector-list { list-style: none; }

.sector-list li {
  display: grid;
  gap: 2px;
  padding: 9px 0 9px 0;
  border-bottom: 1px solid var(--hair);
  transition: padding-left .25s ease;
}

.sector-list li:last-child { border-bottom: none; }
.sector-list li:hover { padding-left: 6px; }
.sector-list li:hover strong { color: var(--blue-dark-bg); }

.sector-list strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--tx);
  transition: color .25s ease;
}

.sector-list span { font-size: 13.5px; color: var(--tx-muted); }

/* Referanslar */

.quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 72px;
}

.quote {
  position: relative;
  padding-top: 30px;
}

.quote blockquote {
  position: relative;
  font-size: clamp(17px, 2.4vw, 19px);
  font-weight: 500;
  line-height: 1.65;
  color: #E6EEF6;
}

.quote::before {
  content: "\201C";
  position: absolute;
  top: -14px;
  left: -8px;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  color: rgba(59, 142, 240, .22);
  pointer-events: none;
}

.quote figcaption {
  margin-top: 16px;
  font-size: 14px;
  color: var(--tx-muted);
}

.quote figcaption::before { content: "— "; color: var(--blue-dark-bg); }

/* Garantiler + partner rozeti */

.assure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 72px;
  padding-top: 34px;
  border-top: 1px solid var(--hair);
}

.assure-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}

.assure-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--tx-body);
}

.ic { width: 17px; height: 17px; color: var(--blue-dark-bg); flex: none; }

/* ── Yatırım / fiyat ────────────────────────────────── */

.price { margin-top: 38px; --pcols: 1fr 84px 168px 184px; }

/* sütun başlıkları */
.p-head {
  display: grid;
  grid-template-columns: var(--pcols);
  align-items: stretch;
  border-bottom: 1px solid var(--hair-strong);
}

.p-head > div {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--tx-muted);
  padding: 0 0 12px 0;
}

.p-head .ph-qty, .p-head .ph-unit, .p-head .ph-total {
  text-align: right;
  padding-left: 16px;
}

.p-row {
  display: grid;
  grid-template-columns: var(--pcols);
  align-items: stretch;
  border-bottom: 1px solid var(--hair);
}

.p-row > div {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.p-row .p-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--tx);
  padding-right: 20px;
}

.p-row .p-qty, .p-row .p-unit, .p-row .p-total {
  justify-content: flex-end;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  padding-left: 16px;
}

.p-row .p-qty { font-size: 15px; color: var(--tx-muted); }
.p-row .p-unit { font-size: 15px; color: var(--tx-body); }

.p-row .p-total {
  font-size: 17px;
  font-weight: 700;
  color: var(--tx);
}

.p-row .p-meta {
  /* yalnız mobil — masaüstünde adet/birim sütunları var */
  display: none;
  font-size: 14px;
  color: var(--tx-muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.p-sums { margin-top: 8px; }

.p-sum {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: baseline;
  padding-block: 9px;
}

.p-sum .p-label {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: var(--tx-muted);
}

.p-sum .p-val {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  color: var(--tx-body);
  font-variant-numeric: tabular-nums;
  min-width: 110px;
}

/* genel toplam — vurgu bandı (dental "toplam bandı" deseni) */
.p-grand {
  margin-top: 18px;
  padding: 22px 26px;
  align-items: center;
  background: linear-gradient(90deg, rgba(5, 122, 228, .17), rgba(5, 122, 228, .02));
  border-left: 3px solid var(--blue-dark-bg);
}

.p-grand .p-label {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--tx);
}

.p-grand .p-val {
  font-size: clamp(26px, 4.4vw, 34px);
  font-weight: 800;
  color: var(--blue-dark-bg);
  text-shadow: 0 0 30px rgba(59, 142, 240, .45);
}

.scope-note {
  margin-top: 42px;
  font-size: 14.8px;
  color: var(--tx-muted);
  max-width: 72ch;
}

.scope-note strong { color: var(--tx-body); font-weight: 600; }

/* ── CTA ────────────────────────────────────────────── */

.cta {
  text-align: center;
  padding-block: clamp(96px, 14vw, 160px);
}

.cta-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(640px, 120vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: .9;
}

.cta-orbit svg { width: 100%; height: 100%; display: block; }

.rings {
  transform-origin: 300px 300px;
  animation: ringsBreathe 8s ease-in-out infinite;
}

@keyframes ringsBreathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

.ring { fill: none; stroke-width: 1; }
.r1 { stroke: rgba(59, 142, 240, .30); stroke-dasharray: 4 8; animation: ringFlow 26s linear infinite; }
.r2 { stroke: rgba(59, 142, 240, .16); }
.r3 { stroke: rgba(59, 142, 240, .09); }

@keyframes ringFlow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -100; }
}

.cta h2 { margin-inline: auto; }

.cta-valid {
  font-size: 15px;
  color: var(--tx-muted);
  margin-bottom: 38px;
}

.btn-onay {
  /* pill yalnız CTA */
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--btn);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 42px;
  border-radius: 999px;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  animation: btnBreathe 3.4s ease-in-out infinite;
}

@keyframes btnBreathe {
  0%, 100% { box-shadow: 0 10px 34px rgba(5, 122, 228, .32); }
  50% { box-shadow: 0 14px 52px rgba(5, 122, 228, .55); }
}

.btn-onay:hover {
  background: var(--btn-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(5, 122, 228, .5);
}

.ic-wa { width: 22px; height: 22px; }

.cta-alt {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tx-muted);
}

.cta-alt a { color: var(--tx-body); transition: color .2s; }
.cta-alt a:hover { color: #fff; }
.cta-alt .sep { margin-inline: 14px; color: var(--tx-muted); }

/* ── Footer ─────────────────────────────────────────── */

.foot {
  border-top: 1px solid var(--hair);
  padding-block: 46px 56px;
  text-align: center;
}

/* co-brand: Eksenium markası + Zoho Authorized Partner rozeti yan yana */
.foot-brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 18px;
}

.foot-mark { width: 34px; height: 34px; opacity: .95; }

.foot-div { width: 1px; height: 34px; background: var(--hair-strong); }

/* Zoho'nun resmi rozeti kendi kutusuyla gelir — de-box'ta tek istisna (marka kuralı) */
.foot-partner { height: 42px; width: auto; display: block; border-radius: 7px; }

.foot-line a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--tx-muted);
  transition: color .2s;
}

.foot-line a:hover { color: #fff; }

.foot-note { margin-top: 8px; font-size: 12.8px; color: rgba(159, 179, 200, .72); }

/* ── Scroll reveal ──────────────────────────────────── */

.js .rev {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .3, 1);
}

.js .rev.in { opacity: 1; transform: none; }

/* güvenlik ağı: main.js yüklenemez/çökerse (inline script .js ekler ama reveal
   çalışmaz) içerik gizli kilitlenmesin — inline zamanlayıcı .js-fallback ekler */
.js-fallback .rev { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .rev { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn-onay, .cta-alt a, .foot-line a { transition: none; animation: none; }
  .hero-glow, .star, .scroll-cue, .rings, .r1 { animation: none; }
  .hero-orb { transform: rotate(8deg) !important; }
}

/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 860px) {
  .scope-list { grid-template-columns: 1fr; gap: 0; }
  .scope-list li { padding: 24px 0 24px 76px; }
  .scope-list li::before { font-size: 46px; top: 16px; }

  .triad { grid-template-columns: 1fr; gap: 0; }
  .triad-item { padding-block: 20px; }
  .triad-item + .triad-item { border-left: none; padding-left: 0; border-top: 1px solid var(--hair); }
  .t-ic { margin-bottom: 10px; }

  .timeline { grid-template-columns: 1fr; gap: 0; margin-top: 34px; }
  .timeline li { padding: 0 0 28px 46px; }
  .tl-dot { top: 0; }
  .timeline li::after {
    top: 34px;
    bottom: 6px;
    left: 13.5px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(59, 142, 240, .45), rgba(255, 255, 255, .10));
  }

  .duo { grid-template-columns: 1fr; gap: 44px; }
  .quotes { grid-template-columns: 1fr; gap: 44px; margin-top: 56px; }

  .metrics { flex-wrap: wrap; gap: 26px 32px; }
  .metric { flex: 1 1 40%; }
  .metric + .metric { border-left: none; padding-left: 0; }
}

@media (max-width: 680px) {
  .quote-tag { font-size: 12px; }

  .p-head, .p-row .p-qty, .p-row .p-unit { display: none; }

  .p-row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "name name" "meta total";
  }
  .p-row .p-name { grid-area: name; padding: 16px 0 4px; }
  .p-row .p-meta { grid-area: meta; display: flex; align-items: center; padding: 0 0 16px; }
  .p-row .p-total { grid-area: total; padding: 0 0 16px; border-left: none; font-size: 16px; }

  .p-grand { padding: 18px 18px; }

  .assure { flex-direction: column; align-items: flex-start; }
  .metrics { justify-content: flex-start; }
  .metric { flex: 1 1 100%; }

  .scroll-cue { display: none; }
}
