.elementor-2156 .elementor-element.elementor-element-6c354af{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c881f8c *//* WRAPPER */

.peaklab-store {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);

  padding: 100px 20px;
  font-family: Arial, sans-serif;
}

/* HERO */

.peaklab-hero {
  text-align: center;
  max-width: 900px;
  margin: auto auto 80px;
}

.hero-badge {
  display: inline-block;
  padding: 10px 22px;

  background: #e0ebff;
  color: #2456d3;

  border-radius: 50px;

  font-size: 13px;
  font-weight: 700;

  margin-bottom: 25px;
}

.peaklab-hero h1 {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.1;
  color: #111827;
  margin-bottom: 25px;
}

.peaklab-hero p {
  font-size: 20px;
  color: #64748b;
  line-height: 1.7;
}

/* TITLES */

.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
}

.perpetual-title {
  margin-top: 100px;
}

/* GRID */

.license-grid {
  max-width: 1500px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 30px;
}

/* CARD */

.license-card {
  background: #fff;

  border-radius: 30px;

  overflow: hidden;

  position: relative;

  transition: 0.4s ease;

  border: 1px solid #e5e7eb;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);

  display: flex;
  flex-direction: column;
}

.license-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* FEATURED */

.featured {
  border: 2px solid #2563eb;
  transform: scale(1.03);
}

.popular-badge {
  position: absolute;

  top: 18px;
  right: 18px;

  background: #2563eb;
  color: #fff;

  padding: 8px 16px;

  border-radius: 40px;

  font-size: 12px;
  font-weight: 700;

  z-index: 2;
}

/* TAG */

.license-tag {
  position: absolute;

  top: 18px;
  left: 18px;

  background: rgba(255, 255, 255, 0.9);

  backdrop-filter: blur(10px);

  color: #1e3a8a;

  padding: 8px 16px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;

  z-index: 2;
}

.student {
  background: #fff3cd;
  color: #9a6700;
}

.perpetual-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(320px, 420px));

  justify-content: center;

  gap: 30px;

  max-width: 1400px;

  margin: auto;
}

.otherlicense-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(320px, 420px));

  justify-content: center;

  gap: 30px;

  max-width: 1400px;

  margin: auto;
}

/* IMAGE */

.license-image {
  background: radial-gradient(circle at top, #ffffff, #edf4ff);

  padding: 70px 20px 40px;

  min-height: 280px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.license-image img {
  width: 190px;
  max-width: 100%;

  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* CONTENT */

.license-content {
  padding: 35px;

  display: flex;
  flex-direction: column;
  flex: 1;
}

.license-content h3 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;

  margin-bottom: 16px;
}

.license-content p {
  color: #64748b;

  line-height: 1.7;

  margin-bottom: 28px;
}

/* PRICE */

.license-price {
  font-size: 48px;
  font-weight: 800;

  color: #111827;

  margin-bottom: 30px;
}

.license-price span {
  font-size: 18px;
  color: #64748b;
}

/* VERIFY */

.verify-box {
  background: #fff8e1;

  color: #9a6700;

  padding: 14px;

  border-radius: 14px;

  font-size: 14px;
  font-weight: 700;

  margin-bottom: 25px;
}

/* FEATURES */

.license-content ul {
  list-style: none;
  padding: 0;

  margin: 0 0 35px;
}

.license-content ul li {
  padding: 14px 0;

  border-bottom: 1px solid #edf2f7;

  color: #334155;
}

/* BUTTON */

.buy-btn {
  margin-top: auto;

  border: none;
  cursor: pointer;

  width: 100%;

  background: linear-gradient(135deg, #2563eb, #1e40af);

  color: #fff;

  padding: 18px;

  border-radius: 16px;

  font-size: 16px;
  font-weight: 700;

  transition: 0.3s ease;
}

.buy-btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);
}

/* DARK CARDS */

/* =========================================
   ADVANCED PREMIUM PERPETUAL CARD DESIGN
========================================= */

.dark-card {
  position: relative;

  background: linear-gradient(180deg, #081226 0%, #0f172a 100%);

  border: 1px solid rgba(255, 255, 255, 0.08);

  overflow: hidden;

  display: flex;
  flex-direction: column;

  align-items: center;

  text-align: center;

  transition: 0.45s ease;

  backdrop-filter: blur(12px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* PREMIUM GLOW */

.dark-card::before {
  content: "";

  position: absolute;

  inset: 0;

  background: radial-gradient(
    circle at top,
    rgba(37, 99, 235, 0.25),
    transparent 60%
  );

  opacity: 0;

  transition: 0.5s ease;
}

/* HOVER */

.dark-card:hover {
  transform: translateY(-14px) scale(1.02);

  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
}

.dark-card:hover::before {
  opacity: 1;
}

/* CENTER CONTENT */

.dark-card .license-content {
  display: flex;
  flex-direction: column;

  align-items: center;

  text-align: center;

  width: 100%;
}

/* CENTER BADGE */

.dark-card .license-tag {
  left: 50%;

  transform: translateX(-50%);

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  color: #fff;

  padding: 10px 20px;

  border-radius: 50px;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 0.5px;
}

/* IMAGE AREA */

.dark-card .license-image {
  width: 100%;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.01)
  );

  border-bottom: 1px solid rgba(255, 255, 255, 0.06);

  position: relative;
}

/* IMAGE GLOW */

.dark-card .license-image::before {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  background: radial-gradient(circle, rgba(37, 99, 235, 0.25), transparent 70%);

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 0;
}

/* IMAGE */

.dark-card .license-image img {
  position: relative;

  z-index: 1;

  width: 190px;

  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.4));

  animation: floatAdvanced 5s ease-in-out infinite;
}

/* FLOAT */

@keyframes floatAdvanced {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(0.5deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* TITLE */

.dark-card h3 {
  color: #fff;

  font-size: 42px;

  line-height: 1.1;

  margin-bottom: 20px;

  font-weight: 800;
}

/* DESCRIPTION */

.dark-card p {
  color: #94a3b8;

  line-height: 1.8;

  max-width: 320px;

  margin: auto auto 30px;
}

/* PRICE */

.dark-card .license-price {
  font-size: 58px;

  font-weight: 900;

  color: #fff;

  margin-bottom: 30px;

  position: relative;
}

/* PRICE GLOW */

.dark-card .license-price::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: -8px;

  width: 80px;
  height: 4px;

  background: linear-gradient(90deg, #2563eb, #60a5fa);

  transform: translateX(-50%);

  border-radius: 10px;
}

/* FEATURES */

.dark-card ul {
  width: 100%;

  display: flex;
  flex-direction: column;

  align-items: center;

  gap: 0;

  padding: 0;

  margin: 0 0 35px;
}

.dark-card ul li {
  width: 100%;

  text-align: center;

  padding: 16px 0;

  color: #cbd5e1;

  border-bottom: 1px solid rgba(255, 255, 255, 0.06);

  transition: 0.3s ease;
}

.dark-card ul li:hover {
  background: rgba(255, 255, 255, 0.03);

  color: #fff;
}

/* BUTTON */

.dark-card .buy-btn {
  margin-top: auto;

  width: 100%;

  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  border: none;

  color: #fff;

  padding: 20px;

  border-radius: 18px;

  font-size: 17px;
  font-weight: 700;

  transition: 0.35s ease;

  position: relative;

  overflow: hidden;
}

/* BUTTON SHINE */

.dark-card .buy-btn::before {
  content: "";

  position: absolute;

  top: 0;
  left: -100%;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );

  transition: 0.6s;
}

.dark-card .buy-btn:hover::before {
  left: 100%;
}

.dark-card .buy-btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);
}

/* TABLET */

@media (max-width: 1200px) {
  .license-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .license-grid {
    grid-template-columns: 1fr;
  }

  .peaklab-hero h1 {
    font-size: 38px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .license-content {
    padding: 28px;
  }
}

/* SOFTWARE TABS */

.software-tabs{

  display:flex;

  justify-content:center;

  gap:20px;

  margin-bottom:60px;

  flex-wrap:wrap;
}

/* TAB BUTTON */

.software-tab{

  border:none;

  background:#fff;

  color:#334155;

  padding:18px 34px;

  border-radius:60px;

  font-size:16px;
  font-weight:700;

  cursor:pointer;

  transition:.35s ease;

  box-shadow:
  0 10px 25px rgba(0,0,0,.05);
}

/* ACTIVE */

.software-tab.active{

  background:
  linear-gradient(
    135deg,
    #2563eb,
    #1d4ed8
  );

  color:#fff;

  box-shadow:
  0 15px 35px rgba(37,99,235,.25);
}

/* HOVER */

.software-tab:hover{
  transform:translateY(-3px);
}

/* CONTENT */

.software-content{
  display:none;
}

.software-content.active{
  display:block;
}

.disabled-tab{

    opacity:.5;

    cursor:not-allowed;

    pointer-events:none;

    position:relative;
}

.coming-soon{

    margin-left:10px;

    background:#f59e0b;

    color:#fff;

    padding:4px 10px;

    border-radius:30px;

    font-size:11px;

    font-weight:700;
}/* End custom CSS */