:root {
  --bg: #0A0E1A;
  --surface: #0E1320;
  --surface2: #161D2E;
  --primary: #00D4AA;
  --secondary: #F59E0B;
  --text: #F9FAFB;
  --text2: #8B95A7;
  --text3: #4B5566;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.16);
  --display: 'Syne', sans-serif;
  --body: 'Inter', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); font-family: var(--body); scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

.section-inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 12px;
}

h1, h2 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.5px; margin: 0 0 18px; }
h1 { font-size: 52px; }
h2 { font-size: 38px; }
.accent { color: var(--primary); }
.lede { font-size: 16px; line-height: 1.6; color: var(--text2); max-width: 460px; margin: 0 0 28px; }
.mono { font-family: var(--mono); }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(10,14,26,0.75); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: 1px; }
.brand-mark { width: 30px; height: 30px; object-fit: contain; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 14px; color: var(--text2); font-weight: 500; }
.nav-links a:hover { color: var(--text); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 8px; font-weight: 700; font-size: 14px; letter-spacing: 0.3px; }
.btn-primary { background: var(--primary); color: #06241D; }
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn-lg { padding: 16px 32px; font-size: 15px; }
.btn-block { width: 100%; }
.hero-web-cta { margin-top: 18px; }
.cta-web-btn { margin: 8px 0 24px; }

.store-row { display: flex; gap: 12px; flex-wrap: wrap; }
.store-row.centered { justify-content: center; }
.store-badge {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--border-strong); border-radius: 8px;
  padding: 10px 18px; font-size: 13px; font-weight: 600; color: var(--text);
  background: rgba(255,255,255,0.03);
}
.store-badge-soon { opacity: 0.55; cursor: default; pointer-events: none; }
.store-badge-text { display: flex; flex-direction: column; line-height: 1.2; }
.store-badge-text small { font-size: 9px; font-weight: 500; color: var(--text2); text-transform: uppercase; letter-spacing: 0.5px; }

/* hero */
.hero { position: relative; padding: 120px 0 100px; overflow: hidden; }
.hero-glow {
  position: absolute; top: -200px; left: 50%; width: 900px; height: 700px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0,212,170,0.16), transparent 70%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.hero-stage { position: relative; height: 460px; }
.hero-panel {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, var(--surface), var(--surface2));
  border: 1px solid var(--border); border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-art { width: 60%; opacity: 0.9; }
.float-card {
  position: absolute; background: rgba(14,19,32,0.92); border: 1px solid var(--border-strong);
  border-radius: 12px; padding: 12px 14px; display: flex; flex-direction: column; gap: 3px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.45); min-width: 150px; backdrop-filter: blur(10px);
}
.fc-1 { top: 6%; left: -6%; }
.fc-2 { top: 30%; right: -10%; }
.fc-3 { bottom: 22%; left: -10%; }
.fc-4 { bottom: 0%; right: -4%; }
.fc-label { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--text2); font-weight: 700; }
.fc-value { font-size: 15px; font-weight: 700; color: var(--text); }
.fc-sub { font-size: 11px; color: var(--text3); }
.fc-good { color: var(--primary); }

/* generic split section */
.section { padding: 90px 0; border-top: 1px solid var(--border); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-art { position: relative; }

.feature-list { display: flex; flex-direction: column; gap: 14px; margin-top: 6px; }
.feature-list li { display: flex; flex-direction: column; gap: 2px; padding-left: 18px; border-left: 2px solid var(--primary); }
.feature-list li b { font-size: 14px; color: var(--text); }
.feature-list li span { font-size: 12px; color: var(--text2); }

/* fish id */
.scan-frame { position: relative; background: var(--surface); border-radius: 16px; border: 1px solid var(--border); height: 240px; display: flex; align-items: center; justify-content: center; margin-bottom: -60px; }
.scan-corner { position: absolute; width: 22px; height: 22px; border: 2px solid var(--primary); }
.tl { top: 14px; left: 14px; border-right: none; border-bottom: none; }
.tr { top: 14px; right: 14px; border-left: none; border-bottom: none; }
.bl { bottom: 14px; left: 14px; border-right: none; border-top: none; }
.br { bottom: 14px; right: 14px; border-left: none; border-top: none; }
.id-card { position: relative; margin-left: 40px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 22px; max-width: 340px; }
.id-tag { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text2); margin: 0 0 4px; font-weight: 700; }
.id-card h4 { margin: 0 0 6px; font-size: 19px; }
.id-latin { font-size: 12px; color: var(--text2); margin: 0 0 16px; display: flex; justify-content: space-between; }
.id-about-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text2); margin: 0 0 4px; font-weight: 700; }
.id-about { font-size: 13px; color: var(--text2); line-height: 1.5; margin: 0 0 16px; }
.id-rows { display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--border); padding-top: 12px; }
.id-row { display: flex; justify-content: space-between; font-size: 12px; }
.id-row span { color: var(--text2); }

/* map */
.map-panel { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; height: 360px; overflow: hidden; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 28px 28px; }
.map-grid.small { background-size: 16px 16px; }
.pin { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(0,212,170,0.18); }
.pin.active { width: 13px; height: 13px; background: var(--secondary); box-shadow: 0 0 0 7px rgba(245,158,11,0.22); }
.p1 { top: 20%; left: 15%; } .p2 { top: 35%; left: 45%; } .p3 { top: 60%; left: 25%; }
.p4 { top: 70%; left: 65%; } .p5 { top: 25%; left: 75%; } .p6 { top: 48%; left: 58%; }
.pin.small.p1 { top: 30%; left: 25%; } .pin.small.p2 { top: 55%; left: 55%; } .pin.small.p3 { top: 40%; left: 75%; }
.hotspot-card { position: absolute; right: 18px; bottom: 18px; width: 200px; background: rgba(14,19,32,0.95); border: 1px solid var(--border-strong); border-radius: 12px; padding: 16px; backdrop-filter: blur(10px); }
.hs-tag { font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text2); margin: 0 0 4px; font-weight: 700; }
.hotspot-card h4 { font-size: 15px; margin: 0 0 6px; }
.hs-rating { font-size: 12px; color: var(--secondary); margin: 0 0 12px; }
.hs-species { display: flex; gap: 6px; margin-bottom: 12px; }
.hs-species span { font-size: 11px; background: var(--surface2); border-radius: 6px; padding: 4px 8px; color: var(--text2); }

/* stat grid */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 18px; min-height: 110px; position: relative; overflow: hidden; }
.sc-label { font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text2); font-weight: 700; margin: 0 0 8px; }
.sc-value { font-size: 26px; font-weight: 700; margin: 0; }
.sc-value span { font-size: 13px; color: var(--text2); margin-left: 3px; }
.sc-sub { font-size: 11px; color: var(--text3); margin: 4px 0 0; }
.sparkline { display: flex; align-items: flex-end; gap: 3px; height: 24px; margin-top: 10px; }
.sparkline span { flex: 1; background: var(--primary); opacity: 0.5; border-radius: 1px; height: 40%; }
.sparkline span:nth-child(3), .sparkline span:nth-child(6) { height: 80%; opacity: 0.9; }
.bars { display: flex; align-items: flex-end; gap: 4px; height: 30px; margin-top: 10px; }
.bars span { flex: 1; background: var(--primary); border-radius: 2px; }

/* catch log */
.catch-row { display: flex; gap: 14px; overflow-x: auto; }
.catch-card { flex: 0 0 150px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 14px; }
.catch-img { height: 80px; border-radius: 10px; background: radial-gradient(circle, rgba(0,212,170,0.15), var(--surface2)); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.catch-img.alt { background: radial-gradient(circle, rgba(245,158,11,0.18), var(--surface2)); }
.catch-card h5 { font-size: 13px; margin: 0 0 4px; }
.catch-card p { font-size: 11px; color: var(--text2); margin: 0; }
.catch-meta { color: var(--text3) !important; margin-top: 4px !important; }

/* showcase */
.showcase { text-align: center; }
.showcase-head { max-width: 560px; margin: 0 auto 60px; }
.showcase-head .lede { margin: 0 auto 28px; }
.showcase-head .store-row { justify-content: center; }
.phones { display: flex; justify-content: center; align-items: center; gap: -10px; }
.phone { width: 200px; height: 410px; background: #05070D; border: 6px solid #1B2233; border-radius: 36px; padding: 14px; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.phone-main { width: 220px; height: 450px; z-index: 2; margin: 0 -14px; }
.phone-side { transform: rotate(0deg) translateY(20px) scale(0.92); opacity: 0.85; }
.phone-screen { background: linear-gradient(160deg, var(--surface), var(--bg)); height: 100%; border-radius: 24px; padding: 16px; text-align: left; position: relative; overflow: hidden; }
.ph-label { font-size: 11px; color: var(--text2); margin: 0 0 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.phone-screen h6 { font-size: 16px; margin: 0 0 4px; }
.ph-sub { font-size: 12px; color: var(--text2); margin: 0 0 10px; }
.ph-sub.accent { color: var(--primary); font-weight: 700; }
.ph-block { height: 120px; border-radius: 12px; background: linear-gradient(160deg, rgba(0,212,170,0.18), rgba(0,212,170,0.02)); border: 1px solid var(--border); margin-top: 10px; }
.ph-row { display: flex; justify-content: space-between; font-size: 12px; padding: 8px 0; border-bottom: 1px solid var(--border); }
.map-grid.small { position: absolute; inset: 14px; height: 140px; border-radius: 10px; }

/* community */
.post-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 20px; max-width: 320px; }
.post-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--secondary)); display: block; }
.post-head b { font-size: 13px; display: block; }
.post-head span { font-size: 11px; color: var(--text2); }
.post-img { height: 100px; border-radius: 10px; background: var(--surface2); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.post-text { font-size: 13px; color: var(--text2); line-height: 1.5; margin: 0 0 14px; }
.post-foot { display: flex; gap: 16px; font-size: 12px; color: var(--text2); }

/* cta */
.cta { position: relative; text-align: center; padding: 120px 0; overflow: hidden; }
.cta-inner { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; }
.cta .lede { text-align: center; }
.cta-glow { position: absolute; bottom: -260px; left: 50%; width: 800px; height: 600px; transform: translateX(-50%); background: radial-gradient(circle, rgba(245,158,11,0.14), transparent 70%); pointer-events: none; }

/* footer */
.footer { border-top: 1px solid var(--border); padding: 36px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-inner .brand { font-size: 15px; }
.footer-inner p { font-size: 12px; color: var(--text3); margin: 0; }

@media (max-width: 860px) {
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .split.reverse { direction: ltr; }
  .hero-stage { height: 360px; margin-top: 40px; }
  .float-card { min-width: 130px; padding: 10px 12px; }
  .fc-1, .fc-2, .fc-3, .fc-4 { left: auto; right: auto; }
  .fc-1 { top: -10px; left: 10px; }
  .fc-2 { top: 40%; right: 10px; }
  .fc-3 { bottom: 40px; left: 10px; }
  .fc-4 { bottom: -10px; right: 10px; }
  .stat-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .phones { flex-direction: column; }
  .phone-side { display: none; }
  .scan-frame { margin-bottom: 16px; }
  .id-card { margin-left: 0; }
}
