.land-body {
  background: #071018;
  color: #eaf4f8;
  min-height: 100vh;
  overflow-x: hidden;
}
.land-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(900px 420px at 8% -10%, rgba(16, 185, 129, .28), transparent 55%),
    radial-gradient(720px 380px at 92% 8%, rgba(14, 165, 233, .22), transparent 50%),
    radial-gradient(640px 360px at 50% 100%, rgba(251, 191, 36, .08), transparent 45%);
}
.land-grid-fx {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 75%);
  animation: gridShift 28s linear infinite;
}
@keyframes gridShift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 48px 48px, 48px 48px; }
}
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; animation: drift 16s ease-in-out infinite; }
.orb-a { width: 380px; height: 380px; background: #10b981; top: -90px; left: -70px; }
.orb-b { width: 320px; height: 320px; background: #0ea5e9; right: -50px; top: 18%; animation-delay: -6s; }
.orb-c { width: 260px; height: 260px; background: #f59e0b; bottom: 8%; left: 38%; animation-delay: -11s; opacity: .28; }
@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, -28px) scale(1.08); }
}

.land-nav, .land-hero, .land-section, .land-foot, .land-stats, .land-cta-band, .land-marquee { position: relative; z-index: 1; }
.land-nav {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 7%; max-width: 1200px; margin: 12px auto 0;
  background: rgba(7, 16, 24, .62);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  backdrop-filter: blur(16px);
  animation: rise .6s ease both;
}
.land-brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.land-brand small { display: block; color: #8fb3c4; font-size: 12px; }
.land-nav-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.land-nav-links > a:not(.btn) { color: #c5e0ea; font-weight: 550; }
.land-nav-links > a:not(.btn):hover { color: #fff; }

.land-hero {
  display: grid; grid-template-columns: 1.12fr .88fr; gap: 44px; align-items: start;
  padding: 52px 8% 40px; max-width: 1280px; margin: 0 auto;
}
.land-kicker {
  letter-spacing: .16em; text-transform: uppercase; font-size: 12px; font-weight: 700;
  color: #5eead4; margin: 0 0 10px;
}
.land-copy h1, .land-section h2, .land-cta-band h2 {
  font-size: clamp(2.05rem, 4.4vw, 3.45rem); line-height: 1.12; color: #fff; margin: 0 0 16px;
  letter-spacing: -.03em;
}
.land-section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.land-copy em { font-style: normal; background: linear-gradient(90deg, #5eead4, #38bdf8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.land-lead { color: #9db8c6; max-width: 54ch; margin: 0 0 8px; font-size: 1.05rem; }
.land-bullets { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #d5e8ef; }
.land-bullets li { padding-left: 22px; position: relative; }
.land-bullets li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, #34d399, #0ea5e9);
}
.land-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.land-body a.btn.btn-blue {
  background: linear-gradient(135deg, #10b981, #0ea5e9);
  box-shadow: 0 10px 24px rgba(14, 165, 233, .28);
}
.land-body a.btn.btn-blue:hover { filter: brightness(1.06); transform: translateY(-1px); }
a.btn.btn-ghost, .btn-ghost {
  background: transparent !important;
  color: #f8fafc !important;
  border: 1px solid rgba(226,232,240,.4) !important;
}
a.btn.btn-ghost:hover, .btn-ghost:hover { background: rgba(255,255,255,.08) !important; }

.land-preview {
  position: relative;
  width: 100%;
  height: 550px;
  min-height: 550px;
  max-height: 550px;
  overflow: hidden;
}
.preview-pos {
  background: rgba(10, 22, 32, .92); border: 1px solid rgba(94, 234, 212, .22);
  border-radius: 22px; padding: 16px 16px 14px; backdrop-filter: blur(16px);
  position: relative; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  display: grid;
  grid-template-rows: 38px 52px 32px 42px 102px 18px 28px 42px 36px 26px;
  gap: 10px;
  width: 100%;
  height: 550px;
  min-height: 550px;
  max-height: 550px;
  box-sizing: border-box;
  contain: strict;
}
.preview-head { display: flex; justify-content: space-between; align-items: start; min-height: 0; overflow: hidden; }
.preview-head b { display: block; color: #fff; font-size: 15px; }
.preview-head small { color: #7ea0ae; font-size: 12px; }
.preview-head time { color: #5eead4; font-weight: 800; font-variant-numeric: tabular-nums; }
.preview-kpis { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; min-height: 0; }
.preview-kpis > div {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px; padding: 8px 10px; overflow: hidden; min-width: 0;
}
.preview-kpis span { display: block; font-size: 11px; color: #8fb3c4; white-space: nowrap; }
.preview-kpis strong { color: #fff; font-size: 13px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.preview-kpis .is-warn { border-color: rgba(251,146,60,.4); background: rgba(234,88,12,.12); }
.preview-kpis .is-warn span, .preview-kpis .is-warn strong { color: #fdba74; }
.preview-pay { display: flex; gap: 6px; flex-wrap: nowrap; margin: 0; min-height: 0; overflow: hidden; }
.preview-pay b {
  color: #fff; padding: 7px 10px; border-radius: 10px; font-size: 11px;
  flex: 1; text-align: center; white-space: nowrap; box-sizing: border-box;
}
.preview-pay .p-nakit { background: linear-gradient(160deg, #34d399, #059669); }
.preview-pay .p-pos { background: linear-gradient(160deg, #60a5fa, #2563eb); }
.preview-pay .p-eft { background: linear-gradient(160deg, #a78bfa, #7c3aed); }
.preview-pay .p-acik { background: linear-gradient(160deg, #fb923c, #ea580c); }
.preview-line {
  display: flex; gap: 8px; align-items: center; border: 1px solid #234150; border-radius: 12px;
  padding: 0 10px; color: #7ea0ae; margin: 0; min-height: 0; overflow: hidden;
}
.preview-line i { width: 8px; height: 8px; border-radius: 50%; background: #34d399; animation: pulse 1.6s infinite; flex: none; }
.preview-line span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.preview-row {
  display: flex; justify-content: space-between; align-items: center;
  height: 34px; box-sizing: border-box;
  padding: 0 2px; border-bottom: 1px solid #16303c; font-size: 14px;
  min-width: 0; overflow: hidden;
}
.preview-row span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-variant-numeric: tabular-nums; }
.preview-rows {
  display: grid; grid-template-rows: repeat(3, 34px);
  height: 102px; min-height: 102px; overflow: hidden; align-content: start;
}
.preview-row.is-empty { color: #3d5a68; border-bottom-color: #16303c; }
.preview-split {
  display: flex; justify-content: space-between; gap: 8px; align-items: center;
  font-size: 12px; color: #8fb3c4; padding: 0 2px;
  min-height: 0; overflow: hidden; white-space: nowrap;
}
.preview-split span { overflow: hidden; text-overflow: ellipsis; min-width: 0; font-variant-numeric: tabular-nums; }
.preview-kpis strong.is-bump, .preview-total.is-done strong { animation: kpiBump .45s ease; }
@keyframes kpiBump {
  0%, 100% { color: inherit; filter: brightness(1); }
  40% { color: #5eead4; filter: brightness(1.25); }
}
.preview-total {
  display: flex; justify-content: space-between; align-items: center;
  margin: 0; font-size: 1.12rem; min-height: 0; overflow: hidden; white-space: nowrap;
}
.preview-total strong { font-variant-numeric: tabular-nums; }
.preview-profit {
  display: flex; justify-content: space-between; align-items: center;
  margin: 0; padding: 0 12px; border-radius: 12px;
  background: rgba(16, 185, 129, .12); border: 1px solid rgba(52, 211, 153, .28);
  color: #9db8c6; font-size: 14px; min-height: 0; overflow: hidden; white-space: nowrap;
}
.preview-profit strong { color: #34d399; font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.preview-alert {
  margin: 0; padding: 0 12px; border-radius: 12px; font-size: 12px; color: #fed7aa;
  background: rgba(234, 88, 12, .14); border: 1px solid rgba(251, 146, 60, .35);
  display: flex; align-items: center; min-height: 0; overflow: hidden; white-space: nowrap;
}
.preview-alert b { color: #fb923c; }
.preview-chips { display: flex; flex-wrap: nowrap; gap: 6px; margin: 0; min-height: 0; overflow: hidden; }
.preview-chips em {
  font-style: normal; font-size: 11px; font-weight: 700; color: #9ee7d8;
  border: 1px solid rgba(94,234,212,.3); border-radius: 999px; padding: 4px 8px;
  background: rgba(16,185,129,.1); white-space: nowrap; flex: none;
}
.preview-row.is-flash { animation: rowIn .45s ease; }
@keyframes rowIn {
  from { opacity: .25; }
  to { opacity: 1; }
}
.preview-card {
  position: absolute; background: #fff; color: #0f172a; border-radius: 16px; padding: 12px 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,.28); min-width: 148px; z-index: 2;
}
.preview-card span { display: block; font-size: 12px; color: #64748b; }
.float-1 { top: 8px; right: -6px; animation: floaty 5s ease-in-out infinite; }
.float-2 { bottom: 22px; left: -14px; animation: floaty 6s ease-in-out infinite reverse; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { opacity: .35; } }

.land-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;
  max-width: 1280px; margin: 0 auto 12px; padding: 0 8%;
}
.land-stats div {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 16px 18px;
}
.land-stats strong { display: block; font-size: 1.35rem; color: #fff; }
.land-stats span { color: #8fb3c4; font-size: 13px; }

.land-section { padding: 36px 8% 28px; max-width: 1280px; margin: 0 auto; }
.land-mods { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.land-mod {
  background: rgba(12, 28, 38, .72); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 18px 16px; min-height: 180px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.land-mod:hover {
  transform: translateY(-7px);
  border-color: rgba(94, 234, 212, .45);
  box-shadow: 0 18px 36px rgba(0,0,0,.22);
}
.land-mod h3 { color: #fff; margin: 10px 0 8px; font-size: 1.02rem; }
.land-mod p { color: #9db8c6; margin: 0; font-size: 14px; }
.mod-ico {
  width: 40px; height: 40px; border-radius: 12px; display: block;
  background: rgba(16, 185, 129, .18) center / 22px no-repeat;
}
.ico-sale { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2334d399' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M8 7V5h8v2M8 12h4'/%3E%3C/svg%3E"); }
.ico-box { background-color: rgba(14,165,233,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2338bdf8' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M4 8l8-4 8 4-8 4zM4 8v8l8 4 8-4V8M12 12v8'/%3E%3C/svg%3E"); }
.ico-user { background-color: rgba(251,146,60,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fb923c' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='3'/%3E%3Cpath d='M5 19c1-3.5 3.5-5.5 7-5.5s6 2 7 5.5'/%3E%3C/svg%3E"); }
.ico-list { background-color: rgba(167,139,250,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a78bfa' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h10v16H7zM10 8h4M10 12h4M10 16h3'/%3E%3C/svg%3E"); }
.ico-chart { background-color: rgba(52,211,153,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2334d399' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M4 18V10M9 18V6M14 18v-5M19 18V8'/%3E%3C/svg%3E"); }
.ico-wallet { background-color: rgba(244,114,182,.16); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23f472b6' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E"); }
.ico-print { background-color: rgba(96,165,250,.18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2360a5fa' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h10l1 2v14l-2-1-2 1-2-1-2 1-2-1-1 1V6zM10 10h4'/%3E%3C/svg%3E"); }
.ico-lock { background-color: rgba(250,204,21,.16); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23facc15' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='5' y='11' width='14' height='9' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E"); }

.land-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.land-steps article {
  border-radius: 20px; padding: 22px 20px;
  background: linear-gradient(180deg, rgba(16,185,129,.12), rgba(14,165,233,.06));
  border: 1px solid rgba(255,255,255,.1);
}
.land-steps em { font-style: normal; font-size: 1.6rem; font-weight: 800; color: #5eead4; }
.land-steps h3 { color: #fff; margin: 8px 0; }
.land-steps p { color: #9db8c6; margin: 0; }

.land-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.land-pills span {
  border: 1px solid rgba(94, 234, 212, .28); border-radius: 999px; padding: 8px 14px;
  background: rgba(16, 185, 129, .08); color: #dff7f2; font-weight: 600; font-size: 14px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.land-pills span:hover {
  transform: translateY(-3px);
  border-color: rgba(94, 234, 212, .7);
  background: rgba(16, 185, 129, .2);
}

.land-marquee {
  overflow: hidden; margin: 8px 0 4px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 12px 0;
}
.land-marquee-track {
  display: flex; width: max-content;
  animation: marqueeRight 28s linear infinite;
  will-change: transform;
}
.land-marquee-track span {
  flex: none; color: #9ee7d8; font-weight: 700; font-size: 13px; letter-spacing: .04em;
  padding: 6px 14px; margin-right: 10px; border-radius: 999px;
  border: 1px solid rgba(94,234,212,.22); background: rgba(16,185,129,.08);
}
@keyframes marqueeRight {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.land-spots { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.land-spot {
  background: rgba(12, 28, 38, .72); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 18px 16px; min-height: 168px;
  position: relative; overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.land-spot::before {
  content: ""; position: absolute; inset: auto -40% -60% -40%; height: 120px;
  background: radial-gradient(circle, rgba(56,189,248,.22), transparent 68%);
  animation: spotGlow 5s ease-in-out infinite;
}
.land-spot:nth-child(2n)::before { animation-delay: -1.5s; }
.land-spot:nth-child(3n)::before { animation-delay: -3s; }
@keyframes spotGlow {
  0%, 100% { opacity: .35; transform: translateY(8px); }
  50% { opacity: 1; transform: translateY(-6px); }
}
.land-spot:hover {
  transform: translateY(-8px);
  border-color: rgba(94, 234, 212, .5);
  box-shadow: 0 20px 40px rgba(0,0,0,.28);
}
.land-spot .mod-ico { position: relative; z-index: 1; }
.land-spot h3 { color: #fff; margin: 10px 0 8px; font-size: 1.02rem; position: relative; }
.land-spot p { color: #9db8c6; margin: 0; font-size: 14px; position: relative; }

.land-stage {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start;
}
.land-keys { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.land-key {
  text-align: center; padding: 12px 8px; border-radius: 14px;
  background: rgba(7, 18, 26, .8); border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
}
.land-key.is-on, .land-key:hover {
  border-color: #5eead4;
  background: rgba(16, 185, 129, .14);
  box-shadow: 0 0 0 1px rgba(94,234,212,.4), 0 0 22px rgba(16,185,129,.28);
}
.land-key.is-on {
  animation: keyBlink .55s ease-in-out;
}
.land-key.is-on b { color: #5eead4; }
.land-key.is-on span { color: #c7f5ec; }
.land-key b { display: block; color: #fff; font-size: 1.05rem; }
.land-key span { color: #8fb3c4; font-size: 12px; }
@keyframes keyBlink {
  0%, 100% { filter: brightness(1); }
  45% { filter: brightness(1.28); }
}
.land-bars {
  background: rgba(12, 28, 38, .72); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 22px 20px;
}
.land-bars h3 { color: #fff; margin: 0 0 16px; }
.land-bar { display: grid; grid-template-columns: 52px 1fr auto; gap: 10px; align-items: center; margin: 12px 0; color: #9db8c6; font-size: 13px; }
.land-bar i {
  display: block; height: 10px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden;
}
.land-bar i em {
  display: block; height: 100%; width: 0; border-radius: inherit;
  background: linear-gradient(90deg, #34d399, #38bdf8);
  transition: width 1.1s cubic-bezier(.2,.8,.2,1);
}
.land-bars.is-in .land-bar i em { width: calc(var(--p) * 100%); }
.land-bar b { color: #fff; font-size: 13px; }
.land-more { margin-top: 16px; }
.land-more a { color: #5eead4; font-weight: 700; }

.mod-ico { animation: icoFloat 4s ease-in-out infinite; }
@keyframes icoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.land-cta-band {
  max-width: 1280px; margin: 24px auto 40px; padding: 28px 32px;
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(16,185,129,.2), rgba(14,165,233,.22));
  border: 1px solid rgba(255,255,255,.12);
}
.land-cta-band p { color: #c5e0ea; margin: 0; }
.land-cta-band h2 { font-size: 1.55rem; margin-bottom: 8px; }

.land-foot {
  text-align: center; padding: 12px 16px 36px; color: #7ea0ae; font-size: 13px;
  display: grid; gap: 4px;
}
.land-foot strong { color: #eaf4f8; }
.land-foot-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }
.land-foot-links a { color: #8fb3c4; }
.land-nav-links a.is-on { color: #fff; font-weight: 750; }
.land-page { padding-top: 28px; }
.land-prose ul { margin: 0 0 1.05em; padding: 0 0 0 1.15em; display: grid; gap: 6px; }
.land-prose li { color: #c5e0ea; }
.land-blog .land-trust { margin-bottom: 8px; }
.land-blog-feat {
  margin-top: 28px; padding: 28px 26px; border-radius: 24px;
  background: linear-gradient(120deg, rgba(16,185,129,.18), rgba(14,165,233,.12));
  border: 1px solid rgba(94,234,212,.28);
}
.land-blog-feat span, .land-blog-card span {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: #5eead4; margin-bottom: 8px;
}
.land-blog-feat h3 { color: #fff; font-size: clamp(1.35rem, 2.4vw, 1.85rem); margin: 0 0 10px; letter-spacing: -.02em; }
.land-blog-feat h3 a, .land-blog-card h3 a { color: #fff; }
.land-blog-feat p { color: #c5e0ea; margin: 0 0 16px; max-width: 62ch; font-size: 1.05rem; }
.land-blog-feat-foot { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.land-blog-feat-foot em, .land-blog-card em { font-style: normal; color: #8fb3c4; font-size: 13px; }
.land-blog-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px; margin-top: 16px;
}
.land-blog-card {
  padding: 20px 18px; border-radius: 20px;
  background: rgba(12, 28, 38, .78); border: 1px solid rgba(255,255,255,.08);
  display: grid; gap: 8px; align-content: start;
}
.land-blog-card h3 { color: #fff; margin: 0; font-size: 1.12rem; line-height: 1.3; }
.land-blog-card p { color: #9db8c6; margin: 0; font-size: 14px; }
.land-article { max-width: 820px; }
.land-article-meta { color: #8fb3c4; margin: -8px 0 22px; }
.land-article-back { margin-top: 28px; }
.land-article-back a { color: #5eead4; font-weight: 700; }
.land-blog-more { margin-top: 40px; }
.land-blog-more > h3 { color: #fff; font-size: 1.2rem; margin: 0 0 4px; }
@media (max-width: 800px) {
  .land-blog-grid { grid-template-columns: 1fr; }
}
.land-faq { display: grid; gap: 10px; margin-top: 18px; max-width: 840px; }
.land-faq-item {
  background: rgba(12, 28, 38, .72); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 4px 16px 4px;
  transition: border-color .2s ease;
}
.land-faq-item[open] { border-color: rgba(94, 234, 212, .4); }
.land-faq summary {
  color: #fff; font-weight: 700; cursor: pointer;
  padding: 14px 4px; list-style: none;
}
.land-faq summary::-webkit-details-marker { display: none; }
.land-faq summary::before {
  content: "+"; display: inline-block; width: 1.2em; color: #5eead4; font-weight: 800;
}
.land-faq-item[open] summary::before { content: "–"; }
.land-faq details p, .land-faq-item p { color: #9db8c6; margin: 0 0 14px; line-height: 1.65; }
.land-price-kpis { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin: 20px 0; }
.land-price-line { margin-top: 10px !important; color: #9ee7d8 !important; font-weight: 650; font-size: 14px; }
.land-mod h3 a { color: #fff; }

[data-reveal] { opacity: 0; transform: translateY(22px); }
[data-reveal].is-in { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.land-mod:nth-child(2).is-in, .land-steps article:nth-child(2).is-in { transition-delay: .08s; }
.land-mod:nth-child(3).is-in, .land-steps article:nth-child(3).is-in { transition-delay: .16s; }
.land-mod:nth-child(4).is-in { transition-delay: .22s; }
.land-mod:nth-child(5).is-in { transition-delay: .08s; }
.land-mod:nth-child(6).is-in { transition-delay: .16s; }
.land-mod:nth-child(7).is-in { transition-delay: .22s; }
.land-mod:nth-child(8).is-in { transition-delay: .28s; }

.orb-d { width: 220px; height: 220px; background: #22d3ee; right: 22%; bottom: 30%; animation-delay: -4s; opacity: .22; }
.land-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.land-trust span {
  font-size: 12px; font-weight: 700; color: #c5e0ea;
  border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 6px 11px;
  background: rgba(255,255,255,.04);
}
.float-3 {
  left: -18px; top: 42%; min-width: 160px;
  animation: floaty 7s ease-in-out infinite;
  background: #0f172a; color: #e2e8f0; border: 1px solid rgba(251,146,60,.45);
}
.float-3 span { color: #fb923c; }
.float-3 strong { font-size: 13px; font-weight: 750; }

.land-mod { position: relative; overflow: hidden; }
.land-mod::after {
  content: ""; position: absolute; inset: -40% auto auto -30%; width: 80px; height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  transform: rotate(18deg); animation: shine 5.5s ease-in-out infinite;
}
@keyframes shine {
  0% { left: -40%; opacity: 0; }
  30% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

.land-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 20px; }
.land-tabs button {
  border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04);
  color: #c5e0ea; border-radius: 999px; padding: 9px 16px; font-weight: 750; cursor: pointer;
}
.land-tabs button.is-on {
  color: #041016; background: linear-gradient(135deg, #5eead4, #38bdf8); border-color: transparent;
}
.land-pane { display: none; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: center; }
.land-pane.is-on { display: grid; animation: rise .45s ease; }
.land-pane h3 { color: #fff; margin: 0 0 10px; font-size: 1.35rem; }
.land-pane p { color: #9db8c6; margin: 0 0 12px; }
.land-ticks { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #d5e8ef; }
.land-ticks li { padding-left: 22px; position: relative; }
.land-ticks li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 50%;
  background: #34d399;
}
.mock {
  border-radius: 20px; padding: 16px; border: 1px solid rgba(94,234,212,.2);
  background: rgba(6, 16, 24, .9); box-shadow: 0 24px 50px rgba(0,0,0,.35);
}
.mock header { display: flex; justify-content: space-between; color: #8fb3c4; margin-bottom: 12px; }
.mock header b { color: #fff; }
.mock-kasa ul { margin: 0; padding: 0; list-style: none; }
.mock-kasa li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #16303c; }
.mock-kasa footer { display: flex; justify-content: space-between; align-items: end; margin-top: 12px; }
.mock-kasa footer strong { color: #5eead4; font-size: 1.3rem; }
.mock-stock-row { display: grid; grid-template-columns: 1fr 90px 28px; gap: 8px; align-items: center; margin: 10px 0; font-size: 13px; }
.mock-stock-row i { display: block; height: 8px; border-radius: 99px; background: rgba(255,255,255,.08); position: relative; overflow: hidden; }
.mock-stock-row i::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: calc(var(--p) * 100%);
  background: linear-gradient(90deg, #34d399, #22d3ee);
}
.mock-stock-row i.low::after { background: linear-gradient(90deg, #fb923c, #ef4444); }
.mock-spark { display: flex; align-items: end; gap: 8px; height: 88px; margin: 12px 0; }
.mock-spark i {
  flex: 1; height: var(--h); border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #5eead4, #0ea5e9);
  animation: spark 1.8s ease-in-out infinite alternate;
}
.mock-spark i:nth-child(2) { animation-delay: .1s; }
.mock-spark i:nth-child(3) { animation-delay: .2s; }
.mock-spark i:nth-child(4) { animation-delay: .3s; }
.mock-spark i:nth-child(5) { animation-delay: .4s; }
.mock-spark i:nth-child(6) { animation-delay: .5s; }
@keyframes spark { from { opacity: .55; transform: scaleY(.86); } to { opacity: 1; transform: none; } }

.land-day { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.land-day article {
  border-radius: 18px; padding: 18px 16px;
  background: rgba(12,28,38,.75); border: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.land-day em { font-style: normal; color: #5eead4; font-weight: 800; }
.land-day h3 { color: #fff; margin: 8px 0; font-size: 1.02rem; }
.land-day p { color: #9db8c6; margin: 0; font-size: 14px; }

.land-vs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px;
}
.land-vs > div {
  border-radius: 20px; padding: 22px 20px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(12,28,38,.72);
}
.land-vs-now {
  border-color: rgba(94,234,212,.35) !important;
  background: linear-gradient(180deg, rgba(16,185,129,.16), rgba(14,165,233,.08)) !important;
}
.land-vs h3 { color: #fff; margin: 0 0 12px; }
.land-vs ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; color: #c5e0ea; }
.land-vs li { padding-left: 18px; position: relative; }
.land-vs li::before { content: "–"; position: absolute; left: 0; color: #64748b; }
.land-vs-now li::before { content: "✓"; color: #34d399; }

.land-pack { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.land-pack-card {
  border-radius: 22px; padding: 22px 20px; border: 1px solid rgba(255,255,255,.1);
  background: rgba(12,28,38,.75);
}
.land-pack-card.is-hot {
  border-color: rgba(94,234,212,.45);
  box-shadow: 0 18px 40px rgba(16,185,129,.18);
  transform: translateY(-6px);
}
.land-pack-card span { color: #5eead4; font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.land-pack-card strong { display: block; color: #fff; font-size: 1.55rem; margin: 8px 0 10px; }
.land-pack-card p { color: #9db8c6; margin: 0; }

/* --- hareketli arka plan katmanları --- */
.land-aurora {
  position: absolute; inset: -20% -10%;
  background:
    conic-gradient(from 0deg at 30% 30%, rgba(16,185,129,.20), rgba(14,165,233,.16), rgba(168,85,247,.14), rgba(251,191,36,.10), rgba(16,185,129,.20));
  filter: blur(90px);
  opacity: .45;
  animation: auroraSpin 46s linear infinite;
}
@keyframes auroraSpin {
  from { transform: rotate(0deg) scale(1.05); }
  to { transform: rotate(360deg) scale(1.05); }
}
.land-beam {
  position: absolute; top: -30%; width: 42vw; height: 160%;
  background: linear-gradient(100deg, transparent 0%, rgba(94,234,212,.07) 45%, rgba(56,189,248,.05) 55%, transparent 100%);
  transform: rotate(12deg);
  animation: beamSweep 18s ease-in-out infinite;
}
.land-beam-b { animation-delay: -9s; animation-duration: 24s; background: linear-gradient(100deg, transparent 0%, rgba(168,85,247,.06) 50%, transparent 100%); }
@keyframes beamSweep {
  0%, 100% { left: -50%; opacity: 0; }
  35% { opacity: 1; }
  50% { left: 60%; opacity: .9; }
  85% { opacity: 0; }
}
.land-dust { position: absolute; inset: 0; overflow: hidden; }
.land-dust i {
  position: absolute; bottom: -20px; width: 5px; height: 5px; border-radius: 50%;
  background: rgba(94,234,212,.55);
  box-shadow: 0 0 12px rgba(94,234,212,.65);
  left: calc(var(--i) * 7%);
  opacity: 0;
  animation: dustRise calc(14s + var(--i) * 1.4s) linear infinite;
  animation-delay: calc(var(--i) * -1.9s);
}
.land-dust i:nth-child(3n) { background: rgba(56,189,248,.5); box-shadow: 0 0 12px rgba(56,189,248,.6); width: 4px; height: 4px; }
.land-dust i:nth-child(4n) { background: rgba(251,191,36,.45); box-shadow: 0 0 10px rgba(251,191,36,.5); }
@keyframes dustRise {
  0% { transform: translate3d(0, 0, 0) scale(.6); opacity: 0; }
  12% { opacity: .9; }
  100% { transform: translate3d(28px, -105vh, 0) scale(1.1); opacity: 0; }
}
.land-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 30; pointer-events: none;
  background: rgba(255,255,255,.05);
}
.land-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, #34d399, #38bdf8, #a78bfa);
  box-shadow: 0 0 14px rgba(56,189,248,.6);
  transition: width .12s linear;
}

/* --- akış hattı + sayaçlar --- */
.land-flowline .land-pipe {
  position: relative;
  display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px;
  margin: 26px 0 8px; padding: 24px 0 6px;
}
.land-pipe-rail {
  position: absolute; left: 6%; right: 6%; top: 34px; height: 2px;
  background: linear-gradient(90deg, rgba(94,234,212,.15), rgba(56,189,248,.35), rgba(94,234,212,.15));
  border-radius: 99px; overflow: hidden;
}
.land-pipe-rail i {
  position: absolute; top: -3px; width: 74px; height: 8px; border-radius: 99px;
  background: linear-gradient(90deg, transparent, #5eead4, transparent);
  filter: blur(1px);
  animation: railRun 4.2s linear infinite;
}
@keyframes railRun {
  from { left: -80px; }
  to { left: 100%; }
}
.land-pipe-node { text-align: center; position: relative; }
.land-pipe-dot {
  display: block; width: 18px; height: 18px; margin: 0 auto 14px; border-radius: 50%;
  background: #0b1b24; border: 2px solid rgba(94,234,212,.55);
  box-shadow: 0 0 0 0 rgba(94,234,212,.45);
  animation: nodePulse 4.2s ease-in-out infinite;
  animation-delay: calc(var(--n) * .7s);
}
@keyframes nodePulse {
  0%, 55%, 100% { background: #0b1b24; box-shadow: 0 0 0 0 rgba(94,234,212,.4); transform: scale(1); }
  12% { background: #5eead4; box-shadow: 0 0 0 10px rgba(94,234,212,0); transform: scale(1.25); }
}
.land-pipe-node b { display: block; color: #fff; font-size: 14px; }
.land-pipe-node small { color: #8fb3c4; font-size: 12px; }
.land-counters { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.land-counters > div {
  background: rgba(9, 25, 34, .66); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 16px; text-align: center;
  transition: transform .25s ease, border-color .25s ease;
}
.land-counters > div:hover { transform: translateY(-3px); border-color: rgba(94,234,212,.4); }
.land-counters strong {
  display: block; font-size: 1.85rem; color: #fff; font-variant-numeric: tabular-nums;
  background: linear-gradient(90deg, #5eead4, #38bdf8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.land-counters span { color: #8fb3c4; font-size: 13px; }

/* --- tüm modüller --- */
.land-suite-bar { display: grid; gap: 12px; margin: 20px 0 18px; }
.land-suite-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.land-suite-tags button {
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color: #c5e0ea;
  border-radius: 99px; padding: 8px 14px; font-size: 13px; font-weight: 650; cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.land-suite-tags button:hover { transform: translateY(-2px); color: #fff; border-color: rgba(94,234,212,.45); }
.land-suite-tags button.is-on { background: linear-gradient(135deg, #0ea5e9, #14b8a6); color: #04222b; border-color: transparent; }
.land-suite-empty { color: #fdba74; margin: 0 0 14px; }
.land-suite-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; align-items: start; }
.land-suite-card {
  position: relative; overflow: hidden;
  background: rgba(9, 25, 34, .7); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 18px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease;
}
.land-suite-card::before {
  content: ""; position: absolute; inset: -1px; border-radius: 18px; pointer-events: none;
  background: radial-gradient(340px 160px at var(--mx, 50%) var(--my, 0%), rgba(94,234,212,.14), transparent 70%);
  opacity: 0; transition: opacity .3s ease;
}
.land-suite-card:hover { transform: translateY(-4px); border-color: rgba(94,234,212,.35); box-shadow: 0 22px 44px rgba(0,0,0,.35); }
.land-suite-card:hover::before { opacity: 1; }
.land-suite-card.is-hide { display: none; }
.land-suite-card.is-in { transition-delay: calc(var(--n) * .06s); }
.land-suite-card header { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 12px; }
.land-suite-ico {
  width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(140deg, rgba(56,189,248,.25), rgba(20,184,166,.25));
  border: 1px solid rgba(255,255,255,.1);
  animation: icoFloat 5s ease-in-out infinite;
}
.land-suite-ico svg { width: 20px; height: 20px; stroke: #7ff0dd; }
.land-suite-card h3 { color: #fff; margin: 0; font-size: 1.08rem; }
.land-suite-card header small { color: #8fb3c4; font-size: 12px; }
.land-suite-count {
  min-width: 34px; text-align: center; color: #04222b; font-size: 13px; padding: 4px 8px;
  border-radius: 99px; background: linear-gradient(135deg, #5eead4, #38bdf8);
}
.land-suite-card > p { color: #9db8c6; margin: 0 0 12px; font-size: 14px; }
.land-suite-more { margin-top: 2px; }
.land-suite-more > summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 99px; font-size: 13px; font-weight: 750;
  color: #5eead4; border: 1px solid rgba(94,234,212,.35); background: rgba(16,185,129,.08);
  width: max-content; user-select: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.land-suite-more > summary::-webkit-details-marker { display: none; }
.land-suite-more > summary::after { content: "+"; font-weight: 800; }
.land-suite-more[open] > summary {
  color: #04222b; border-color: transparent;
  background: linear-gradient(135deg, #5eead4, #38bdf8);
}
.land-suite-more[open] > summary::after { content: "–"; }
.land-suite-body { margin-top: 12px; animation: rise .35s ease; }
.land-suite-sec { display: block; font-style: normal; color: #5eead4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin: 10px 0 6px; }
.land-suite-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.land-suite-chip {
  position: relative; padding: 6px 10px; border-radius: 10px; font-size: 12.5px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); color: #d5e8ef;
  transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}
.land-suite-chip:hover { transform: translateY(-2px) scale(1.03); background: rgba(94,234,212,.14); border-color: rgba(94,234,212,.45); color: #fff; }
.land-suite-chip.is-owner::after {
  content: ""; position: absolute; top: 4px; right: 4px; width: 5px; height: 5px; border-radius: 50%;
  background: #fbbf24; box-shadow: 0 0 6px rgba(251,191,36,.8);
}
.land-suite-chip.is-hit { background: rgba(56,189,248,.22); border-color: rgba(56,189,248,.6); color: #fff; animation: chipHit .5s ease; }
.land-suite-chip.is-dim { opacity: .28; }
@keyframes chipHit {
  0% { transform: scale(1); }
  45% { transform: scale(1.12); }
  100% { transform: scale(1); }
}
.land-suite-note { color: #8fb3c4; font-size: 13px; }

/* --- sektör sekmeleri --- */
.land-sector-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 18px; }
.land-sector-tabs button {
  border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color: #c5e0ea;
  border-radius: 12px; padding: 10px 14px; font-size: 13px; font-weight: 650; cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.land-sector-tabs button:hover { transform: translateY(-2px); color: #fff; }
.land-sector-tabs button.is-on { background: linear-gradient(135deg, #14b8a6, #0ea5e9); color: #04222b; border-color: transparent; }
.land-sector-pane { display: none; }
.land-sector-pane.is-on {
  display: block; animation: rise .5s ease;
  background: rgba(9, 25, 34, .7); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 22px;
}
.land-sector-pane h3 { color: #fff; margin: 0 0 6px; font-size: 1.25rem; }
.land-sector-pane > p { color: #9db8c6; margin: 0 0 16px; }
.land-sector-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.land-sector-chips span {
  padding: 9px 13px; border-radius: 12px; font-size: 13px; color: #eaf4f8;
  background: linear-gradient(140deg, rgba(20,184,166,.18), rgba(56,189,248,.14));
  border: 1px solid rgba(94,234,212,.28);
  animation: chipPop .45s backwards ease;
  animation-delay: calc(var(--n) * .05s);
}
@keyframes chipPop {
  from { opacity: 0; transform: translateY(10px) scale(.94); }
  to { opacity: 1; transform: none; }
}
.land-marquee-rev .land-marquee-track { animation-name: marqueeLeft; animation-duration: 34s; }
@keyframes marqueeLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.land-marquee-rev .land-marquee-track span { border-color: rgba(56,189,248,.22); }
.land-marquee-fast .land-marquee-track { animation-duration: 20s; }
.land-marquee-slow .land-marquee-track { animation-duration: 42s; }
.land-marquee-pair { display: grid; gap: 0; margin: 10px 0 6px; }
.land-marquee-pair .land-marquee { margin: 0; }
.land-marquee-pair .land-marquee + .land-marquee { border-top: none; padding-top: 4px; }
.land-marquee-slim { padding: 8px 0; }
.land-marquee-slim .land-marquee-track span {
  font-size: 12px; padding: 4px 12px; font-weight: 650; color: #b7e6dc;
}
.land-marquee-words { border: none; padding: 14px 0; }
.land-marquee-words .land-marquee-track span {
  border: none; background: none; padding: 0 4px 0 8px; margin-right: 6px;
  font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: #c5e0ea;
}
.land-marquee-words .land-marquee-track span::after {
  content: "→"; margin-left: 14px; color: #5eead4; font-weight: 700;
}
.land-marquee-gold .land-marquee-track span {
  color: #fde68a; border-color: rgba(251,191,36,.32); background: rgba(251,191,36,.08);
}
.land-marquee-ledger {
  margin: 12px 0 4px; padding: 10px 0;
  background: rgba(7, 18, 26, .5); border-radius: 0;
  border-color: rgba(94,234,212,.12);
}
.land-marquee-ledger .land-marquee-track span {
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 12px; font-weight: 600; color: #9db8c6;
  border: none; background: transparent; border-radius: 0;
  padding: 4px 18px 4px 10px; margin-right: 0;
  border-right: 1px solid rgba(255,255,255,.08);
}

.land-live {
  display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center;
  gap: 8px; margin-top: 22px; max-width: 520px;
  padding: 6px 8px 6px 12px; border-radius: 14px;
  border: 1px solid rgba(94,234,212,.22);
  background: rgba(7, 18, 26, .55);
  overflow: hidden;
}
.land-live b {
  display: flex; align-items: center; gap: 8px; margin: 0;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: #5eead4; white-space: nowrap;
}
.land-live b::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: #34d399; box-shadow: 0 0 0 0 rgba(52,211,153,.55);
  animation: liveDot 1.7s ease-out infinite;
}
@keyframes liveDot {
  0% { box-shadow: 0 0 0 0 rgba(52,211,153,.55); }
  70% { box-shadow: 0 0 0 8px rgba(52,211,153,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }
}
.land-live .land-marquee { margin: 0; border: none; padding: 4px 0; min-width: 0; }
.land-flowline > .land-marquee {
  width: 100vw; max-width: 100vw;
  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
}
.land-kicker-live { display: inline-flex; align-items: center; gap: 10px; }
.land-kicker-live::after {
  content: "canlı"; letter-spacing: .14em; font-size: 10px;
  color: #04222b; background: linear-gradient(135deg, #5eead4, #38bdf8);
  border-radius: 99px; padding: 3px 8px;
  animation: liveBadge 2.4s ease-in-out infinite;
}
@keyframes liveBadge {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}

.land-pipe-packet {
  position: absolute; top: 22px; left: 6%; z-index: 2;
  font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: #04222b; padding: 3px 9px; border-radius: 99px;
  background: linear-gradient(135deg, #5eead4, #38bdf8);
  box-shadow: 0 6px 16px rgba(14,165,233,.28);
  animation: packetRun 4.2s linear infinite;
}
@keyframes packetRun {
  0% { left: 5%; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { left: 88%; opacity: 0; }
}
.land-pipe-node.is-on b { color: #5eead4; }
.land-pipe-node.is-on .land-pipe-dot {
  background: #5eead4;
  box-shadow: 0 0 0 6px rgba(94,234,212,.18), 0 0 18px rgba(94,234,212,.55);
}

.land-stats div { position: relative; overflow: hidden; }
.land-stats div::after {
  content: ""; position: absolute; inset: 0 auto 0 -40%; width: 40%;
  background: linear-gradient(90deg, transparent, rgba(94,234,212,.12), transparent);
  animation: statsSweep 5.5s ease-in-out infinite;
}
.land-stats div:nth-child(2)::after { animation-delay: .8s; }
.land-stats div:nth-child(3)::after { animation-delay: 1.6s; }
.land-stats div:nth-child(4)::after { animation-delay: 2.4s; }
@keyframes statsSweep {
  0% { transform: translateX(0); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateX(420%); opacity: 0; }
}

.land-trust span { animation: trustPulse 4.2s ease-in-out infinite; }
.land-trust span:nth-child(2) { animation-delay: .5s; }
.land-trust span:nth-child(3) { animation-delay: 1s; }
.land-trust span:nth-child(4) { animation-delay: 1.5s; }
@keyframes trustPulse {
  0%, 100% { border-color: rgba(255,255,255,.12); }
  50% { border-color: rgba(94,234,212,.45); background: rgba(16,185,129,.1); }
}

.land-day article { isolation: isolate; }
.land-day article::before {
  content: ""; position: absolute; left: -30%; top: 0; bottom: 0; width: 40%;
  background: linear-gradient(90deg, transparent, rgba(94,234,212,.1), transparent);
  animation: daySweep 5s ease-in-out infinite;
}
.land-day article:nth-child(2)::before { animation-delay: 1.2s; }
.land-day article:nth-child(3)::before { animation-delay: 2.4s; }
.land-day article:nth-child(4)::before { animation-delay: 3.6s; }
@keyframes daySweep {
  0% { transform: translateX(0); opacity: 0; }
  25% { opacity: 1; }
  100% { transform: translateX(320%); opacity: 0; }
}

.preview-card { pointer-events: none; }
.preview-pay b.is-on {
  box-shadow: inset 0 0 0 2px #fff;
  filter: brightness(1.12);
}

.mock-kasa li.is-flash { animation: rowIn .4s ease; }
.land-cta-band {
  background-size: 180% 180%;
  animation: ctaShift 12s ease-in-out infinite;
}
@keyframes ctaShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.land-pack-card.is-hot { animation: hotCard 3.2s ease-in-out infinite; }
@keyframes hotCard {
  0%, 100% { box-shadow: 0 18px 40px rgba(16,185,129,.18); }
  50% { box-shadow: 0 22px 48px rgba(14,165,233,.32); }
}
.land-vs-now { position: relative; overflow: hidden; }
.land-vs-now::after {
  content: ""; position: absolute; inset: -20% auto auto -20%; width: 50%; height: 140%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  animation: shine 6s ease-in-out infinite;
}
.preview-chips em { animation: chipGlow 3s ease-in-out infinite; }
.preview-chips em:nth-child(2) { animation-delay: .4s; }
.preview-chips em:nth-child(3) { animation-delay: .8s; }
@keyframes chipGlow {
  0%, 100% { border-color: rgba(94,234,212,.3); }
  50% { border-color: rgba(94,234,212,.8); background: rgba(16,185,129,.18); }
}

@media (max-width: 1100px) {
  .land-suite-grid { grid-template-columns: 1fr; }
  .land-flowline .land-pipe { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
  .land-pipe-rail { display: none; }
  .land-counters { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .land-mods, .land-spots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .land-stats { grid-template-columns: 1fr 1fr; }
  .land-stage, .land-pane.is-on, .land-vs, .land-day, .land-pack { grid-template-columns: 1fr; }
  .land-pack-card.is-hot { transform: none; }
}
@media (max-width: 900px) {
  .land-hero { grid-template-columns: 1fr; padding-top: 28px; }
  .land-steps { grid-template-columns: 1fr; }
  .land-price-kpis { grid-template-columns: 1fr; }
  .land-nav { margin: 8px 12px 0; padding: 12px 14px; }
  .preview-card { display: none; }
  .land-live { max-width: none; grid-template-columns: 1fr; }
  .land-pipe-packet { display: none; }
}
@media (max-width: 640px) {
  .land-mods, .land-spots { grid-template-columns: 1fr; }
  .land-stats { grid-template-columns: 1fr; }
  .land-keys { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .land-flowline .land-pipe { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .land-sector-tabs button { flex: 1 1 100%; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .orb, .land-grid-fx, .preview-pos::after, .float-1, .float-2, .float-3, .preview-line i,
  .land-spot::before, .mod-ico, .preview-chips em, .mock-spark i, .land-mod::after,
  .land-aurora, .land-beam, .land-dust i, .land-suite-ico, .land-sector-chips span,
  .land-stats div::after, .land-trust span, .land-day article::before, .preview-pay b,
  .land-cta-band, .land-pack-card.is-hot, .land-vs-now::after { animation: none !important; }
  .land-dust { display: none; }
  [data-reveal] { opacity: 1; transform: none; }
  .land-bars .land-bar i em { width: calc(var(--p) * 100%); }
}

