/* TEORIA landing page. Paste this at the end of the active WordPress theme style.css
   or into Appearance -> Customize -> Additional CSS. */

.teoria-landing,
.teoria-landing * {
  box-sizing: border-box !important;
}

.teoria-landing {
  --teoria-ink: #ffffff;
  --teoria-muted: rgba(255, 255, 255, 0.72);
  --teoria-blue: #145cff;
  --teoria-yellow: #ffd84a;
  --teoria-green: #34d399;
  --teoria-deep: #000b5d;
  --teoria-panel: rgba(255, 255, 255, 0.08);
  --teoria-line: rgba(255, 255, 255, 0.14);
  --teoria-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  display: block !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 1px 0 54px !important;
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 216, 74, 0.16), transparent 30%),
    radial-gradient(circle at 14% 18%, rgba(20, 92, 255, 0.22), transparent 34%),
    var(--teoria-deep) !important;
  color: var(--teoria-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  line-height: 1.5 !important;
}

.teoria-landing a {
  color: inherit !important;
  text-decoration: none !important;
}

.teoria-landing svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 2 !important;
}

.teoria-landing .topbar {
  position: sticky !important;
  top: 46px !important;
  z-index: 30 !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 24px !important;
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 16px auto 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--teoria-line) !important;
  border-radius: 8px !important;
  background: rgba(7, 17, 37, 0.78) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(18px) !important;
}

.teoria-landing .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.teoria-landing .brand-icon {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, var(--teoria-blue), #4ba6ff) !important;
  color: #fff !important;
  flex: 0 0 44px !important;
}

.teoria-landing .brand strong,
.teoria-landing .brand small {
  display: block !important;
}

.teoria-landing .brand strong {
  color: var(--teoria-green) !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

.teoria-landing .brand small {
  color: var(--teoria-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.teoria-landing .nav {
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

.teoria-landing .nav a {
  display: inline-flex !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  color: var(--teoria-muted) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.teoria-landing .nav a:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.teoria-landing .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.teoria-landing .btn-small {
  min-height: 42px !important;
  padding: 0 16px !important;
}

.teoria-landing .btn-yellow {
  background: var(--teoria-yellow) !important;
  color: #17213a !important;
  box-shadow: 0 16px 34px rgba(255, 216, 74, 0.22) !important;
}

.teoria-landing .btn-glass {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.teoria-landing .academy-hero,
.teoria-landing .academy-modules,
.teoria-landing .academy-strip {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
}

.teoria-landing .academy-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 48px !important;
  align-items: center !important;
  min-height: 200px !important;
  padding: 120px 0 70px !important;
}

.teoria-landing .badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: var(--teoria-yellow) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform:normal;
}

.teoria-landing .flag {
  width: 26px !important;
  height: 18px !important;
  border-radius: 3px !important;
  background:
    linear-gradient(90deg, transparent 0 30%, var(--teoria-yellow) 30% 42%, transparent 42%),
    linear-gradient(180deg, transparent 0 38%, var(--teoria-yellow) 38% 58%, transparent 58%),
    #0b59b6 !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28) inset !important;
  flex: 0 0 auto !important;
}

.teoria-landing .academy-hero h1 {
    max-width: 800px !important;
    margin: 18px 0 22px !important;
    color: #fff !important;
    font-size: clamp(30px, 3vw, 50px);
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: -1px !important;
}

.teoria-landing .academy-hero p {
  max-width: 640px !important;
  margin: 0 0 34px !important;
  color: var(--teoria-muted) !important;
  font-size: 18px !important;
}

.teoria-landing .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.teoria-landing .academy-board {
  padding: 20px !important;
  border: 1px solid var(--teoria-line) !important;
  border-radius: 8px !important;
  background: var(--teoria-panel) !important;
  box-shadow: var(--teoria-shadow) !important;
  backdrop-filter: blur(18px) !important;
}

.teoria-landing .board-head {
  margin-bottom: 22px !important;
}

.teoria-landing .board-head span,
.teoria-landing .board-head strong {
  display:
}

.teoria-landing .board-head span {
  color: var(--teoria-yellow) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.teoria-landing .board-head strong {
  margin-top: 6px !important;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 900 !important;
}

.teoria-landing .board-row{
    display:
    align-items:center !important;
    gap:0px !important;
    padding:0px 0 !important;
    border-top:0px solid rgba(255,255,255,.12) !important;
}

.teoria-landing .board-row span{
    width:12px !important;
    height:12px !important;
    min-width:12px !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.3) !important;
}

.teoria-landing .board-row p{
    padding-left:0 !important;
    margin-left:0 !important;
}

.teoria-landing .board-row strong{
    min-width:70px !important;
    text-align:right !important;
    white-space:nowrap !important;
}

.teoria-landing .academy-modules {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.teoria-landing .academy-modules article {
  min-height: 300px !important;
  padding: 28px !important;
  border: 1px solid var(--teoria-line) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04) !important;
}

.teoria-landing .academy-modules span {
  color: var(--teoria-yellow) !important;
  font-weight: 900 !important;
}

.teoria-landing .academy-modules h2 {
  margin: 54px 0 12px !important;
  color: #fff !important;
  font-size: 35px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
}

.teoria-landing .academy-modules p {
  margin: 0 !important;
  color: var(--teoria-muted) !important;
  font-size: 16px !important;
}

.teoria-landing .academy-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 16px !important;
}

.teoria-landing .academy-strip div {
  padding: 24px !important;
  border-radius: 8px !important;
  background: var(--teoria-yellow) !important;
  color: #13202f !important;
}

.teoria-landing .academy-strip strong,
.teoria-landing .academy-strip span {
  display: block !important;
}

.teoria-landing .academy-strip strong {
  font-size: 32px !important;
  line-height: 1 !important;
}

.teoria-landing .academy-strip span {
  margin-top: 8px !important;
  font-weight: 800 !important;
}

@media (max-width: 768px) {
  .teoria-landing .topbar,
  .teoria-landing .academy-hero {
    grid-template-columns: 1fr !important;
  }

  .teoria-landing .topbar {
    position: relative !important;
    top: 0 !important;
  }

  .teoria-landing .nav {
    justify-content: flex-start !important;
  }

  .teoria-landing .academy-hero {
    min-height: auto !important;
    padding-top: 50px !important;
  }

  .teoria-landing .academy-modules,
  .teoria-landing .academy-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .teoria-landing .topbar,
  .teoria-landing .academy-modules,
  .teoria-landing .academy-strip {
    grid-template-columns: 1fr !important;
  }

  .teoria-landing .topbar {
    align-items: stretch !important;
  }

  .teoria-landing .hero-actions {
    flex-direction: column !important;
  }

  .teoria-landing .academy-hero h1 {
    font-size: clamp(38px, 9vw, 55px) !important;
  }

  .teoria-landing .board-row {
    grid-template-columns: 14px 1fr !important;
  }

  .teoria-landing .board-row strong {
    grid-column: 2 !important;
  }
}
