* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17181c;
  background:
    radial-gradient(circle at top, rgba(17, 255, 183, 0.14), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0, 255, 170, 0.12), transparent 22%),
    linear-gradient(180deg, #001b16 0%, #02110f 100%);
}

body {
  min-height: 100vh;
}

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

/* FULL SCREEN */
.page-shell {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

.hero-card {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #fafafa 0%, #f7f8f8 100%);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* NAVBAR */
.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 60px 0 60px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 18px;
}

.brand-name {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 56px;
}

.nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #34373d;
  transition: opacity 0.2s ease;
}

.nav a:hover {
  opacity: 0.65;
}

/* HERO */
.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: calc(100vh - 110px);
  padding: 40px 60px 80px 60px;
}

.hero-copy {
  max-width: 520px;
  padding-left: 68px;
  margin-top: -24px;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.8rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 800;
  color: #1f2228;
}

.hero-copy p {
  margin: 34px 0 34px;
  max-width: 500px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #454a52;
}

/* 🔥 COMING SOON BUTTON */
.app-store-link.coming-soon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 22px;
  background: #000;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  width: fit-content;
}

.app-store-link.coming-soon:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.3);
}

.app-store-link .small {
  font-size: 0.7rem;
  opacity: 0.7;
  letter-spacing: 0.05em;
}

.app-store-link .big {
  font-size: 1.2rem;
  font-weight: 600;
}

/* RIGHT SIDE */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* ICON TILE */
.icon-tile {
  position: relative;
  width: 420px;
  height: 420px;
  border-radius: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 247, 246, 0.98) 100%);
  box-shadow:
    18px 24px 0 rgba(28, 216, 155, 0.85),
    0 30px 70px rgba(43, 223, 165, 0.18),
    inset 0 6px 14px rgba(255, 255, 255, 0.95),
    inset 0 -8px 18px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(9deg);
}

.icon-tile::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 74px;
  border: 2px solid rgba(105, 241, 188, 0.35);
}

.icon-tile img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(46, 220, 160, 0.18));
}

/* BACKGROUND SHAPES */
.hero-bg-shape {
  position: absolute;
  pointer-events: none;
}

.hero-bg-shape-1 {
  width: 700px;
  height: 700px;
  right: -110px;
  top: -100px;
  background: linear-gradient(180deg, rgba(182, 232, 221, 0.26), rgba(145, 228, 205, 0.18));
  clip-path: polygon(45% 0%, 100% 0%, 100% 72%, 78% 90%);
}

.hero-bg-shape-2 {
  width: 720px;
  height: 1080px;
  right: 120px;
  top: -40px;
  background: linear-gradient(180deg, rgba(181, 233, 219, 0.16), rgba(80, 226, 170, 0.11));
  transform: rotate(30deg);
  border-radius: 120px;
}

.hero-bg-shape-3 {
  width: 480px;
  height: 480px;
  right: -80px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(47, 233, 160, 0.4) 0%, rgba(47, 233, 160, 0.12) 45%, rgba(47, 233, 160, 0) 72%);
  filter: blur(22px);
}

.hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  right: 40px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(65, 237, 172, 0.48) 0%, rgba(65, 237, 172, 0.16) 45%, rgba(65, 237, 172, 0) 72%);
  filter: blur(40px);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 36px 60px 36px;
  }

  .hero-copy {
    padding-left: 20px;
    margin-top: 0;
  }

  .icon-tile {
    width: 330px;
    height: 330px;
    border-radius: 58px;
  }

  .icon-tile img {
    width: 200px;
    height: 200px;
  }
}
.inner-page {
  display: flex;
  flex-direction: column;
}

.content-page {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 40px 60px 80px;
}

.content-card {
  max-width: 900px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 32px;
  padding: 42px;
  box-shadow:
    0 18px 45px rgba(32, 72, 59, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2dbd8f;
}

.content-card h1 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #1f2228;
}

.lead {
  margin: 0 0 34px;
  max-width: 700px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #46505a;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 20px;
}

.info-block,
.policy-sections section {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(210, 236, 229, 0.9);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(20, 54, 42, 0.04);
}

.info-block.full {
  grid-column: 1 / -1;
}

.info-block h2,
.policy-sections h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #1f2228;
}

.info-block p,
.policy-sections p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #4a535d;
}

.info-block a,
.policy-sections a {
  color: #1e9e79;
  font-weight: 600;
}

.policy-sections {
  display: grid;
  gap: 18px;
}

@media (max-width: 768px) {
  .content-page {
    padding: 20px 24px 40px;
  }

  .content-card {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .content-card h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .lead,
  .info-block p,
  .policy-sections p {
    font-size: 0.98rem;
  }
}
@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 24px 0 24px;
  }

  .nav {
    gap: 24px;
    flex-wrap: wrap;
  }

  .hero-content {
    padding: 20px 24px 40px 24px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .icon-tile {
    width: min(280px, 78vw);
    height: min(280px, 78vw);
    border-radius: 48px;
  }

  .icon-tile img {
    width: 160px;
    height: 160px;
  }
}