
:root{
  --bg1:#0b1220;
  --bg2:#0d1f3a;
  --brand:#f7b500;
  --brand-2:#ffcc4d;
  --text:#f3f6ff;
  --muted:#b9c2d0;
  --card:#0f1b33;
  --accent:#1b2a4d;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text);background:linear-gradient(135deg,var(--bg1),var(--bg2));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.container{width:min(1100px,92vw);margin-inline:auto}
a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}
.nav{position:sticky;top:0;z-index:50;background:rgba(6,12,24,.7);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.brand{display:flex;align-items:center;gap:16px}
.brand img{width:72px;height:72px;object-fit:contain;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.35)}
.brand-title{line-height:1.1}
.brand-title h1{font-size:clamp(28px,5vw,40px);margin:0;letter-spacing:.3px}
.brand-title p{margin:6px 0 0;color:var(--muted);font-size:14px}
.nav-links{display:flex;align-items:center;gap:28px;font-size:18px}
.nav-links a{color:var(--text);opacity:.92}
.cta{background:linear-gradient(90deg,var(--brand),var(--brand-2));color:#1a1200;font-weight:700;padding:12px 18px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 6px 18px rgba(247,181,0,.25)}
.cta:hover{filter:brightness(1.05)}
.hero{padding:52px 0 10px}
.hero-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:36px;align-items:center}
.hero h2{font-size:clamp(36px,5vw,54px);margin:0 0 10px}
.hero p.lead{color:var(--muted);font-size:clamp(18px,2vw,22px);margin:0 0 18px}
.hero .actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#101a30;color:var(--text);cursor:pointer}
.button:hover{background:#14203a}
.button.primary{border:none;background:linear-gradient(90deg,var(--brand),var(--brand-2));color:#1a1200;font-weight:800}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:34px 0 10px}
.card{background:linear-gradient(180deg,var(--card),transparent);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:18px;min-height:120px}
.card h4{margin:0 0 8px;font-size:20px}
.card p{margin:0;color:var(--muted);font-size:16px}
.section{padding:36px 0}
.section h3{font-size:clamp(26px,3.2vw,34px);margin:0 0 12px}
.section p{color:var(--muted);font-size:18px;margin:0 0 10px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.cities{margin-top:6px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.city{background:linear-gradient(180deg,#142546,#0e1b34);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:16px;text-align:center}
.city h5{margin:0;font-size:18px}
.footer{margin-top:34px;border-top:1px solid rgba(255,255,255,.08);padding:20px 0 28px;color:var(--muted);font-size:14px;text-align:center}
.footer small{display:block;margin-top:6px;color:#a9b3c4}
@media (max-width:960px){
  .nav-links{display:none}
  .hero-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .cities{grid-template-columns:repeat(2,1fr)}
}
/* Adjust navigation logo size */
.logo img {
  width: 120px;   /* increase this value until it looks right */
  height: auto;   /* keeps proportions */
}

.footer {
  background: #0b1b35;
  padding: 20px 0;
  color: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center; /* Center the text block */
}

.footer-left {
  flex: 1;
  text-align: center; /* Center text inside left column */
}

.footer-left p,
.footer-left small {
  display: block;
  margin: 4px 0;
}

.footer-right {
  text-align: right;
}

.footer-right a {
  color: #fff;
  font-size: 22px;
  margin-left: 16px;
  transition: color 0.3s;
}

.footer-right a:hover {
  color: #f39c12;
}

.cities-section {
  margin-top: 40px;
  padding-top: 40px;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.city-box {
  position: relative;
  background: #ccc url('https://via.placeholder.com/300x200') center/cover no-repeat;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}

.city-box .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0px 2px 8px rgba(0,0,0,0.7);
}

/* Roadmap styling */
#roadmap {
  margin: 60px 0;
  text-align: center;
}

#roadmap h3 {
  margin-bottom: 40px;
  font-size: 1.9rem;
  font-weight: bold;
}

.roadmap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 40px;
}

.roadmap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #ccc;
  z-index: 0;
}

.phase {
  flex: 1;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.phase .dot {
  width: 22px;
  height: 22px;
  background: #f39c12;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
}

.phase h4 {
  margin: 15px 0 10px;
  font-size: 1.3rem;
  font-weight: bold;
}

.phase p {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
}

.cities-grid {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.city {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}

.city img {
  width: 100%;
  height: 200px; /* keep them all same height */
  object-fit: cover; /* crop instead of stretching */
  display: block;
  border-radius: 10px;
}

.city-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6); /* ensures readability */
}

.video-container {
  margin-top: 20px; /* pushes video down below the heading */
}

/* styles.css */
body {
  font-size: 1.125rem; /* ~18px */
  line-height: 1.6;
}

h2 {
  font-size: 2rem; /* ~32px */
}

h3 {
  font-size: 1.6rem; /* ~25px */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; /* adjust to your nav height */
}

/* Add breathing room between About and Quick Facts */
#about .grid-2 > div:first-child {
  padding-right: 40px; /* adjust this number until it looks good */
}

#about .grid-2 > div:first-child {
  max-width: 90%; /* keeps text from running too wide */
  padding-right: 40px;
}

/* Mint box styling */
.mint-box {
  margin: 15px 0 25px;     /* adds cushion above & below */
  max-width: 500px;        /* keeps it from being too long */
  display: flex;
  align-items: center;
  gap: 10px;
}

.mint-box input {
  flex: 1;
  padding: 8px 12px;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f9f9f9;
}

.mint-box button {
  padding: 8px 14px;
  font-size: 0.9rem;
  background: #f39c12;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background 0.2s;
}

.mint-box button:hover {
  background: #e67e22;
}

/* Extra spacing between invest & why-lst */
.why-lst {
  margin-top: 20px;   /* adjust this value for cushion */
}

/* Ensures How to Invest text lines up with the mint box */
#invest .container.grid-2 > div:first-child {
  max-width: 620px;   /* keeps text aligned with mint bar */
  margin-right: auto; /* aligns flush with copy box */
}

/* Adds breathing room between How to Invest and Why LST video */
#invest .container {
  gap: 40px; /* adjust spacing between the two columns */
}

/* Quick facts bold titles */
#about .card strong {
  color: #ffffff;     /* bright white */
  font-weight: 700;   /* strong bold */
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.hero-logo {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.hero-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.5)) brightness(1.1);
}

.city-img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.city-img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* Target just the About section content */
.about-content h3 {
  font-size: 3rem;
  line-height: 1.2;
}

.about-content p {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 800px;
}