/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

html, body {
  background: #111;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.canvas {
  width: 100%;
  height: 100%;
  clear: both;
  overflow: hidden;
  z-index: 0; /* changed from -1 */
  position: fixed; /* changed from absolute */
  top: 0;
  left: 0;
  border: 2px solid red; /* debug border */
}

.star {
  position: absolute;
  opacity: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00f6ff;
  box-shadow: 0 0 5px rgba(0, 246, 255, 0.75);
}

.streak {
  width: 10px;
  height: 150px;
  background: #fff;
  border-radius: 100%;
  position: relative;
  top: 100px;
  left: 100px;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.75);
  transform: rotate(-135deg);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,0) 100%);
}

/* Responsive Libre Agora animation */
.cosmic-container {
  position: relative;
  width: 90vw;
  max-width: 600px;
  height: 22vw;
  max-height: 120px;
  margin: 8vw auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cosmic-container > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
  max-width: 80px;
  height: 11vw;
  max-height: 97px;
  font-size: 5vw;
  min-width: 36px;
  min-height: 44px;
  margin: 0 0.5vw;
  left: 0 !important;
  top: 0 !important;
}
@media (max-width: 600px) {
  .cosmic-container {
    width: 98vw;
    height: 18vw;
    max-height: 70px;
    margin-top: 4vw;
  }
  .cosmic-container > div {
    width: 9vw;
    height: 12vw;
    font-size: 6vw;
    max-width: 48px;
    max-height: 60px;
    min-width: 24px;
    min-height: 28px;
    margin: 0 0.2vw;
  }
}

.c-green {
  background-image: url('https://assets.codepen.io/54887/c-green.png');
  width: 80px;
  height: 97px;
  left: -230px;
  z-index: 6;
}
.o-orange {
  background-image: url('https://assets.codepen.io/54887/o-orange.png');
  width: 97px;
  height: 97px;
  left: -140px;
  z-index: 5;
}
.s-pink {
  background-image: url('https://assets.codepen.io/54887/s-pink.png');
  width: 87px;
  height: 97px;
  left: -40px;
  z-index: 4;
}
.m-mint {
  background-image: url('https://assets.codepen.io/54887/m-mint.png');
  width: 130px;
  height: 97px;
  left: 30px;
  z-index: 3;
}
.i-orange {
  background-image: url('https://assets.codepen.io/54887/i-orange.png');
  width: 32px;
  height: 97px;
  left: 170px;
  z-index: 2;
}
.c-red {
  background-image: url('https://assets.codepen.io/54887/c-red.png');
  width: 80px;
  height: 97px;
  left: 210px;
  z-index: 1;
}

.strawberry-container {
  position: relative;
}
.strawberry-container p {
  color: #fff !important;
  background: #222;
  border-radius: 8px;
  padding: 10px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 20px;
  font-weight: 300;
  position: relative;
}

.coming-soon {
  position: relative;
}
.coming-soon p {
  color: #fff !important;
  background: #222;
  border-radius: 8px;
  padding: 10px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 20px;
  font-weight: 300;
  position: relative;
}

.coming-soon-sub {
  display: block;
  color: #ffe082;
  font-size: 1.1em;
  margin-top: 12px;
  letter-spacing: 0.15em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

#fps {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
}

.p-fallback, .e-fallback, .i-fallback, .k-fallback, .o-fallback, .f-fallback, .f2-fallback, .i2-fallback, .a-fallback, .n-fallback,
.l-fallback, .b-fallback, .r-fallback, .g-fallback, .r2-fallback, .a2-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 97px;
  left: 0;
  top: 0;
  background: #333;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 10px #000a;
}
.l-fallback { left: -320px; background: #28a745; }    /* rich green */
.i-fallback { left: -240px; background: #1db954; }    /* money green */
.b-fallback { left: -180px; background: #4caf6a; }    /* lighter green */
.r-fallback { left: -120px; background: #bfa14a; }    /* muted gold */
.e-fallback { left: -60px; background: #e6c200; color: #222; } /* bright gold */
.a-fallback { left: 20px; background: #ffd700; color: #222; }      /* 24k gold */
.g-fallback { left: 100px; background: #ffd700; color: #222; }     /* 24k gold */
.o-fallback { left: 180px; background: #e6c200; color: #222; }     /* bright gold */
.r2-fallback { left: 260px; background: #bfa14a; }    /* muted gold */
.a2-fallback { left: 340px; background: #4caf6a; }    /* lighter green */

/* Remove any .i-orange, .o-orange, etc. that may conflict */
.i-orange, .o-orange, .i2-orange {
  display: none !important;
}

.peikoff-img {
  display: block;
  max-width: 50vw;
  max-height: 50vh;
  width: auto;
  height: auto;
  margin: 40px auto 32px auto;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.35);
  background: #222;
  z-index: 2;
  position: relative;
}

@media (max-width: 600px) {
  .peikoff-img {
    max-width: 90vw;
    max-height: 40vh;
    margin-bottom: 80px;
  }
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 16px 0 12px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  color: #fff;
  background: rgba(255,255,255,0.12);
  box-shadow: 0 -2px 16px 0 rgba(0,0,0,0.25);
  backdrop-filter: blur(4px);
  z-index: 10;
  letter-spacing: 0.04em;
  pointer-events: auto;
}
#footer a {
  color: #ffe082;
  text-decoration: none;
  transition: color 0.2s;
}
#footer a:hover {
  color: #fffde7;
  text-decoration: underline;
}

.booknow-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0 auto;
  padding: 36px 32px 28px 32px;
  background: rgba(34,34,34,0.98);
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.35);
  max-width: 350px;
  min-width: 240px;
  z-index: 20;
  position: relative;
}
.booknow-card h2 {
  color: #ffe082;
  font-size: 2.1em;
  margin: 0 0 18px 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.booknow-card .calendly-link {
  display: inline-block;
  background: linear-gradient(90deg, #4caf6a 0%, #ffe082 100%);
  color: #222;
  font-size: 1.1em;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 8px;
  box-shadow: 0 2px 8px 0 rgba(76,175,106,0.12);
  transition: background 0.2s, color 0.2s;
}
.booknow-card .calendly-link:hover {
  background: linear-gradient(90deg, #ffe082 0%, #4caf6a 100%);
  color: #111;
}

.money-green {
  background: linear-gradient(135deg, #1db954 0%, #4caf50 100%);
  color: #fff !important;
  box-shadow: 0 0 10px #1db95499;
}
.gold {
  background: linear-gradient(135deg, #ffd700 0%, #e6c200 100%);
  color: #222 !important;
  box-shadow: 0 0 10px #ffd70099;
}