:root {
  --lp-navy: #14315a;
  --lp-navy-deep: #0e2542;
  --lp-gold: #e8a417;
  --lp-gold-bright: #f4b92e;
  --lp-red: #e24a3b;
  --lp-ink: #1c2a3a;
  --lp-paper: #ffffff;
  --lp-paper-soft: #f5f7fa;
  --lp-line: #e2e8f0;
  --lp-muted: #5a6b7e;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--lp-ink);
  background: var(--lp-paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 76px;
}
@media (min-width: 821px) {
  body {
    padding-bottom: 0;
  }
}
h1,
h2,
h3 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.05;
}
p,
ul {
  margin: 0;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lp-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
}
@media (min-width: 821px) {
  .lp-wrap {
    padding: 0 24px;
  }
}
.lp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--lp-gold);
  color: var(--lp-navy-deep);
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  padding: 16px 34px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
  box-shadow: 0 6px 20px rgba(232, 164, 23, 0.35);
}
.lp-btn:hover {
  background: var(--lp-gold-bright);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(232, 164, 23, 0.45);
}
.lp-btn:focus-visible {
  outline: 3px solid var(--lp-navy);
  outline-offset: 3px;
}
.lp-btn--sm {
  padding: 11px 22px;
  font-size: 0.9rem;
  box-shadow: none;
}
.lp-btn--sm:hover {
  box-shadow: 0 6px 16px rgba(232, 164, 23, 0.35);
}
.lp-btn--block {
  width: 100%;
}
.lp-btn__arrow {
  font-weight: 700;
}
.lp-link-ghost {
  color: #dce6f2;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.98rem;
}
.lp-link-ghost:hover {
  color: #fff;
}
.lp-hl {
  color: #fff;
  font-weight: 700;
}
.lp-header {
  background: var(--lp-paper);
  border-bottom: 1px solid var(--lp-line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 18px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 821px) {
  .lp-header__inner {
    justify-content: space-between;
    padding: 14px 24px;
  }
}
.lp-header__logo {
  height: 46px;
  width: auto;
}
@media (min-width: 821px) {
  .lp-header__logo {
    height: 58px;
  }
}
.lp-header .lp-btn {
  display: none;
}
@media (min-width: 821px) {
  .lp-header .lp-btn {
    display: inline-flex;
  }
}
.lp-hero {
  background: linear-gradient(
    160deg,
    var(--lp-navy-deep) 0%,
    var(--lp-navy) 60%,
    #1b3e6b 100%
  );
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 52px 0 58px;
}
@media (min-width: 821px) {
  .lp-hero {
    padding: 64px 0 72px;
  }
}
.lp-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(232, 164, 23, 0.22),
    transparent 70%
  );
  z-index: 1;
}
.lp-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 821px) {
  .lp-hero__inner {
    padding: 0 24px;
  }
}
.lp-hero__top {
  display: block;
}
@media (min-width: 901px) {
  .lp-hero__top {
    position: relative;
    padding-right: calc(44% + 32px);
  }
}
.lp-hero__copy {
  min-width: 0;
}
.lp-hero__photo {
  display: block;
  margin: 30px 0 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}
.lp-hero__photo picture,
.lp-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 821px) {
  .lp-hero__photo {
    max-width: 620px;
    margin: 34px auto 0;
  }
}
@media (min-width: 901px) {
  .lp-hero__photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%;
    max-width: 500px;
    margin: 0;
    border-radius: 24px;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.4);
  }
  .lp-hero__photo picture {
    display: block;
    height: 100%;
  }
  .lp-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 8%;
  }
}
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 164, 23, 0.16);
  color: var(--lp-gold-bright);
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 7px 12px;
  border-radius: 50px;
  margin-bottom: 26px;
  border: 1px solid rgba(232, 164, 23, 0.3);
}
@media (min-width: 821px) {
  .lp-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    white-space: normal;
    padding: 8px 16px;
  }
}
.lp-eyebrow__dot {
  font-size: 0.7em;
  line-height: 1;
}
.lp-hero__title {
  font-weight: 900;
  font-size: clamp(2.4rem, 13vw, 3.4rem);
  text-transform: uppercase;
  line-height: 0.98;
  margin-bottom: 22px;
}
@media (min-width: 821px) {
  .lp-hero__title {
    font-size: clamp(2.6rem, 6.5vw, 4.6rem);
  }
}
.lp-hero__accent {
  color: var(--lp-gold-bright);
  display: block;
}
.lp-hero__lead {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  max-width: 640px;
  color: #dce6f2;
  margin-bottom: 14px;
  font-weight: 500;
}
.lp-hero__sub {
  font-size: 1.02rem;
  max-width: 600px;
  color: #afc0d6;
  margin-bottom: 34px;
}
.lp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.lp-hero__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}
@media (min-width: 821px) {
  .lp-hero__meta {
    gap: 14px;
    margin-top: 38px;
  }
}
@media (min-width: 901px) {
  .lp-hero__meta {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.lp-hero__meta-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 16px 18px;
  min-width: 0;
}
.lp-hero__meta-k {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.15;
  color: var(--lp-gold-bright);
  margin-bottom: 4px;
}
@media (min-width: 821px) {
  .lp-hero__meta-k {
    font-size: 1.25rem;
  }
}
.lp-hero__meta-l {
  font-size: 0.78rem;
  color: #afc0d6;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
.lp-section-label {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-red);
  margin-bottom: 14px;
}
.lp-section-label--gold {
  color: var(--lp-gold);
}
.lp-section-label--navy {
  color: var(--lp-navy);
  display: block;
}
.lp-pain {
  background: var(--lp-paper-soft);
  padding: 72px 0;
}
.lp-pain__title {
  font-size: clamp(1.6rem, 7vw, 2.1rem);
  font-weight: 800;
  color: var(--lp-navy);
  max-width: 760px;
  margin-bottom: 20px;
}
@media (min-width: 821px) {
  .lp-pain__title {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
  }
}
.lp-pain__accent {
  font-style: normal;
  color: var(--lp-red);
}
@media (min-width: 760px) {
  .lp-pain__accent {
    white-space: nowrap;
  }
}
.lp-pain__intro {
  color: var(--lp-muted);
  font-size: 1.08rem;
}
.lp-pain__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 44px;
  align-items: stretch;
}
@media (min-width: 821px) {
  .lp-pain__grid {
    grid-template-columns: 1fr auto 1fr;
  }
}
.lp-pain__card {
  border-radius: 18px;
  padding: 32px 30px;
  position: relative;
}
.lp-pain__card--problem {
  background: #fff;
  border: 1px solid var(--lp-line);
}
.lp-pain__card--problem .lp-pain__tag {
  background: #fbeae8;
  color: var(--lp-red);
}
.lp-pain__card--problem h3 {
  color: var(--lp-muted);
}
.lp-pain__card--problem li {
  color: var(--lp-muted);
}
.lp-pain__card--problem li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 16px;
  width: 12px;
  height: 2px;
  background: #c4cdd8;
}
.lp-pain__card--solution {
  background: linear-gradient(
    160deg,
    var(--lp-navy) 0%,
    var(--lp-navy-deep) 100%
  );
  border: 1px solid var(--lp-navy-deep);
  box-shadow: 0 18px 40px rgba(20, 49, 90, 0.22);
}
.lp-pain__card--solution .lp-pain__tag {
  background: var(--lp-gold);
  color: var(--lp-navy-deep);
}
.lp-pain__card--solution h3 {
  color: #fff;
}
.lp-pain__card--solution li {
  color: #eaf1f9;
  font-weight: 500;
}
.lp-pain__card--solution li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--lp-gold-bright);
  font-weight: 900;
  font-size: 0.95rem;
}
.lp-pain__tag {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.lp-pain__card h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.lp-pain__list {
  list-style: none;
  padding: 0;
}
.lp-pain__list li {
  padding: 8px 0 8px 28px;
  position: relative;
}
.lp-pain__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 821px) {
  .lp-pain__arrow {
    padding: 0 6px;
  }
}
.lp-pain__arrow-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--lp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(232, 164, 23, 0.4);
  font-size: 1.4rem;
  color: var(--lp-navy-deep);
  font-weight: 900;
  transform: rotate(90deg);
}
@media (min-width: 401px) {
  .lp-pain__arrow-circle {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
  }
}
@media (min-width: 821px) {
  .lp-pain__arrow-circle {
    transform: none;
  }
}
.lp-pain__bottom {
  margin: 44px auto 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--lp-navy);
  text-align: center;
  max-width: 780px;
}
@media (min-width: 821px) {
  .lp-pain__bottom {
    font-size: 1.25rem;
  }
}
.lp-pain__bottom strong {
  color: var(--lp-red);
}
.lp-modules {
  padding: 80px 0;
}
.lp-modules__title {
  font-size: clamp(1.6rem, 7vw, 2.1rem);
  font-weight: 800;
  color: var(--lp-navy);
  margin-bottom: 12px;
}
@media (min-width: 821px) {
  .lp-modules__title {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
  }
}
.lp-modules__intro {
  color: var(--lp-muted);
  max-width: 640px;
  margin-bottom: 48px;
  font-size: 1.08rem;
}
.lp-modules__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 821px) {
  .lp-modules__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-modules__grid .lp-mod:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.lp-mod {
  display: flex;
  gap: 20px;
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--lp-line);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
@media (min-width: 401px) {
  .lp-mod {
    padding: 26px;
  }
}
.lp-mod:hover {
  border-color: var(--lp-gold);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(20, 49, 90, 0.08);
}
.lp-mod__num {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--lp-navy);
  color: var(--lp-gold-bright);
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-mod__title {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--lp-navy);
  margin-bottom: 8px;
}
.lp-mod__hours {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-gold);
  margin-bottom: 4px;
}
.lp-mod__text {
  font-size: 0.94rem;
  color: var(--lp-muted);
}
.lp-first {
  background: linear-gradient(155deg, var(--lp-navy-deep), var(--lp-navy));
  color: #fff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.lp-first::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(232, 164, 23, 0.18),
    transparent 70%
  );
}
.lp-first__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}
@media (min-width: 821px) {
  .lp-first__inner {
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    padding: 0 24px;
  }
}
.lp-first__tag {
  display: inline-block;
  background: var(--lp-gold);
  color: var(--lp-navy-deep);
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
}
.lp-first__title {
  font-size: clamp(1.6rem, 7vw, 2.1rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 20px;
}
@media (min-width: 821px) {
  .lp-first__title {
    font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  }
}
.lp-first__accent {
  color: var(--lp-gold-bright);
}
.lp-first__text {
  color: #c6d4e6;
  margin-bottom: 16px;
  max-width: 520px;
}
.lp-first__note {
  color: var(--lp-gold-bright);
  font-weight: 600;
  max-width: 520px;
}
.lp-info {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 26px 22px;
  backdrop-filter: blur(4px);
}
@media (min-width: 401px) {
  .lp-info {
    padding: 34px;
  }
}
.lp-info__row {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.lp-info__row:last-of-type {
  border-bottom: none;
}
.lp-info__ico {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}
.lp-info__lbl {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lp-gold-bright);
  font-weight: 700;
  margin-bottom: 2px;
}
.lp-info__val {
  font-weight: 600;
  font-size: 1.05rem;
}
.lp-info__val small {
  display: block;
  font-weight: 400;
  font-size: 0.86rem;
  color: #afc0d6;
}
.lp-info__claim {
  color: var(--lp-gold-bright);
  font-weight: 800;
  font-family: "Archivo", sans-serif;
  text-align: center;
  margin: 24px 0 14px;
  font-size: 1.02rem;
}
.lp-form-sec {
  background: var(--lp-paper-soft);
  padding: 80px 0;
  scroll-margin-top: 70px;
}
.lp-form__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}
.lp-form__title {
  font-size: clamp(1.6rem, 7vw, 2.1rem);
  font-weight: 800;
  color: var(--lp-navy);
  margin-bottom: 14px;
}
@media (min-width: 821px) {
  .lp-form__title {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
  }
}
.lp-form__text {
  color: var(--lp-muted);
  font-size: 1.08rem;
}
.lp-form__card {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 22px;
  padding: 28px 20px;
  box-shadow: 0 20px 50px rgba(20, 49, 90, 0.07);
}
@media (min-width: 821px) {
  .lp-form__card {
    padding: 44px;
  }
}
.lp-form__card .lp-btn {
  width: 100%;
  font-size: 1.1rem;
  padding: 18px;
}
.lp-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 821px) {
  .lp-form__row {
    grid-template-columns: 1fr 1fr;
  }
}
.lp-form__group {
  margin-bottom: 22px;
}
.lp-form__label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--lp-navy);
  margin-bottom: 8px;
}
.lp-form__req {
  color: var(--lp-red);
}
.lp-form__legend {
  font-size: 0.82rem;
  color: var(--lp-muted);
  margin-bottom: 22px;
}
.lp-form__input {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--lp-line);
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--lp-ink);
  background: #fff;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}
.lp-form__input:focus {
  outline: none;
  border-color: var(--lp-gold);
  box-shadow: 0 0 0 3px rgba(232, 164, 23, 0.18);
}
.lp-form__input.is-invalid {
  border-color: var(--lp-red);
  background: #fef7f6;
}
.lp-form__input.is-invalid:focus {
  border-color: var(--lp-red);
  box-shadow: 0 0 0 3px rgba(226, 74, 59, 0.18);
}
.lp-form__consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 26px 0;
  padding: 12px;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  font-size: 0.88rem;
  color: var(--lp-muted);
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}
.lp-form__consent input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--lp-gold);
}
.lp-form__consent:has(input.is-invalid) {
  border-color: var(--lp-red);
  background: #fef7f6;
}
#msg-iscrizione {
  margin-top: 20px;
  font-size: 0.94rem;
  line-height: 1.5;
  scroll-margin-top: 90px;
}
#msg-iscrizione:empty {
  display: none;
}
#msg-iscrizione:not(:empty) {
  padding: 14px 18px;
  border-radius: 12px;
  border: 1.5px solid var(--lp-line);
  background: #fff;
  color: var(--lp-ink);
}
#msg-iscrizione p:last-child {
  margin-bottom: 0;
}
#msg-iscrizione ul {
  margin: 6px 0 0;
  padding-left: 18px;
}
#msg-iscrizione.alert-success,
#msg-iscrizione .alert-success,
#msg-iscrizione[class*="success"],
#msg-iscrizione [class*="success"] {
  border-color: #a7d7b4;
  background: #f0f9f3;
  color: #1e6b3a;
}
#msg-iscrizione.alert-danger,
#msg-iscrizione .alert-danger,
#msg-iscrizione[class*="error"],
#msg-iscrizione [class*="error"],
#msg-iscrizione[class*="danger"],
#msg-iscrizione [class*="danger"] {
  border-color: #f0b3ab;
  background: #fef2f0;
  color: #a12e20;
}
.lp-link-privacy {
  color: var(--lp-navy);
  font-weight: 600;
}
.lp-footer {
  background: var(--lp-navy-deep);
  color: #fff;
  padding: 56px 0 96px;
}
@media (min-width: 821px) {
  .lp-footer {
    padding: 56px 0 34px;
  }
}
.lp-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 821px) {
  .lp-footer__inner {
    padding: 0 24px;
  }
}
.lp-footer__brand {
  max-width: 360px;
}
.lp-footer__title {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.lp-footer__text {
  color: #afc0d6;
  font-size: 0.92rem;
}
.lp-partners {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 22px;
}
.lp-partners__item {
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-partners__item img {
  display: block;
  width: auto;
}
.lp-partners__item--cc img {
  height: 26px;
}
.lp-partners__item--iter img {
  height: 40px;
}
.lp-partners__item--uds img {
  height: 38px;
}
.lp-footer__contact {
  font-size: 0.9rem;
  color: #c6d4e6;
  line-height: 1.9;
}
.lp-footer__contact a {
  color: #c6d4e6;
  text-decoration: none;
}
.lp-footer__contact a:hover {
  color: #fff;
}
.lp-footer__contact-title {
  color: var(--lp-gold-bright);
  display: block;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 8px;
  font-weight: 700;
}
.lp-footer__bottom {
  max-width: 1080px;
  margin: 38px auto 0;
  padding: 24px 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8399b3;
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 821px) {
  .lp-footer__bottom {
    padding: 24px 24px 0;
  }
}
.lp-sticky {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(14, 37, 66, 0.96);
  backdrop-filter: blur(8px);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.22);
  transition: opacity 0.25s ease;
}
@media (min-width: 821px) {
  .lp-sticky {
    display: none;
  }
}
.lp-sticky--hidden {
  opacity: 0;
  pointer-events: none;
}
.lp-sticky__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--lp-gold);
  color: var(--lp-navy-deep);
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 15px;
  border-radius: 50px;
  text-decoration: none;
}
.lp-sticky__cta:active {
  background: var(--lp-gold-bright);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

/* Modulo Programma — meta date/orario e calendario a scomparsa (moduli 2-4)
   Il collassamento è gestito dal componente Collapse di Bootstrap
   (bootstrap.bundle.min.js, già incluso a livello di sito da ASOUP). */
.lp-mod__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  font-size: 0.85em;
  opacity: 0.85;
  margin: 0.5em 0;
}
.lp-mod__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  white-space: nowrap;
}
.lp-mod__subhead {
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.65;
  margin: 0.9em 0 0.1em;
}
.lp-mod__calendar {
  margin-top: 0.5em;
}
.lp-mod__calendar-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: 0.9;
  background: none;
  color: inherit;
  font-family: inherit;
}
.lp-mod__calendar-toggle .lp-chevron {
  transition: transform 0.2s ease;
  font-size: 0.8em;
}
.lp-mod__calendar-toggle:not(.collapsed) .lp-chevron {
  transform: rotate(180deg);
}
.lp-mod__calendar-toggle:not(.collapsed) .lp-mod__calendar-show {
  display: none;
}
.lp-mod__calendar-toggle.collapsed .lp-mod__calendar-hide {
  display: none;
}
.lp-mod__calendar-list {
  margin-top: 0.6em;
  border-top: 1px solid rgba(127, 127, 127, 0.3);
}
.lp-mod__calendar-row {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding: 0.6em 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.3);
  font-size: 0.85em;
}
.lp-mod__calendar-row strong {
  font-weight: 600;
}
.lp-mod__datesnote {
  margin: 0.4em 0 0.6em;
  font-size: 0.85em;
  font-style: italic;
  opacity: 0.8;
}
