/**
 * Marketing landing chrome — earnsway-v7-fixed.html (landing only, no demo strip).
 */

.es-land-v7 {
  min-height: 100vh;
  background: var(--bg);
  color: var(--t1);
  overflow-x: clip;
}

.es-land-v7 .land-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nh);
  z-index: 500;
  background: #07090d;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 0 32px;
}

.es-land-v7 .land-nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.es-land-v7 .ln-links {
  display: none;
  align-items: center;
  gap: 22px;
}

@media (min-width: 768px) {
  .es-land-v7 .ln-links {
    display: flex;
  }
}

.es-land-v7 .ln-links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--t2);
  transition: color var(--ease);
}

.es-land-v7 .ln-links a:hover {
  color: var(--t1);
}

.es-land-v7 .ln-btns {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.es-land-v7 .ln-btns .btn {
  font-size: 13px !important;
  padding: 8px 16px !important;
  height: auto !important;
}

/* ─── Mobile hamburger ─── */
.es-land-v7 .ln-ham {
  background: none;
  border: none;
  padding: 8px;
  border-radius: var(--r2);
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.es-land-v7 .ln-ham span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--t2);
  border-radius: 2px;
  transition: var(--ease);
}

.es-land-v7 .ln-ham.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.es-land-v7 .ln-ham.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.es-land-v7 .ln-ham.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ─── Mobile dropdown ─── */
.es-land-v7 ~ .ln-mob-menu,
.ln-mob-menu {
  display: none;
  position: fixed;
  top: var(--nh);
  left: 0;
  right: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  padding: 10px 12px 14px;
  gap: 2px;
  z-index: 499;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.ln-mob-menu.show {
  display: flex;
}

.ln-mob-link {
  padding: 11px 14px;
  border-radius: var(--r2);
  color: var(--t2);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background var(--ease), color var(--ease);
}

.ln-mob-link:hover {
  background: var(--elevated);
  color: var(--t1);
}

.ln-mob-div {
  height: 1px;
  background: var(--border);
  margin: 6px 0;
}

.ln-mob-cta {
  display: block;
  text-align: center;
  background: var(--primary);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: var(--r2);
  text-decoration: none;
  margin-top: 4px;
  transition: background var(--ease);
}

.ln-mob-cta:hover {
  background: #00dea8;
  color: #000;
}

.es-land-v7 .land-body {
  padding-top: var(--nh);
}

.es-land-v7 .s-band {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 12px;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .es-land-v7 .s-band {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 20px 40px;
  }
}

.es-land-v7 .sb-i {
  text-align: center;
  padding: 4px 8px;
}

@media (min-width: 768px) {
  .es-land-v7 .sb-i {
    padding: 4px 12px;
    border-right: 1px solid var(--border);
  }

  .es-land-v7 .sb-i:last-child {
    border-right: none;
  }
}

.es-land-v7 .sb-n {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 3px;
}

.es-land-v7 .sb-n .g {
  color: var(--primary);
}

.es-land-v7 .sb-l {
  font-size: 11px;
  color: var(--t2);
  font-weight: 500;
}

.es-land-v7 .how-sec {
  padding: 56px 24px 48px;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .es-land-v7 .how-sec {
    padding: 72px 40px;
  }
}

.es-land-v7 .l-eye {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}

.es-land-v7 .l-h2 {
  text-align: center;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.es-land-v7 .l-h2-s {
  text-align: center;
  font-size: 14px;
  color: var(--t2);
  margin-bottom: 36px;
}

.es-land-v7 .steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .es-land-v7 .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.es-land-v7 .step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r4);
  padding: 22px;
  transition: border-color var(--ease), transform var(--ease);
}

.es-land-v7 .step:hover {
  border-color: rgba(0, 200, 150, 0.3);
  transform: translateY(-3px);
}

.es-land-v7 .step-ico {
  width: 38px;
  height: 38px;
  background: var(--p-dim);
  border: 1px solid rgba(0, 200, 150, 0.16);
  border-radius: var(--r2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 14px;
}

.es-land-v7 .step-t {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 7px;
}

.es-land-v7 .step-d {
  font-size: 13px;
  color: var(--t2);
  line-height: 1.65;
}

/* Featured networks (Start Earning config) under “How it works” */
.es-land-v7 .land-how-featured {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}

.es-land-v7 .lhf-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--t3);
  margin-bottom: 16px;
}

.es-land-v7 .lhf-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}

.es-land-v7 .lhf-sub {
  font-size: 13px;
  color: var(--t2);
  line-height: 1.55;
  margin: -8px 0 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.es-land-v7 .lhf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 768px) {
  .es-land-v7 .lhf-grid {
    grid-template-columns: 1fr 1.42fr 1fr;
    align-items: center;
  }

  .es-land-v7 .lhf-grid[data-lhf-count="1"] {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
  }

  .es-land-v7 .lhf-grid[data-lhf-count="2"] {
    grid-template-columns: 1fr 1fr;
  }
}

.es-land-v7 .lhf-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #111c2a, #0e1820);
  border: 1px solid var(--border2);
  border-radius: var(--r4);
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
  overflow: hidden;
}

.es-land-v7 .lhf-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), transparent 70%);
  opacity: 0.7;
}

.es-land-v7 .lhf-card:hover {
  border-color: rgba(0, 200, 150, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 200, 150, 0.14);
}

.es-land-v7 .lhf-card:hover .lhf-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ── Spotlight / centre card ── */
.es-land-v7 .lhf-card.lhf-card--center {
  border-color: rgba(0, 200, 150, 0.45);
  padding: 20px 18px;
  z-index: 1;
  animation: lhf-center-glow 3.8s ease-in-out infinite;
}

.es-land-v7 .lhf-card.lhf-card--center .lhf-logo {
  width: 48px;
  height: 48px;
}

.es-land-v7 .lhf-card.lhf-card--center .lhf-name {
  font-size: 15px;
}

.es-land-v7 .lhf-card.lhf-card--center::before {
  opacity: 1;
  height: 3px;
}

.es-land-v7 .lhf-card.lhf-card--center .lhf-arrow {
  opacity: 1;
  transform: translateX(0);
}

@keyframes lhf-center-glow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(0, 200, 150, 0.18),
      0 0 36px rgba(0, 200, 150, 0.16),
      0 16px 50px rgba(0, 0, 0, 0.38);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(0, 200, 150, 0.30),
      0 0 60px rgba(0, 200, 150, 0.26),
      0 20px 68px rgba(0, 0, 0, 0.46);
  }
}

.es-land-v7 .lhf-card.lhf-card--hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .es-land-v7 .lhf-card.lhf-card--center {
    animation: none;
    box-shadow: 0 0 0 1px rgba(0, 200, 150, 0.28), 0 10px 28px rgba(0, 0, 0, 0.4);
  }
}

.es-land-v7 .lhf-logo {
  width: 40px;
  height: 40px;
  border-radius: var(--r3);
  flex-shrink: 0;
  background: var(--p-dim);
  border: 1px solid rgba(0, 200, 150, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.es-land-v7 .lhf-logo--blue {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.2);
}

.es-land-v7 .lhf-logo--purple {
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.2);
}

.es-land-v7 .lhf-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.es-land-v7 .lhf-info {
  min-width: 0;
  text-align: left;
}

.es-land-v7 .lhf-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.es-land-v7 .lhf-type {
  font-size: 11px;
  color: var(--t2);
  line-height: 1.35;
}

.es-land-v7 .lhf-rating {
  font-size: 10px;
  font-weight: 600;
  color: var(--t2);
  margin-top: 5px;
  line-height: 1.3;
}

.es-land-v7 .lhf-rating--top {
  color: var(--primary);
}

.es-land-v7 .lhf-badge {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--primary);
  color: #000;
  padding: 2px 8px;
  border-radius: var(--pill);
}

.es-land-v7 .lhf-arrow {
  margin-left: auto;
  font-size: 14px;
  color: var(--primary);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity var(--ease), transform var(--ease);
}

.es-land-v7 .lhf-more {
  text-align: center;
  margin: 20px 0 0;
  margin-bottom: 0;
  font-size: 13px;
}

.es-land-v7 .lhf-more a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none !important;
}

.es-land-v7 .lhf-more a:hover {
  text-decoration: underline !important;
}

.es-land-v7 .trust-sec {
  padding: 48px 24px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

@media (min-width: 768px) {
  .es-land-v7 .trust-sec {
    padding: 48px 40px;
  }
}

.es-land-v7 .trust-sec .t-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 960px;
  margin: 16px auto 0;
}

@media (min-width: 768px) {
  .es-land-v7 .trust-sec .t-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.es-land-v7 .t-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--elevated);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: 18px;
}

.es-land-v7 .t-item .t-ico {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

.es-land-v7 .t-tit {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}

.es-land-v7 .t-desc {
  font-size: 12px;
  color: var(--t2);
  line-height: 1.55;
}

.es-land-v7 .cta-sec {
  padding: 64px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
}

.es-land-v7 .cta-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 400px at 50% 50%, rgba(0, 200, 150, 0.04), transparent);
  pointer-events: none;
}

.es-land-v7 .cta-h2 {
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
  position: relative;
}

.es-land-v7 .cta-h2 em {
  font-style: normal;
  color: var(--primary);
}

.es-land-v7 .cta-sub {
  font-size: 15px;
  color: var(--t2);
  margin-bottom: 26px;
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.es-land-v7 .cta-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.es-land-v7 .land-foot {
  background: var(--surface);
  border-top: 1px solid var(--border);
  /* Full-bleed bar — same strategy as guest landing footer */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 600px) {
  .es-land-v7 .land-foot {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.es-land-v7 .lf-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.es-land-v7 .lf-links a {
  font-size: 12px;
  color: var(--t3);
  transition: color var(--ease);
}

.es-land-v7 .lf-links a:hover {
  color: var(--primary);
}

.es-land-v7 .lf-copy {
  font-size: 12px;
  color: var(--t3);
}

.es-land-v7 .es7-dash-hero-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 24px 0;
}

@media (min-width: 768px) {
  .es-land-v7 .es7-dash-hero-wrap {
    padding: 40px 40px 0;
  }
}

/* Full landing: no app chrome offsets */
body.es-landing-route .wrapper main.content {
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

body.es-landing-route .wrapper {
  padding-bottom: 0 !important;
}

body.es-landing-route footer.footer-sticky {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

body.es-landing-route .es-mob-ov {
  display: none !important;
}

@media (max-width: 767px) {
  body.es-landing-route .wrapper main.content {
    padding-bottom: 0 !important;
  }
}

/* ══════════════════════════════════════════════════
   SCROLL REVEAL — sections fade up as they enter viewport
══════════════════════════════════════════════════ */

/* Base hidden state — only applied once JS adds [data-reveal] */
.es-land-v7 [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Revealed state — added by IntersectionObserver */
.es-land-v7 [data-reveal].es-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children inside groups */
.es-land-v7 [data-reveal][data-delay="1"] { transition-delay: 0.08s; }
.es-land-v7 [data-reveal][data-delay="2"] { transition-delay: 0.16s; }
.es-land-v7 [data-reveal][data-delay="3"] { transition-delay: 0.24s; }
.es-land-v7 [data-reveal][data-delay="4"] { transition-delay: 0.32s; }

/* Stat band: individual number counters slide up with stagger */
.es-land-v7 .s-band { overflow: visible; }

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .es-land-v7 [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ══════════════════════════════════════════════════
   EXPERIENCE SECTION — desktop + phone mockups
══════════════════════════════════════════════════ */

.es-land-v7 .exp-sec {
  padding: 80px var(--lp, 40px);
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}

/* Layout: two columns on desktop, stacked on mobile */
.es-land-v7 .exp-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px 40px;
  align-items: start;
  margin-top: 48px;
}

.es-land-v7 .exp-device-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--t2);
  margin-bottom: 16px;
}

/* ── Desktop browser mockup ── */
.es-land-v7 .exp-browser {
  width: 100%;
  background: #0d1420;
  border-radius: 12px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(30, 40, 64, 0.9);
  overflow: hidden;
  /* 3D flip-in initial state */
  opacity: 0;
  transform: perspective(1200px) rotateX(-18deg) translateY(-4%) scaleX(0.97);
  transform-origin: 50% 0%;
  transition:
    opacity 0.6s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.es-land-v7 .exp-browser.exp-browser-show {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateY(0) scaleX(1);
}

/* Browser chrome bar */
.es-land-v7 .exp-bc {
  background: #0d1420;
  border-bottom: 1px solid var(--border);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.es-land-v7 .exp-bcd {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}
.es-land-v7 .exp-bcd span {
  width: 9px; height: 9px;
  border-radius: 50%;
}
.es-land-v7 .exp-bcd span:nth-child(1) { background: #ff5f57; }
.es-land-v7 .exp-bcd span:nth-child(2) { background: #febc2e; }
.es-land-v7 .exp-bcd span:nth-child(3) { background: #28c840; }
.es-land-v7 .exp-burl {
  flex: 1;
  max-width: 48%;
  margin: 0 auto;
  background: #161e2c;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 11px;
  color: var(--t3);
  display: flex;
  align-items: center;
  gap: 5px;
}
.es-land-v7 .exp-burl-lock { color: var(--primary); }

/* Browser content area */
.es-land-v7 .exp-bscreen {
  background: var(--bg);
  height: 240px;
  overflow: hidden;
  position: relative;
  transition: filter 0.25s ease;
}

/* Mini nav inside browser */
.es-land-v7 .exp-mn {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.es-land-v7 .exp-mn-logo {
  display: flex;
  align-items: center;
  gap: 6px;
}
.es-land-v7 .exp-mn-mark {
  width: 18px; height: 18px;
  background: var(--primary);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 900;
  color: #003d2a;
}
.es-land-v7 .exp-mn-name {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.es-land-v7 .exp-mn-name b { color: var(--primary); }
.es-land-v7 .exp-mn-cta {
  background: var(--primary);
  color: #000;
  border-radius: 4px;
  padding: 3px 9px;
  font-size: 9px;
  font-weight: 700;
}

/* Earn page content */
.es-land-v7 .exp-earn-pg {
  padding: 12px 14px;
}
.es-land-v7 .exp-earn-title {
  font-size: 10px;
  font-weight: 700;
  color: var(--t2);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.es-land-v7 .exp-ow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.es-land-v7 .exp-ow-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 12px;
  cursor: default;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 80px;
}
.es-land-v7 .exp-ow-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.2s;
}
.es-land-v7 .exp-ow-card.exp-ow-hovered {
  border-color: rgba(0, 200, 150, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 200, 150, 0.12);
}
.es-land-v7 .exp-ow-card.exp-ow-hovered::after { opacity: 1; }
.es-land-v7 .exp-ow-num {
  font-size: 30px;
  font-weight: 900;
  color: rgba(0, 200, 150, 0.14);
  letter-spacing: -0.04em;
  line-height: 1;
}
.es-land-v7 .exp-ow-label {
  font-size: 9px;
  font-weight: 600;
  color: var(--t2);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.es-land-v7 .exp-ow-count {
  font-size: 8px;
  color: var(--primary);
  font-weight: 600;
}

/* Animated desktop cursor */
.es-land-v7 .exp-cursor {
  position: absolute;
  pointer-events: none;
  z-index: 20;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: left 0.7s ease, top 0.7s ease, opacity 0.3s;
}
.es-land-v7 .exp-cursor-dot {
  width: 10px; height: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.es-land-v7 .exp-cursor-ring {
  width: 24px; height: 24px;
  border: 1.5px solid rgba(0, 200, 150, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.es-land-v7 .exp-cursor.exp-cursor-click .exp-cursor-ring {
  transform: translate(-50%, -50%) scale(0.55);
  opacity: 0.4;
}

/* ── Phone mockup ── */
.es-land-v7 .exp-phone-outer {
  display: flex;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: perspective(900px) rotateY(18deg) translateX(6%) scale(0.95);
  transform-origin: 60% 50%;
  transition:
    opacity 0.55s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.es-land-v7 .exp-phone-outer.exp-phone-show {
  opacity: 1;
  transform: perspective(900px) rotateY(0deg) translateX(0) scale(1);
}

.es-land-v7 .exp-phone {
  width: min(200px, 80%);
  background: #090d15;
  border-radius: 26px;
  border: 2.5px solid #2a3450;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.es-land-v7 .exp-ph-notch {
  height: 16px;
  background: #090d15;
  display: flex;
  align-items: center;
  justify-content: center;
}
.es-land-v7 .exp-ph-notch::after {
  content: '';
  width: 30%;
  height: 5px;
  background: #1a2235;
  border-radius: 99px;
}
.es-land-v7 .exp-ph-screen {
  background: var(--bg);
  height: 340px;
  overflow: hidden;
  position: relative;
}
.es-land-v7 .exp-ph-home {
  height: 14px;
  background: #090d15;
  display: flex;
  align-items: center;
  justify-content: center;
}
.es-land-v7 .exp-ph-home::after {
  content: '';
  width: 24%;
  height: 3px;
  background: #1e2840;
  border-radius: 99px;
}

/* Phone top nav */
.es-land-v7 .exp-ptn {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.es-land-v7 .exp-ptn-l {
  display: flex;
  align-items: center;
  gap: 5px;
}
.es-land-v7 .exp-ptn-mark {
  width: 20px; height: 20px;
  background: var(--primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  color: #003d2a;
}
.es-land-v7 .exp-ptn-name {
  font-size: 13px;
  font-weight: 800;
}
.es-land-v7 .exp-ptn-name b { color: var(--primary); }
.es-land-v7 .exp-ptn-bal {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold, #F0B429);
}

/* Phone earn page */
.es-land-v7 .exp-ph-earn {
  padding: 10px 12px;
}
.es-land-v7 .exp-ph-sec-title {
  font-size: 10px;
  font-weight: 700;
  color: var(--t2);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.es-land-v7 .exp-ph-ow-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.es-land-v7 .exp-ph-ow {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: default;
  transition: border-color 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.es-land-v7 .exp-ph-ow::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.2s;
}
.es-land-v7 .exp-ph-ow.exp-ph-ow-active {
  border-color: rgba(0, 200, 150, 0.4);
  transform: translateX(3px);
}
.es-land-v7 .exp-ph-ow.exp-ph-ow-active::after { opacity: 1; }
.es-land-v7 .exp-ph-ow-num {
  font-size: 28px;
  font-weight: 900;
  color: rgba(0, 200, 150, 0.14);
  line-height: 1;
  width: 36px;
  text-align: center;
  flex-shrink: 0;
}
.es-land-v7 .exp-ph-ow-info { flex: 1; }
.es-land-v7 .exp-ph-ow-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}
.es-land-v7 .exp-ph-ow-sub {
  font-size: 10px;
  color: var(--t2);
}
.es-land-v7 .exp-ph-ow-arr {
  font-size: 14px;
  color: var(--primary);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateX(-4px);
}
.es-land-v7 .exp-ph-ow.exp-ph-ow-active .exp-ph-ow-arr {
  opacity: 1;
  transform: translateX(0);
}

/* Phone bottom nav */
.es-land-v7 .exp-pbn {
  background: var(--surface);
  border-top: 1px solid var(--border);
  display: flex;
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 5;
}
.es-land-v7 .exp-pbn-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 7px 2px;
  font-size: 8px;
  font-weight: 600;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.es-land-v7 .exp-pbn-ico {
  font-size: 16px;
  line-height: 1;
}
.es-land-v7 .exp-pbn-btn.exp-pbn-on { color: var(--primary); }

/* Touch indicator dot */
.es-land-v7 .exp-ph-touch {
  position: absolute;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(0, 200, 150, 0.3);
  border: 1.5px solid rgba(0, 200, 150, 0.7);
  transform: scale(0);
  pointer-events: none;
  z-index: 30;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .es-land-v7 .exp-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .es-land-v7 .exp-col-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .es-land-v7 .exp-phone {
    width: min(240px, 70%);
  }
  .es-land-v7 .exp-ph-screen {
    height: 300px;
  }
}

@media (max-width: 540px) {
  .es-land-v7 .exp-sec {
    padding: 60px 20px;
  }
  .es-land-v7 .exp-bscreen {
    height: 200px;
  }
}
