/* ===== LP NOHU - Custom Styles ===== */

/* --- Full screen background on body --- */
html {
  background-color: transparent !important;
}

body {
  background: url(./images/bg_new.png) top center no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-color: #0a0700 !important;
}

article {
  background: transparent !important;
}

footer {
  background: rgba(0, 0, 0, 0.6) !important;
}

.content {
  background: transparent;
}

/* --- Logo --- */
.lp-logo {
  padding-top: 1%;
  width: 40%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* --- Slogan / Title --- */
.lp-slogan {
  margin: 4% 0 0 20%;
  width: 70%;
  position: relative;
  z-index: 3;
  text-align: center;
}

.lp-slogan img {
  width: 100%;
}

/* --- Hero subtitle --- */
.lp-hero-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fffcc7;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: auto;
  position: relative;
  z-index: 3;
}

/* --- Dragon image (below slogan) --- */
.lp-tailoc {
  margin: -2% auto -2%;
  width: 70%;
  max-width: 700px;
  position: relative;
  z-index: 3;
}

.lp-tailoc img {
  width: 100%;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

/* --- Floating cards & coins (in hero) --- */
.lp-float {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.lp1-card-left {
  width: 130px;
  top: 75%;
  left: 24%;
  transform: rotate(25deg);
  animation: lpFloatL 5s ease-in-out infinite;
}

.lp1-card-right {
  width: 110px;
  top: 48%;
  right: 26%;
  transform: rotate(20deg);
  animation: lpFloatR 6s ease-in-out infinite;
}

.lp-coin-left {
  width: 100px;
  bottom: 35%;
  left: 30%;
  animation: lpFloatCoinL 4s ease-in-out infinite;
}

.lp-coin-right {
  width: 100px;
  bottom: 10%;
  right: 23%;
  animation: lpFloatCoinR 5s ease-in-out infinite;
}

@keyframes lpFloatL {

  0%,
  100% {
    transform: rotate(20deg) translateY(0);
  }

  50% {
    transform: rotate(10deg) translateY(-18px);
  }
}

@keyframes lpFloatR {

  0%,
  100% {
    transform: rotate(20deg) translateY(0);
  }

  50% {
    transform: rotate(25deg) translateY(-20px);
  }
}

@keyframes lpFloatCoinL {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(10deg);
  }
}

@keyframes lpFloatCoinR {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-16px) rotate(-8deg);
  }
}

/* ===== SECTION 2: Điểm danh + Form ===== */
.lp-section2 {
  background: transparent;
  padding: 30px 15px 50px;
  position: relative;
  z-index: 2;
}

.lp-row {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.lp-col-left {
  flex: 1.3;
  min-width: 0;
}

.lp-diemdanh {
  width: 100%;
  max-width: 610px;
  display: block;
  margin: 34px auto;
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.4));
}

.lp-col-right {
  flex: 1;
  min-width: 0;
  max-width: 420px;
}

/* Override form styles cho LP (vì nằm ngoài article .container) */
.lp-col-right .tabcontent_form {
  width: 100%;
  margin: 0;
  background: url(./images/bg-form.png?v=1.0) 50% 1.5rem no-repeat;
  background-size: 100% calc(100% - 1.5rem);
  padding: 0 0 2rem;
}

.lp-col-right .tabnav {
  background: url(./images/bg-tab.png?v=1.0) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem;
  padding: 8px;
  height: 50px;
  width: 60%;
}

.lp-col-right .tabnav li {
  width: 45%;
}

.lp-col-right .registertab {
  display: block;
}

.lp-col-right form {
  width: 85%;
  margin: 0 auto;
}

/* ===== Actions row: DNS + Play Web ===== */
.lp-actions-row {
  max-width: 980px;
  margin: 30px auto 0;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.lp-dns-box {
  flex: 1;
  min-width: 220px;
  max-width: 380px;
}

.lp-playweb {
  width: auto !important;
  margin: -110px !important;
}

.lp-playweb img {
  height: 100px;
  width: auto;
}

/* ===== Warning ===== */
.lp-warning {
  max-width: 700px;
  margin: 24px auto 0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.7;
}

/* ===== SECTION 3: Khám phá sự kiện ===== */
.lp-events {
  background: transparent;
  padding: 50px 20px 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.lp-events-title {
  margin: 0 auto 35px;
  max-width: 700px;
}

.lp-events-title img {
  width: 100%;
  filter: drop-shadow(0 2px 15px rgba(255, 215, 0, 0.3));
}

.lp-events-btn a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lp-events-btn a:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 5px 25px rgba(255, 215, 0, 0.4));
}

.lp-events-btn {
  margin-top: 10px;
}

.lp-events-btn img {
  max-width: 420px;
  width: 100%;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.5));
}

/* ===== RESPONSIVE ===== */

/* --- Tablet landscape --- */
@media (max-width: 1100px) {
  .lp-slogan {
    width: 75%;
    margin: 3% 0 0 15%;
  }

  .lp-card-left {
    width: 110px;
    top: 75%;
    left: 14%;
  }

  .lp-card-right {
    width: 90px;
    top: 48%;
    right: 18%;
  }

  .lp-coin-left {
    width: 80px;
    bottom: 35%;
    left: 22%;
  }

  .lp-coin-right {
    width: 58px;
    bottom: 10%;
    right: 16%;
  }
}

/* --- Tablet portrait --- */
@media (max-width: 768px) {
  .lp-logo {
    width: 35%;
    padding-top: 2%;
  }

  .lp-slogan {
    width: 80%;
    margin: 2% auto 0;
  }

  .lp-hero-subtitle {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .lp-tailoc {
    max-width: 580px;
    margin-top: -5%;
  }

  .lp-card-left {
    width: 85px;
    top: 75%;
    left: 6%;
  }

  .lp-card-right {
    width: 70px;
    top: 48%;
    right: 12%;
  }

  .lp-coin-left {
    width: 60px;
    bottom: 35%;
    left: 16%;
  }

  .lp-coin-right {
    width: 42px;
    bottom: 10%;
    right: 10%;
  }

  /* Section 2: stack vertically */
  .lp-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .lp-col-left {
    width: 100%;
  }

  .lp-diemdanh {
    margin: 10px auto;
    max-width: 500px;
  }

  .lp-col-right {
    width: 100%;
    max-width: 420px;
  }

  /* Actions: stack */
  .lp-actions-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
  }

  .lp-dns-box {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }

  .lp-playweb {
    margin: 0 !important;
  }

  .lp-playweb img {
    height: 100px;
  }

  /* Events */
  .lp-events-title {
    max-width: 480px;
  }

  .lp-events-btn img {
    max-width: 320px;
  }
}

/* --- Mobile --- */
@media (max-width: 575px) {
  .lp-logo {
    width: 45%;
    padding-top: 3%;
  }

  .lp-slogan {
    width: 90%;
    margin: 0 auto;
  }

  .lp-hero-subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-top: 0;
  }

  .lp-tailoc {
    max-width: 100%;
    margin-top: -3%;
  }

  .lp-card-left {
    width: 70px;
    top: 75%;
    left: 0%;
  }

  .lp-card-right {
    width: 60px;
    top: 45%;
    right: 0%;
  }

  .lp-coin-left {
    width: 60px;
    bottom: 32%;
    left: 7%;
  }

  .lp-coin-right {
    width: 60px;
    bottom: 14%;
    right: 0%;
  }

  /* Section 2 */
  .lp-section2 {
    padding: 20px 10px 30px;
  }

  .lp-diemdanh {
    max-width: 100%;
    margin: 5px auto;
  }

  .lp-col-right .tabcontent_form {
    background-position: 50% 1.2rem;
    background-size: 100% calc(100% - 1.2rem);
    padding-bottom: 1rem;
  }

  .lp-col-right .tabnav {
    width: 65%;
    padding: 5px;
    height: 40px;
  }

  .lp-col-right form {
    width: 90%;
  }

  /* Actions */
  .lp-actions-row {
    gap: 15px;
    padding: 0 10px;
  }

  .lp-playweb img {
    height: 90px;
  }

  .lp-dns-box p {
    font-size: 14px !important;
    padding: 12px !important;
  }

  /* Warning */
  .lp-warning {
    padding: 0 10px;
    font-size: 11px;
  }

  /* Events */
  .lp-events {
    padding: 30px 15px 40px;
  }

  .lp-events-title {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .lp-events-btn img {
    max-width: 260px;
  }
}

/* --- Small mobile --- */
@media (max-width: 400px) {
  .lp-logo {
    width: 50%;
  }

  .lp-slogan {
    width: 67%;
    margin: 10px 0 0 85px;
  }

  .lp-hero-subtitle {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .lp-tailoc {
    max-width: 100%;
  }

  .lp-card-left {
    width: 80px;
    top: 70%;
    left: -5%;
  }

  .lp-card-right {
    width: 70px;
    top: 30%;
    right: 0%;
  }

  .lp-coin-left {
    width: 70px;
    bottom: 40%;
    left: -5%;
  }

  .lp-coin-right {
    width: 60px;
    bottom: 35%;
    right: -5%;
  }

  .lp-col-right .tabnav {
    width: 70%;
    height: 36px;
  }

  .lp-playweb img {
    height: 80px;
  }

  .lp-events-title {
    max-width: 240px;
  }

  .lp-events-btn img {
    max-width: 220px;
  }
}