@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");
body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  background-color: #f5f5ff;
  color: #1a1a2e;
}

main {
  display: block;
}

aside {
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pokiesdraw-header {
  background-color: #2d1b4e;
  padding: 12px 0;
}
.pokiesdraw-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}
.pokiesdraw-header .logo-box img.logo {
  width: 100px;
  height: auto;
}
.pokiesdraw-header nav {
  display: contents;
}
.pokiesdraw-header .site-link {
  color: rgba(255, 255, 255, 0.6509803922);
  font-size: 13px;
}

a {
  text-decoration: none;
}

.pokiesdraw-hero {
  background: url("/assets/img/img1.avif") no-repeat center/cover;
  position: relative;
}
.pokiesdraw-hero .hero-overlay {
  background: linear-gradient(
    to bottom right,
    rgba(45, 27, 78, 0.9),
    rgba(62, 42, 92, 0.85)
  );
  padding: 40px 16px;
}
.pokiesdraw-hero .hero-content {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.pokiesdraw-hero .hero-content h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.pokiesdraw-hero .hero-content h2,
.pokiesdraw-hero .hero-content .hero-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.pokiesdraw-hero .hero-content p {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #f0e6ff;
}
.pokiesdraw-hero .hero-content .hero-button {
  background: #ff6b9d;
  color: #ffffff;
  padding: 10px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}
.pokiesdraw-hero .hero-content .hero-button:hover {
  background: #feca57;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 202, 87, 0.4);
}

.ozlotto-intro {
  background: #1e1338;
  color: #ffffff;
  padding: 60px 20px;
}
.ozlotto-intro .intro-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.ozlotto-intro .intro-text {
  flex: 1 1 55%;
}
.ozlotto-intro .intro-text h2 {
  font-size: 2rem;
  color: #ff6b9d;
  margin-bottom: 20px;
}
.ozlotto-intro .intro-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #e8dcff;
}
.ozlotto-intro .intro-image {
  flex: 1 1 40%;
  margin: 0;
}
.ozlotto-intro .intro-image img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.ozlotto-steps {
  background: #2d1b4e;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}
.ozlotto-steps h2 {
  font-size: 2rem;
  color: #feca57;
  margin-bottom: 10px;
}
.ozlotto-steps .subtitle {
  font-size: 1rem;
  color: #d5c3ff;
  margin-bottom: 40px;
}
.ozlotto-steps .steps-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ozlotto-steps .steps-grid .step-card {
  background: #3e2a5c;
  border-radius: 12px;
  padding: 30px 20px;
  width: 100%;
  max-width: 320px;
  text-align: center;
  color: #f0f0f0;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.ozlotto-steps .steps-grid .step-card:hover {
  transform: translateY(-5px);
  border-color: #ff6b9d;
  box-shadow: 0 8px 25px rgba(255, 107, 157, 0.3);
}
.ozlotto-steps .steps-grid .step-card .step-icon {
  font-size: 2rem;
  color: #ff6b9d;
  margin-bottom: 15px;
}
.ozlotto-steps .steps-grid .step-card h3 {
  font-size: 1.1rem;
  color: #feca57;
  margin-bottom: 10px;
}
.ozlotto-steps .steps-grid .step-card p {
  font-size: 0.95rem;
  color: #e8dcff;
}
.ozlotto-steps .note {
  font-size: 0.9rem;
  margin-top: 30px;
  color: #c5b3e6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.trust-section {
  background: #1e1338;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}
.trust-section h2 {
  font-size: 1.9rem;
  color: #ff6b9d;
  margin-bottom: 10px;
}
.trust-section .subtitle {
  color: #e8dcff;
  margin-bottom: 40px;
  font-size: 1rem;
}
.trust-section .trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.trust-section .trust-grid .trust-card {
  background: #563d7c;
  padding: 25px 20px;
  border-radius: 12px;
  max-width: 250px;
  flex: 1 1 200px;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.trust-section .trust-grid .trust-card:hover {
  border-color: #feca57;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(254, 202, 87, 0.3);
}
.trust-section .trust-grid .trust-card i {
  font-size: 1.8rem;
  color: #feca57;
  margin-bottom: 10px;
}
.trust-section .trust-grid .trust-card h3 {
  font-size: 1.1rem;
  color: #ff6b9d;
  margin-bottom: 8px;
}
.trust-section .trust-grid .trust-card p {
  font-size: 0.95rem;
  color: #f0e6ff;
}

.responsible-final {
  background: #2d1b4e;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}
.responsible-final h2 {
  color: #feca57;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.responsible-final p {
  font-size: 16px;
  color: #e8dcff;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.responsible-final .responsible-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.responsible-final .responsible-boxes .box {
  background: #3e2a5c;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.responsible-final .responsible-boxes .box:hover {
  border-color: #ff6b9d;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.2);
}
.responsible-final .responsible-boxes .box img {
  max-height: 50px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.responsible-final .responsible-boxes .box p {
  font-size: 0.9rem;
  color: #e8dcff;
}
.responsible-final .responsible-boxes .box p a {
  color: #ff6b9d;
  text-decoration: underline;
}
.responsible-final .responsible-boxes .box p a:hover {
  color: #feca57;
}
.responsible-final .responsible-boxes .box p a[href^="tel:"] {
  text-decoration: none;
  font-weight: 600;
}
.responsible-final .legal-text {
  font-size: 16px;
  color: #d5c3ff;
  margin-bottom: 10px;
}
.responsible-final .age-warning {
  font-size: 16px;
  color: #ff6b9d;
  font-weight: 600;
}
.responsible-final .cookie-warning {
  font-size: 16px;
  color: #e8dcff;
  margin-top: 10px;
}

.pokiesdraw-footer {
  background: #1e1338;
  text-align: center;
  padding: 30px 20px;
  color: #e8dcff;
}
.pokiesdraw-footer .footer-top {
  margin-bottom: 15px;
  display: block;
}
.pokiesdraw-footer .footer-top .footer-link {
  margin: 0 10px;
  font-size: 0.95rem;
  color: #ff6b9d;
  text-decoration: none;
  transition: color 0.3s;
}
.pokiesdraw-footer .footer-top .footer-link:hover {
  color: #feca57;
  text-decoration: underline;
}
.pokiesdraw-footer .footer-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.pokiesdraw-footer .footer-logos img {
  max-height: 32px;
  opacity: 0.9;
  transition: opacity 0.3s;
  object-fit: contain;
  
}
.pokiesdraw-footer .footer-logos img:hover {
  opacity: 1;
}
.pokiesdraw-footer .footer-bottom {
  font-size: 0.85rem;
  color: #c5b3e6;
}

.contact-section {
  background: #2d1b4e;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}
.contact-section h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #feca57;
}
.contact-section .form-toggle {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.contact-section .form-toggle button {
  background: transparent;
  border: 2px solid #ff6b9d;
  color: #ff6b9d;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-section .form-toggle button.active,
.contact-section .form-toggle button:hover {
  background: #ff6b9d;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}
.contact-section form {
  max-width: 420px;
  margin: 0 auto;
  background: #3e2a5c;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.contact-section form .form-group {
  margin-bottom: 20px;
}
.contact-section form .form-group input {
  width: 92%;
  padding: 14px 18px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  background: #f5f0ff;
  color: #2d1b4e;
  transition: box-shadow 0.3s ease;
}
.contact-section form .form-group input:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ff6b9d;
}
.contact-section form .submit-btn {
  width: 100%;
  background: #ff6b9d;
  color: #ffffff;
  padding: 14px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}
.contact-section form .submit-btn:hover {
  background: #feca57;
  box-shadow: 0 6px 20px rgba(254, 202, 87, 0.4);
  transform: translateY(-2px);
}
.contact-section .thank-you {
  margin-top: 25px;
  font-size: 1rem;
  color: #a8ff9d;
  font-weight: 600;
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.privacy-section {
  background: #3e2a5c;
  color: #ffffff;
  padding: 80px 20px;
  line-height: 1.8;
}
.privacy-section h1 {
  font-size: 2.2rem;
  color: #feca57;
  margin-bottom: 30px;
  text-align: center;
}
.privacy-section h2 {
  font-size: 1.4rem;
  color: #ff6b9d;
  margin-top: 40px;
  margin-bottom: 15px;
}
.privacy-section p {
  font-size: 1rem;
  color: #e8dcff;
  margin-bottom: 16px;
}
.privacy-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.privacy-section ul li {
  font-size: 1rem;
  color: #d5c3ff;
  margin-bottom: 10px;
  list-style: disc;
}
.privacy-section a {
  color: #ff6b9d;
  text-decoration: underline;
}
.privacy-section a:hover {
  color: #feca57;
}

.cookie-section {
  background: #3e2a5c;
  color: #ffffff;
  padding: 80px 20px;
  line-height: 1.8;
}
.cookie-section h1 {
  font-size: 2.2rem;
  color: #feca57;
  margin-bottom: 30px;
  text-align: center;
}
.cookie-section h2 {
  font-size: 1.4rem;
  color: #ff6b9d;
  margin-top: 40px;
  margin-bottom: 15px;
}
.cookie-section p {
  font-size: 1rem;
  color: #e8dcff;
  margin-bottom: 16px;
}
.cookie-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.cookie-section ul li {
  font-size: 1rem;
  color: #d5c3ff;
  margin-bottom: 10px;
  list-style: disc;
}
.cookie-section a {
  color: #ff6b9d;
  text-decoration: underline;
}
.cookie-section a:hover {
  color: #feca57;
} /*# sourceMappingURL=style.css.map */
