* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a img {
  border: 0;
}

#banner {
  position: absolute;
  width: 300px;
  height: 600px;
  overflow: hidden;
  background: #fcd515;
  border: 1px solid #aaa;
  cursor: pointer;
}

#cover {
  position: absolute;
  width: 300px;
  height: 600px;
  background: #fff;
  cursor: pointer;
}

.retina {
  position: absolute;
  width: 300px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Background */
#bg {
  background-image: url(../images/bg.jpg);
  width: 600px;
  transform-origin: 50% 50%;
  transform: rotate(0.02deg);
  transform-style: preserve-3d;
}

/* Logo */
#logo {
  background-image: url(../images/logo.png);
  transform: rotate(0.02deg);
  transform-style: preserve-3d;
}

/* Black cover section - EXACT match: top: 284px, height: 316px */
.blackcover {
  position: absolute;
  width: 300px;
  height: 316px;
  top: 284px;
  background: #000;
}

/* Text layers base */
.text-layer {
  position: absolute;
  left: 18px;
  right: 18px;
  transform: rotate(0.02deg);
  transform-style: preserve-3d;
}

/* Push01: Bold headline - more space after logo */
#push01 {
  top: 90px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #000;
}

/* Push02: Subheadline - matching original lighter weight */
#push02 {
  top: 210px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

/* Push03: White text on black area - matching original positioning */
#push03 {
  top: 340px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

/* CTA Button - matching original width and style */
#cta {
  position: absolute;
  bottom: 32px;
  left: 18px;
  right: 18px;
  transform: rotate(0.02deg);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  background: #fcd515;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 20px;
  text-align: center;
  letter-spacing: 1.5px;
}
