*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  background-color: #fefcfb;
  color: #1c1c1c;
  line-height: 1.5;
  font-size: 16px;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

.header-lboz {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.header-lboz__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-lboz__logo {
  font-family: 'Bungee Shade', cursive;
  font-size: 40px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-lboz__logo-part--red {
  color: #e63946;
}

.header-lboz__logo-part--yellow {
  color: #f4a261;
}

.header-lboz__logo-part--blue {
  color: #457b9d;
}

.header-lboz__logo-part--green {
  color: #2a9d8f;
}

.hero-lboz {
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-lboz__bg {
  position: absolute;
  inset: 0;
  background-image: url('../lottery-structure/hero-lboz-bg.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.35);
  z-index: 1;
}

.hero-lboz__container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  width: 100%;
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hero-lboz__left,
.hero-lboz__right {
  flex: 1 1 420px;
}

.hero-lboz__left {
  text-align: center;
}

.hero-lboz__logo {
  font-family: 'Bungee Shade', cursive;
  font-size: 92px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-lboz__logo-part--red { color: #e63946; }
.hero-lboz__logo-part--yellow { color: #f4a261; }
.hero-lboz__logo-part--blue { color: #457b9d; }
.hero-lboz__logo-part--green { color: #2a9d8f; }

@media (max-width: 768px) {
  .hero-lboz__logo {
    font-size: 72px;
  }
}

.hero-lboz__timer {
  font-family: 'Fugaz One', cursive;
  font-size: 42px;
  margin-top: 25px;
  background: rgba(255,255,255,0.1);
  padding: 14px 30px;
  border-radius: 14px;
  display: inline-block;
}

.hero-lboz__right--card {
  background-color: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.hero-lboz__headline {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-lboz__subtext {
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-lboz__button {
  background: #e63946;
  padding: 18px 40px;
  font-size: 20px;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
}

.hero-lboz__stars {
  margin-bottom: 10px;
}

.hero-lboz__star-icons {
  font-size: 26px;
  color: #ffcc00;
  margin-bottom: 5px;
}

.hero-lboz__rating-text {
  font-size: 15px;
  opacity: 0.9;
}

.hero-lboz__safe {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #d9f9e4;
}

.hero-lboz__safe i {
  font-size: 22px;
  color: #2a9d8f;
}

.hero-lboz__payments {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-lboz__payments img {
  max-width: 50px;
  height: auto;
  opacity: 0.9;
}

.secureintro-lboz {
  background: linear-gradient(135deg, #2a9d8f, #457b9d);
  padding: 100px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.secureintro-lboz::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  z-index: 0;
}

.secureintro-lboz__container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.secureintro-lboz__title {
  font-family: 'Fugaz One', cursive;
  font-size: 36px;
  margin-bottom: 25px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.secureintro-lboz__text {
  font-size: 20px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.95;
}


.secureinfo-lboz {
  background-color: #f5f7fa;
  padding: 100px 20px;
  border-top: 4px solid #e63946;
  border-bottom: 4px solid #e63946;
  position: relative;
}

.secureinfo-lboz__container {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .secureinfo-lboz__container {
    padding: 40px 20px;
  }
}

.secureinfo-lboz__title {
  font-family: 'Fugaz One', cursive;
  font-size: 34px;
  text-align: center;
  color: #0f172a;
  margin-bottom: 30px;
  position: relative;
}

.secureinfo-lboz__title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #e63946, #f4a261);
  border-radius: 2px;
}

.secureinfo-lboz__logo-text {
  font-family: 'Bungee Shade', cursive;
  color: #e63946;
  font-size: 36px;
  letter-spacing: 4px;
  vertical-align: middle;
}

.secureinfo-lboz__text {
  font-size: 18px;
  line-height: 1.9;
  color: #334155;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}

.secureinfo-lboz__text::before {
  content: '▸';
  position: absolute;
  left: 0;
  top: 0;
  color: #e63946;
  font-size: 20px;
  line-height: 1.6;
}

.promo-lboz {
  background: linear-gradient(135deg, #e63946, #f4a261);
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}

.promo-lboz__button {
  font-family: 'Fugaz One', cursive;
  font-size: 26px;
  background-color: #fff;
  color: #e63946;
  padding: 18px 50px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.promo-lboz__button:hover {
  transform: scale(1.05);
}

.promo-lboz__age {
  margin-top: 20px;
  font-size: 16px;
  opacity: 0.9;
}


.footer-lboz {
  background-color: #1e293b;
  color: #f1f5f9;
  padding: 60px 20px 40px;
  font-size: 15px;
  line-height: 1.7;
}

.footer-lboz__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-lboz__disclaimer {
  margin-bottom: 30px;
  color: #cbd5e1;
}

.footer-lboz__disclaimer a {
  color: #f4a261;
  text-decoration: underline;
}

.footer-lboz__age-warning {
  font-weight: bold;
  margin-bottom: 20px;
  color: #fca311;
}

.footer-lboz__resources {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.footer-lboz__resources img {
  max-width: 125px;
  height: auto;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.footer-lboz__resources img:hover {
  transform: scale(1.05);
}

.footer-lboz__icon18 {
  margin: 30px 0 15px;
}

.footer-lboz__18icon {
  font-family: 'Fugaz One', cursive;
  font-size: 42px;
  background-color: #e63946;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.footer-lboz__copy {
  font-size: 14px;
  opacity: 0.6;
}

.footer-lboz__links {
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-lboz__link {
  color: #94a3b8;
  text-decoration: underline;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.footer-lboz__link:hover {
  color: #f4a261;
}

.footer-lboz__divider {
  color: #64748b;
}

.cookie-lboz {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f172a;
  color: #f8fafc;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  font-size: 15px;
}

.cookie-lboz__text a {
  color: #f4a261;
  text-decoration: underline;
}

.cookie-lboz__btn {
  background-color: #f4a261;
  color: #1e293b;
  border: none;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.cookie-lboz__btn:hover {
  background-color: #e76f51;
}

.agecheck-lboz {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agecheck-lboz__box {
  background: #ffffff;
  color: #1e293b;
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.agecheck-lboz__icon {
  font-size: 48px;
  font-weight: bold;
  background: #e63946;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fugaz One', cursive;
}

.agecheck-lboz__message {
  font-size: 18px;
  margin-bottom: 25px;
}

.agecheck-lboz__confirm {
  background: #2a9d8f;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.agecheck-lboz__confirm:hover {
  background: #21867a;
}
