/**
 * Frontend theme — brand colors from letsplaygrouplottery.com;
 * typography: Plus Jakarta Sans, fluid type, responsive nav & spacing.
 */

:root {
  --lp-font-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --lp-topbar: #164a68;
  --lp-header-mint: #7bc0c1;
  --lp-navbar: #17a2b8;
  --lp-nav-link: #00b2f8;
  --lp-nav-hover: rgba(22, 74, 104, 1);
  --lp-theme-teal: rgb(0, 151, 167);
  --lp-theme-teal-hex: #0097a7;
  --lp-how-bg: #80b8bc;
  --lp-dark: #164a68;
  --lp-body-bg: rgb(245, 234, 219);
  --lp-text-muted: #807474;
  --lp-text-block: rgb(96, 96, 96);
  --lp-intro-overlay: rgba(66, 66, 66, 0.43);
  --lp-accent-blue: #74b5fc;
  --bs-primary: #17a2b8;
  --bs-primary-rgb: 23, 162, 184;
  --bs-link-color: #0b6bd3;
  --bs-link-hover-color: #164a68;
  --bs-body-font-family: var(--lp-font-sans);
  --bs-font-sans-serif: var(--lp-font-sans);
}

html {
  scroll-behavior: smooth;
}

body.lp-site {
  font-family: var(--lp-font-sans);
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.0625rem);
  line-height: 1.6;
  color: var(--lp-text-muted);
  background-color: var(--lp-body-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.lp-site h1,
.lp-site h2,
.lp-site h3,
.lp-site h4,
.lp-site .display-5,
.lp-site .display-6 {
  font-family: var(--lp-font-sans);
  color: #000;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.lp-site .display-5,
.lp-site .display-6 {
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.lp-main-content img {
  max-width: 100%;
  height: auto;
}

.lp-site a:focus-visible,
.lp-site .btn:focus-visible,
.lp-site .nav-link:focus-visible,
.lp-site .form-control:focus-visible,
.lp-site .form-select:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

.lp-section-alt a:focus-visible,
.lp-section-cream a:focus-visible,
.lp-site .card a:focus-visible {
  outline-color: var(--lp-navbar);
}

/* ----- Header (two bars like reference) ----- */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.lp-top-bar {
  background-color: var(--lp-topbar);
  color: #fff;
  font-family: var(--lp-font-sans);
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
}

.lp-logo-title {
  font-family: var(--lp-font-sans);
  color: #fff !important;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.25;
}

.lp-bottom-bar {
  background-color: var(--lp-navbar);
  color: #fff;
  font-family: var(--lp-font-sans);
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
}

.lp-bottom-bar .lp-disclaimer-text {
  font-size: 0.95rem;
  opacity: 0.95;
}

.lp-bottom-bar .navbar-nav .nav-link {
  color: #fff !important;
  font-family: var(--lp-font-sans);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.lp-bottom-bar .navbar-nav .nav-link:hover,
.lp-bottom-bar .navbar-nav .nav-link:focus {
  color: var(--lp-nav-hover) !important;
  border-bottom-color: var(--lp-nav-hover);
}

.lp-bottom-bar .navbar-nav .nav-link.active {
  color: var(--lp-nav-hover) !important;
  border-bottom-color: var(--lp-nav-hover);
}

.lp-bottom-bar .lp-disclaimer-text {
  color: #fff;
}

.lp-bottom-bar .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0.35rem 0.5rem;
}

.lp-bottom-bar .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
  .lp-top-bar a.d-flex {
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }

  .lp-top-bar .lp-logo-title {
    flex: 1 1 12rem;
    min-width: 0;
  }

  .lp-bottom-bar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    margin-top: 0.5rem;
    padding-top: 0.35rem;
    padding-bottom: 0.5rem;
  }

  .lp-bottom-bar .navbar-nav {
    width: 100%;
  }

  .lp-bottom-bar .navbar-nav .nav-item {
    width: 100%;
  }

  .lp-bottom-bar .navbar-nav .nav-link {
    min-height: 2.75rem;
    padding: 0.6rem 0.85rem;
    border-radius: 0.4rem;
    border-bottom: none;
    margin-bottom: 0.2rem;
  }

  .lp-bottom-bar .navbar-nav .nav-link:hover,
  .lp-bottom-bar .navbar-nav .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: transparent;
  }

  .lp-bottom-bar .navbar-nav .nav-link.active {
    background-color: rgba(22, 74, 104, 0.35);
    border-bottom-color: transparent;
  }

  .lp-bottom-bar .lp-disclaimer-text {
    display: block;
    line-height: 1.45;
    padding-right: 0.5rem;
  }
}

.lp-btn-register {
  background-color: #fff;
  color: var(--lp-nav-hover) !important;
  font-weight: 700;
  border: none;
}

.lp-btn-register:hover {
  filter: brightness(1.05);
  color: var(--lp-nav-hover) !important;
}

/* ----- Hero (#intro) ----- */
.lp-intro {
  width: 100%;
  min-height: min(70vh, 420px);
  padding: clamp(4rem, 12vw, 6rem) 0 clamp(2.5rem, 6vw, 4rem);
  background: linear-gradient(0deg, var(--lp-intro-overlay), var(--lp-intro-overlay)),
    url("../img/lp/hero-banner.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  .lp-intro {
    min-height: min(78vh, 560px);
    padding: clamp(5rem, 10vw, 8rem) 0 clamp(3.5rem, 5vw, 5rem);
  }
}

.lp-intro-text {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
  color: #fff;
  font-style: oblique;
  font-weight: 500;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

/* ----- Content sections ----- */
.lp-main-content {
  margin-top: 0;
}

.lp-section-cream {
  background-color: var(--lp-body-bg);
}

.lp-section-how {
  background-color: var(--lp-how-bg) !important;
  color: #000;
}

.lp-section-how h1,
.lp-section-how h2,
.lp-section-how .lp-lead-dark {
  color: #000 !important;
}

.lp-section-how .lp-checklist li {
  color: #000;
}

.lp-section-teal {
  background-color: var(--lp-theme-teal) !important;
  color: #fff;
}

.lp-section-teal h1,
.lp-section-teal h2,
.lp-section-teal h3,
.lp-section-teal p,
.lp-section-teal li,
.lp-section-teal .lp-checklist li {
  color: #fff !important;
}

.lp-section-dark {
  background-color: var(--lp-dark) !important;
  color: #fff;
}

.lp-section-dark h1,
.lp-section-dark h2,
.lp-section-dark p,
.lp-section-dark li {
  color: #fff !important;
}

.lp-p-spacer {
  padding: 1rem 0;
}

.lp-body-text {
  font-weight: 700;
  font-size: large;
  color: var(--lp-text-block);
  margin-left: clamp(1rem, 5vw, 4.5rem);
  margin-right: clamp(1rem, 5vw, 4.5rem);
}

.lp-heading-inset {
  margin-left: clamp(0.5rem, 3vw, 2.75rem);
}

@media (max-width: 575.98px) {
  .lp-checklist,
  .lp-body-text {
    margin-left: clamp(0.35rem, 2.5vw, 1rem);
    margin-right: clamp(0.35rem, 2.5vw, 1rem);
  }

  .lp-heading-inset {
    margin-left: clamp(0.35rem, 2.5vw, 1rem);
  }
}

.lp-checklist {
  font-weight: bold;
  color: var(--lp-text-block);
  margin-left: clamp(1rem, 5vw, 4.5rem);
  margin-right: clamp(1rem, 5vw, 4.5rem);
}

.lp-section-teal .lp-checklist,
.lp-section-dark .lp-checklist {
  color: #fff;
}

.lp-trust {
  color: #000 !important;
  font-weight: 800;
}

.lp-section-teal .lp-trust,
.lp-section-dark .lp-trust {
  color: #fff !important;
}

/* Testimonials — modern cards + mobile scroll */
.lp-testimonials-section .lp-section-h2 {
  border-bottom: none;
  padding-bottom: 0;
}

.lp-testimonials-header {
  max-width: 40rem;
}

.lp-testimonials-lead {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
  line-height: 1.55;
}

.lp-testimonials-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1rem;
  padding: 0.25rem 0 1rem;
  margin-inline: calc(-1 * clamp(0.75rem, 4vw, 1rem));
  padding-inline: clamp(0.75rem, 4vw, 1rem);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.lp-testimonials-track::-webkit-scrollbar {
  height: 6px;
}

.lp-testimonials-track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 99px;
}

@media (min-width: 768px) {
  .lp-testimonials-track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
    scroll-snap-type: none;
  }

  .lp-testimonials-hint {
    display: none;
  }
}

@media (min-width: 992px) {
  .lp-testimonials-track {
    gap: 1.5rem;
  }
}

.lp-testimonial-card {
  position: relative;
  flex: 0 0 min(88vw, 22rem);
  scroll-snap-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.35rem 1.35rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

@media (min-width: 768px) {
  .lp-testimonial-card {
    flex: none;
    scroll-snap-align: unset;
  }
}

@media (min-width: 992px) {
  .lp-testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 12px 40px rgba(0, 0, 0, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
  }
}

.lp-testimonial-card__accent {
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.2));
  opacity: 0.9;
}

.lp-testimonial-card__icon {
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0.35rem;
  line-height: 1;
}

.lp-testimonial-quote {
  margin: 0;
  flex: 1;
  color: rgba(255, 255, 255, 0.96);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.9rem, 0.85rem + 0.2vw, 0.98rem);
  line-height: 1.62;
}

.lp-testimonial-quote p {
  margin: 0;
}

.lp-testimonial-card__rating {
  display: flex;
  gap: 0.2rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  color: rgba(255, 230, 150, 0.95);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.lp-testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-testimonial-avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.15);
}

.lp-testimonial-card__who {
  min-width: 0;
  text-align: left;
}

.lp-testimonial-name {
  display: block;
  font-family: var(--lp-font-sans);
  font-weight: 800;
  font-style: normal;
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.lp-testimonial-role {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.15rem;
}

.lp-testimonials-hint {
  opacity: 0.75;
}

@media (prefers-reduced-motion: reduce) {
  .lp-testimonial-card {
    transition: none;
  }

  .lp-testimonial-card:hover {
    transform: none;
  }

  .lp-testimonials-track {
    scroll-snap-type: none;
  }
}

/* ----- Buttons ----- */
.lp-site .btn {
  font-family: var(--lp-font-sans);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.lp-site .btn-primary {
  background-color: var(--lp-navbar);
  border-color: var(--lp-navbar);
  font-weight: 600;
}

.lp-site .btn-primary:hover {
  background-color: var(--lp-topbar);
  border-color: var(--lp-topbar);
}

.lp-site .btn-outline-primary {
  color: var(--lp-topbar);
  border-color: var(--lp-topbar);
  border-width: 2px;
}

.lp-site .btn-outline-primary:hover {
  background-color: var(--lp-topbar);
  border-color: var(--lp-topbar);
  color: #fff;
}

/* Cards */
.lp-site .card {
  border: 1px solid rgba(22, 74, 104, 0.1);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 4px 24px rgba(22, 74, 104, 0.07);
}

.lp-site .card-header {
  background: linear-gradient(90deg, rgba(23, 162, 184, 0.12), rgba(22, 74, 104, 0.08));
  border-bottom: 1px solid rgba(22, 74, 104, 0.1);
  color: var(--lp-topbar);
  font-weight: 700;
}

.lp-site .form-control:focus {
  border-color: var(--lp-navbar);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

.lp-page-title {
  font-family: var(--lp-font-sans);
  font-weight: 800;
  color: var(--lp-topbar);
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 1.85rem);
  letter-spacing: -0.03em;
}

.lp-section-title {
  font-family: var(--lp-font-sans);
  font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.75rem);
  color: inherit;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--lp-navbar);
  display: inline-block;
}

.lp-section-teal .lp-section-title--on-dark,
.lp-section-dark .lp-section-title--on-dark {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.lp-section-alt {
  background-color: rgb(255, 248, 238);
  border-top: 1px solid rgba(22, 74, 104, 0.06);
  border-bottom: 1px solid rgba(22, 74, 104, 0.06);
}

/* Footer */
.lp-footer {
  background-color: var(--lp-dark) !important;
  color: #fff;
  padding-top: clamp(2.25rem, 5vw, 3rem);
  padding-bottom: clamp(1.75rem, 4vw, 2rem);
  margin-top: 0;
}

.lp-footer a {
  color: #fff;
  text-decoration: none;
}

.lp-footer a:hover {
  color: var(--lp-accent-blue);
  text-decoration: underline;
}

.lp-footer .lp-footer-heading {
  font-family: var(--lp-font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.75rem;
}

.lp-footer hr {
  border-color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.lp-footer .lp-phone {
  font-size: 1.25rem;
  font-weight: 700;
}

.lp-footer-helpline {
  text-align: center;
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.15rem);
  line-height: 1.5;
  margin-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.lp-footer-copy {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.lp-subscribe-input {
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
}

.lp-subscribe-btn {
  vertical-align: middle;
  background: var(--lp-navbar);
  color: #fff;
  border: none;
  padding: 0.35rem 0.75rem;
  margin-left: 0.25rem;
}

/* Cookie bar */
.lp-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  background: rgba(22, 74, 104, 0.97);
  color: #fff;
  padding: 1rem 1.25rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.lp-cookie-bar.lp-cookie-visible {
  display: flex;
}

.lp-cookie-bar p {
  margin: 0;
  max-width: 42rem;
  font-size: 0.9rem;
}

/* Accordion */
.lp-site .accordion-button:not(.collapsed) {
  background: rgba(23, 162, 184, 0.12);
  color: var(--lp-topbar);
  font-weight: 600;
}

.lp-site .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

.lp-site .table {
  --bs-table-striped-bg: rgba(23, 162, 184, 0.06);
}

/* Scrollbar (optional, from reference) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #3cb1ff;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0096fa;
}

/* ----- Home: hero panel & typography ----- */
.py-lg-6 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

@media (min-width: 768px) {
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.lp-intro-panel {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.5rem 1.75rem;
  background: rgba(22, 74, 104, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.lp-intro-eyebrow {
  font-family: var(--lp-font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.lp-eyebrow {
  font-family: var(--lp-font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--lp-navbar);
}

.lp-eyebrow--dark {
  color: var(--lp-dark);
}

.lp-section-teal .lp-eyebrow,
.lp-section-dark .lp-eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.lp-welcome-title {
  color: var(--lp-dark);
  line-height: 1.2;
}

.lp-lead {
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.125rem);
  line-height: 1.65;
  color: var(--lp-text-block);
  font-weight: 500;
  max-width: 38rem;
}

.lp-section-h2 {
  line-height: 1.25;
}

/* Welcome column: feature stack */
.lp-feature-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.lp-mini-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: #fff;
  border-radius: 0.85rem;
  border: 1px solid rgba(22, 74, 104, 0.1);
  box-shadow: 0 6px 24px rgba(22, 74, 104, 0.06);
}

.lp-mini-feature-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, rgba(23, 162, 184, 0.2), rgba(22, 74, 104, 0.12));
  color: var(--lp-topbar);
  font-size: 1.25rem;
}

.lp-btn-cta {
  box-shadow: 0 4px 16px rgba(23, 162, 184, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lp-btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(23, 162, 184, 0.45);
}

/* Checklists with icons */
.lp-checklist.lp-checklist--icons {
  list-style: none;
  padding-left: 0;
}

.lp-checklist.lp-checklist--icons li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.65rem;
}

.lp-checklist.lp-checklist--icons li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--lp-navbar);
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.25);
}

.lp-checklist.lp-checklist--on-dark li::before {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/* ----- Auth pages ----- */
.lp-auth-shell {
  min-height: 50vh;
}

.lp-auth-card {
  border-radius: 1.15rem;
  box-shadow: 0 16px 48px rgba(22, 74, 104, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.lp-auth-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, rgba(23, 162, 184, 0.2), rgba(22, 74, 104, 0.12));
  color: var(--lp-topbar);
}

.lp-input {
  border-radius: 0.65rem;
  border: 1px solid rgba(22, 74, 104, 0.15);
}

.lp-input-otp {
  font-size: 1.5rem !important;
  font-weight: 700;
  letter-spacing: 0.35em;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.lp-cookie-bar {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* ----- About page (images like letsplaygrouplottery.com/about) ----- */
.lp-about-hero {
  line-height: 0;
  background: var(--lp-dark);
}

.lp-about-hero-img {
  display: block;
  width: 100%;
  max-height: min(88vh, 560px);
  object-fit: cover;
  object-position: center top;
}

.lp-about-strip {
  line-height: 0;
  background: #fff;
}

.lp-about-strip-img {
  max-height: min(70vh, 640px);
  object-fit: cover;
  object-position: center;
}

.lp-about-medical .container-fluid {
  line-height: 0;
  background: var(--lp-dark);
}

.lp-about-banner-img {
  max-height: min(75vh, 520px);
  object-fit: cover;
  object-position: center;
}

.lp-about-prose {
  font-size: 1.05rem;
  line-height: 1.65;
}

@media (max-width: 575.98px) {
  .lp-about-hero-img {
    max-height: 46vh;
  }
}

/* ----- Lotteries page (letsplaygrouplottery.com/lotteries) ----- */
.lp-lotteries-hero {
  line-height: 0;
  background: var(--lp-dark);
}

.lp-lotteries-hero-img {
  display: block;
  width: 100%;
  max-height: min(88vh, 560px);
  object-fit: cover;
  object-position: center top;
}

.lp-lotteries-intro {
  font-size: 1.05rem;
  line-height: 1.65;
}

.lp-lottery-tile {
  border-radius: 0.35rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 6px 24px rgba(22, 74, 104, 0.1);
}

.lp-lottery-tile__logo {
  padding: 1.25rem 1rem 0.5rem;
  text-align: center;
}

.lp-lottery-tile__logo img {
  max-height: 120px;
  width: auto;
}

.lp-lottery-tile__body {
  padding: 0.75rem 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lp-lottery-tile__body .lead {
  font-size: 1.05rem;
}

.lp-lottery-tile--max {
  background-color: #0eae44;
  color: #fff;
}

.lp-lottery-tile--649 {
  background-color: #2a9ef1;
  color: #fff;
}

.lp-lottery-tile--ccs {
  background-color: #fff;
  color: #202020;
}

.lp-lottery-tile--hns {
  background-color: #cc3825;
  color: #fff;
}

.lp-lottery-tile--udh {
  background-color: #000;
  color: #fff;
}

.lp-lottery-tile--skl {
  background-color: #fff;
  color: #202020;
}

.lp-lottery-btn {
  font-weight: 700;
  border-radius: 0.25rem;
  min-width: 10rem;
}

.lp-lottery-btn--max {
  background-color: #0075bb;
  border-color: #0075bb;
  color: #fff;
}

.lp-lottery-btn--max:hover {
  background-color: #005a90;
  border-color: #005a90;
  color: #fff;
}

.lp-lottery-btn--649 {
  background-color: #e4660a;
  border-color: #e4660a;
  color: #fff;
}

.lp-lottery-btn--649:hover {
  background-color: #c25508;
  border-color: #c25508;
  color: #fff;
}

.lp-lottery-btn--ccs {
  background-color: #0075bb;
  border-color: #0075bb;
  color: #fff;
}

.lp-lottery-btn--ccs:hover {
  background-color: #005a90;
  border-color: #005a90;
  color: #fff;
}

.lp-lottery-btn--hns {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.lp-lottery-btn--hns:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000;
}

.lp-lottery-btn--udh {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.lp-lottery-btn--udh:hover {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #000;
}

.lp-lottery-btn--skl {
  background-color: #00bee1;
  border-color: #00bee1;
  color: #fff;
}

.lp-lottery-btn--skl:hover {
  background-color: #0098b5;
  border-color: #0098b5;
  color: #fff;
}

@media (max-width: 575.98px) {
  .lp-lotteries-hero-img {
    max-height: 46vh;
  }
}

/* Legal / FAQ prose */
.lp-legal p + p {
  margin-top: 1rem;
}

.lp-faq-accordion .accordion-button {
  font-size: 0.95rem;
  line-height: 1.4;
}

.lp-faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

/* Account dashboard */
.lp-account-stat .display-6 {
  font-size: clamp(1.75rem, 1.5rem + 1.5vw, 2.25rem);
  line-height: 1.15;
}

.lp-account-dl dt {
  padding-top: 0.15rem;
}

.lp-account-table thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--lp-text-muted);
  white-space: nowrap;
}
