/** Shopify CDN: Minification failed

Line 195:0 Unexpected "}"

**/
/* 
  LICENSE COMPARISON V2
  3D Effect with dark cards matching Product Hero ATF
*/

/* ========================================
   SECTION WRAPPER
======================================== */
.license-compare {
  position: relative;
  overflow: visible;
}

.license-compare__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* ========================================
   BACKGROUND - 3D EFFECT
======================================== */
.license-compare__bg-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 75%;
  z-index: 0;
  overflow: hidden;
}

.license-compare__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Gradient overlay - only at top, matching homepage banner */
.license-compare__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(20, 33, 43, 0.6) 0%,
    rgba(20, 33, 43, 0.4) 30%,
    rgba(20, 33, 43, 0.2) 60%,
    rgba(20, 33, 43, 0) 100%
  );
}

/* Bottom section */
.license-compare__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: var(--section-next-color, #ffffff);
  z-index: 0;
}

/* ========================================
   TRANSPARENT HEADER SUPPORT
======================================== */
[allow-transparent-header] header.header-sm.header--custom-design {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

[allow-transparent-header] header.header-sm.header--custom-design::before,
[allow-transparent-header] header.header-sm.header--custom-design::after {
  content: none !important;
  background: transparent !important;
}

[allow-transparent-header] .license-compare__header {
  padding-top: 160px;
}

/* ========================================
   HEADER
======================================== */
.license-compare__header {
  text-align: center;
  padding: 80px 0 40px;
  position: relative;
  z-index: 2;
}

.license-compare__heading {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.license-compare__subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* Trust Badge - glass effect box */
.license-compare__trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.license-compare__trust-logo {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}

.license-compare__trust-text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* ========================================
   CARD GRID
======================================== */
.license-compare__cards {
  position: relative;
  z-index: 3;
  padding-bottom: 80px;
}

.license-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
}

/* ========================================
   CARD - Dark style matching Hero ATF
======================================== */
.license-card {
  background: linear-gradient(160deg, #252b3b 0%, #1e2330 100%);
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.license-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

/* Side cards - lower position for 3D effect */
}

/* Featured/Popular card - stands out more */
.license-card--featured {
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 0 2px rgba(96, 165, 250, 0.4),
    0 0 30px rgba(96, 165, 250, 0.15);
  transform: scale(1.03);
  z-index: 2;
}

.license-card--featured:hover {
  transform: scale(1.03) translateY(-6px);
}

/* ========================================
   LABELS
======================================== */
.license-card__labels {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 8px;
  min-height: 28px;
}

.license-card__label {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.license-card__label--sale {
  background: #EB5E2C;
  color: #fff;
}

.license-card__label--popular {
  background: #374151;
  color: #fff;
  font-weight: 500;
}

/* ========================================
   TITLE
======================================== */
.license-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}

/* ========================================
   CERTIFICATE BADGES - Matching Hero ATF
   First badge: Blue, Second badge: Dark gray
======================================== */
.license-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.license-card__badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

/* First badge - EASA Blue */
.license-card__badge:first-child {
  background: rgba(96, 165, 250, 0.15);
  border: 1px solid rgba(96, 165, 250, 0.3);
  color: #60a5fa;
}

/* Second badge - Dark gray */
.license-card__badge:nth-child(2) {
  background: #374151;
  color: #ffffff;
}

/* ========================================
   TRUST LINE (Popular card only)
======================================== */
.license-card__trust-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

.license-card__stars {
  color: #fbbf24;
  letter-spacing: 1px;
}

.license-card__trust-line .license-card__trust-text {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.license-card__divider {
  color: rgba(255, 255, 255, 0.3);
}

.license-card__review-count {
  color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   HIGHLIGHT TEXT - First item as standalone
======================================== */
.license-card__highlight {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========================================
   USP LIST - Blue checkmarks
======================================== */
.license-card__usps {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.license-card__usp {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.license-card__usp:last-child {
  border-bottom: none;
}

/* Blue checkmarks matching Trust Row */
.license-card__check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #60a5fa;
  margin-top: 1px;
}

/* ========================================
   FOOTER
======================================== */
.license-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}

/* Button - Matching Product Hero ATF */
.license-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EA5E2C;
  color: #fff;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(198, 93, 59, 0.3);
}

.license-card__btn .btn-arrow {
  transition: transform 0.2s ease;
}

.license-card__btn:hover {
  background: #B54E2E;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(198, 93, 59, 0.4);
  color: #fff;
}

.license-card__btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* Price - Red strikethrough line only */
.license-card__price {
  text-align: right;
}

.license-card__price-old {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
  text-decoration-color: #ef4444;
}

.license-card__price-current {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.license-card__price-vat {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* ========================================
   DEMO LINK - Secondary Link style (light blue with arrow)
   Left aligned, fade in after 5 seconds
======================================== */
.license-card__demo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 0;
  background: transparent;
  border: none;
  color: #60a5fa;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  transition: all 0.2s ease;
  opacity: 0;
  animation: fadeInDemo 0.5s ease-out 5s forwards;
}

@keyframes fadeInDemo {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.license-card__demo:hover {
  color: #93c5fd;
}

.license-card__demo::after {
  content: '→';
  font-weight: 400;
}

/* ========================================
   RESPONSIVE - TABLET
======================================== */
@media screen and (max-width: 1024px) {
  .license-compare__grid {
    gap: 20px;
  }

  .license-card {
    padding: 20px;
  }

  .license-card__title {
    font-size: 20px;
  }

  .license-card__price-current {
    font-size: 24px;
  }

}

/* ========================================
   RESPONSIVE - MOBILE
======================================== */
@media screen and (max-width: 767px) {
  .license-compare__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .license-card--featured {
    transform: none;
  }

  .license-card--featured:hover {
    transform: translateY(-6px);
  }

  .license-card__title {
    font-size: 18px;
  }

  .license-card__price-current {
    font-size: 22px;
  }

  .license-compare__heading {
    font-size: 28px;
  }

  .license-compare__subtitle {
    font-size: 15px;
  }
}
