.elementor-1965 .elementor-element.elementor-element-8a0c090{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d89f833 */.lp2-page {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: #1f2a44;
  overflow: hidden;
}

.lp2-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* COMMON */
.lp2-label {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eef3ff;
  color: #3d5acb;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.gold-label {
  background: #fff5df;
  color: #c58a00;
}

.lp2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.lp2-btn-primary {
  background: #25D366;
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

.lp2-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.3);
}

.lp2-btn-secondary {
  background: #fff;
  color: #1f2a44;
  border: 1px solid #dce4ef;
}

.lp2-btn-secondary:hover {
  border-color: #3d5acb;
  color: #3d5acb;
}

.lp2-heading-center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.lp2-heading-center h2 {
  font-size: 40px;
  line-height: 1.18;
  margin: 0 0 14px;
  color: #1f2a44;
}

.lp2-heading-center p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #667085;
}

/* HERO */
.lp2-hero {
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(117, 152, 255, 0.15), transparent 32%),
    radial-gradient(circle at top right, rgba(0, 195, 255, 0.10), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
}

.lp2-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.lp2-hero-left h1 {
  font-size: 56px;
  line-height: 1.08;
  margin: 0 0 18px;
  color: #1f2a44;
  font-weight: 700;
}

.lp2-hero-left p {
  font-size: 17px;
  line-height: 1.8;
  color: #667085;
  margin: 0 0 28px;
  max-width: 620px;
}

.lp2-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.lp2-mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp2-mini-pills span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #e4eaf4;
  color: #4c5870;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(31, 42, 68, 0.04);
}

.lp2-hero-right {
  position: relative;
  min-height: 470px;
}

.lp2-glass-card {
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(221,230,240,0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(31, 42, 68, 0.08);
}

.lp2-main-card {
  border-radius: 30px;
  padding: 28px;
  position: absolute;
  top: 10px;
  left: 20px;
  right: 30px;
  z-index: 2;
}

.lp2-main-card-badge {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: #edf3ff;
  color: #3153c7;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}

.lp2-main-card-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: rgba(255,255,255,0.9);
  border: 1px solid #e8edf5;
  border-radius: 20px;
  padding: 16px 18px;
  margin-bottom: 12px;
  transition: 0.4s ease;
}

.lp2-main-card-item:last-child {
  margin-bottom: 0;
}

.lp2-main-card-item span {
  color: #344054;
  font-size: 15px;
  font-weight: 500;
}

.lp2-main-card-item strong {
  color: #2443b1;
  font-size: 28px;
  white-space: nowrap;
}

.lp2-main-card-item.active {
  transform: scale(1.02);
  border-color: #d7e2ff;
  box-shadow: 0 14px 30px rgba(36, 67, 177, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lp2-floating-chip {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid #e5ecf5;
  box-shadow: 0 10px 24px rgba(31, 42, 68, 0.06);
  font-size: 13px;
  color: #445065;
  animation: lp2Float 4s ease-in-out infinite;
}

.chip-1 {
  right: 0;
  top: 50px;
}

.chip-2 {
  left: 0;
  bottom: 90px;
  animation-delay: 1s;
}

.chip-3 {
  right: 30px;
  bottom: 0;
  animation-delay: 2s;
}

@keyframes lp2Float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* OFFER GRID */
.lp2-offer-grid-section {
  padding: 80px 0;
}

.lp2-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lp2-offer-card {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(31, 42, 68, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp2-offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(31, 42, 68, 0.08);
}

.lp2-offer-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.lp2-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.lp2-card-blue .lp2-icon-circle {
  background: #eef3ff;
}

.lp2-card-sky .lp2-icon-circle {
  background: #edf8ff;
}

.lp2-card-gold .lp2-icon-circle {
  background: #fff6e6;
}

.lp2-offer-card h3 {
  margin: 0;
  font-size: 24px;
  color: #1f2a44;
}

.lp2-offer-card p {
  margin: 0 0 18px;
  color: #667085;
  line-height: 1.7;
  font-size: 15px;
}

.lp2-offer-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp2-offer-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f7;
}

.lp2-offer-card li:last-child {
  border-bottom: none;
}

.lp2-offer-card li span {
  color: #475467;
  line-height: 1.5;
  font-size: 15px;
}

.lp2-offer-card li strong {
  white-space: nowrap;
  font-size: 18px;
}

.lp2-card-blue li strong {
  color: #3153c7;
}

.lp2-card-sky li strong {
  color: #1b84c6;
}

.lp2-card-gold li strong {
  color: #c58a00;
}

/* TICKER */
.lp2-ticker-section {
  padding: 10px 0 20px;
}

.lp2-ticker {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
  padding: 14px 0;
  background: #fafcff;
}

.lp2-ticker-track {
  display: inline-flex;
  gap: 16px;
  animation: lp2TickerMove 28s linear infinite;
}

.lp2-ticker-track span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e6edf5;
  color: #40506b;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(31, 42, 68, 0.04);
}

@keyframes lp2TickerMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* FEATURE SECTIONS */
.lp2-feature-section {
  padding: 80px 0;
}

.alt-bg {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lp2-feature-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.reverse-grid {
  grid-template-columns: 0.95fr 1fr;
}

.lp2-feature-text h2 {
  font-size: 42px;
  line-height: 1.18;
  margin: 0 0 16px;
}

.lp2-feature-text p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #667085;
}

.lp2-check-list {
  display: grid;
  gap: 12px;
}

.lp2-check-list div {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  padding: 14px 16px;
  color: #344054;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(31, 42, 68, 0.04);
}

.lp2-highlight-box {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fe 100%);
  border: 1px solid #e5ebf3;
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 16px 38px rgba(31, 42, 68, 0.05);
}

.lp2-highlight-box-sky {
  background: linear-gradient(180deg, #fcfeff 0%, #f3faff 100%);
}

.lp2-highlight-box-gold {
  background: linear-gradient(180deg, #fffdf8 0%, #fff8eb 100%);
}

.lp2-highlight-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 18px 18px;
  background: rgba(255,255,255,0.88);
  border: 1px solid #e6edf5;
  border-radius: 22px;
  margin-bottom: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp2-highlight-item:last-child {
  margin-bottom: 0;
}

.lp2-highlight-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(31, 42, 68, 0.06);
}

.lp2-highlight-item span {
  color: #344054;
  font-size: 15px;
  line-height: 1.5;
}

.lp2-highlight-item strong {
  white-space: nowrap;
  font-size: 28px;
  color: #2443b1;
}

.lp2-highlight-box-sky .lp2-highlight-item strong {
  color: #1b84c6;
}

.lp2-highlight-box-gold .lp2-highlight-item strong {
  color: #c58a00;
}

/* CTA */
.lp2-cta-section {
  padding: 80px 0 100px;
}

.lp2-cta-box {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid #e7edf5;
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 18px 48px rgba(31, 42, 68, 0.06);
}

.lp2-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.lp2-outlet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp2-outlet-card {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(31, 42, 68, 0.05);
  position: relative;
  overflow: hidden;
}

.lp2-outlet-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(61, 90, 203, 0.07) 50%, transparent 100%);
  transform: translateX(-120%);
  animation: lp2OutletShine 9s linear infinite;
}

.lp2-outlet-card:nth-child(2)::before {
  animation-delay: 3s;
}

.lp2-outlet-card:nth-child(3)::before {
  animation-delay: 6s;
}

@keyframes lp2OutletShine {
  0% { transform: translateX(-120%); }
  14% { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}

.lp2-outlet-card span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef3ff;
  color: #3153c7;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}

.lp2-outlet-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #1f2a44;
}

.lp2-outlet-card p {
  margin: 0;
  color: #667085;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .lp2-hero-grid,
  .lp2-feature-grid,
  .reverse-grid {
    grid-template-columns: 1fr;
  }

  .lp2-hero-right {
    min-height: 420px;
  }

  .lp2-offer-grid,
  .lp2-outlet-grid {
    grid-template-columns: 1fr;
  }

  .lp2-heading-center h2,
  .lp2-feature-text h2 {
    font-size: 34px;
  }

  .lp2-hero-left h1 {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .lp2-container {
    padding: 0 16px;
  }

  .lp2-hero {
    padding: 70px 0 50px;
  }

  .lp2-hero-left h1 {
    font-size: 34px;
  }

  .lp2-hero-left p,
  .lp2-heading-center p,
  .lp2-feature-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .lp2-heading-center h2,
  .lp2-feature-text h2 {
    font-size: 28px;
  }

  .lp2-hero-actions,
  .lp2-cta-buttons {
    flex-direction: column;
  }

  .lp2-btn {
    width: 100%;
  }

  .lp2-hero-right {
    min-height: 360px;
  }

  .lp2-main-card {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px;
    border-radius: 24px;
  }

  .lp2-main-card-item {
    padding: 14px;
    border-radius: 16px;
    align-items: flex-start;
  }

  .lp2-main-card-item span {
    font-size: 14px;
  }

  .lp2-main-card-item strong {
    font-size: 22px;
  }

  .lp2-floating-chip {
    display: none;
  }

  .lp2-offer-grid-section,
  .lp2-feature-section,
  .lp2-cta-section {
    padding: 55px 0;
  }

  .lp2-offer-card,
  .lp2-highlight-box,
  .lp2-cta-box {
    padding: 20px;
    border-radius: 24px;
  }

  .lp2-offer-card li,
  .lp2-highlight-item {
    flex-direction: row;
    align-items: center;
  }

  .lp2-offer-card li strong,
  .lp2-highlight-item strong {
    font-size: 22px;
  }

  .lp2-outlet-card {
    padding: 18px;
    border-radius: 20px;
  }

  .lp2-outlet-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .lp2-main-card-item,
  .lp2-offer-card li,
  .lp2-highlight-item {
    gap: 10px;
  }

  .lp2-main-card-item strong,
  .lp2-highlight-item strong {
    font-size: 20px;
  }

  .lp2-offer-card li strong {
    font-size: 17px;
  }
}/* End custom CSS */