/* Start custom CSS for html, class: .elementor-element-1e5d9db */.besa-flagship {
  max-width: 1500px;
  margin: 100px auto;
  padding: 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e293b;
}

/* HEADER */
.flagship-header {
  text-align: center;
  margin-bottom: 90px;
}

.flagship-header h1 {
  font-size: 46px;
  font-weight: 800;
  color: #0b1f3a;
  margin-bottom: 10px;
}

.flagship-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #7768E5;
  margin-bottom: 22px;
}

.flagship-header p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 14px;
  color: #475569;
  line-height: 1.8;
}

/* GRID */
.flagship-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, fr));
  gap: 40px;
}

/* CARD */
.flagship-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 42px;
  position: relative;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.flagship-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 85px rgba(15, 23, 42, 0.18);
}

/* BADGE */
.flagship-badge {
  position: absolute;
  top: 26px;
  right: 26px;
  background: linear-gradient(1deg, #2563eb, #7768E5);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* CONTENT */
.flagship-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #7768E5;
  margin-bottom: 18px;
}

.flagship-card p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* META */
.flagship-meta {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  color: #334155;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .flagship-header h1 {
    font-size: 36px;
  }

  .flagship-card {
    padding: 32px;
  }

  .flagship-card h2 {
    font-size: 22px;
  }
}/* End custom CSS */