@charset "utf-8";
.active-page {
  background: linear-gradient(135deg, #0d0221 0%, #1a0b36 40%, #ff3d5a 100%);
  background-attachment: fixed;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  font-size: 16px;
}
.active-page .header {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
}
.active-page .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.active-page .gradient-title {
  display: flex;
  text-align: center;
  margin-bottom: 40px;
  z-index: 2;
  font-size: 60px;
  position: relative;
}
.active-page .google-text {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(to left bottom, #fff, #ff4444);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 24px;
}
.active-page .gemma-text {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(to right top, #fff, #ff4444);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.active-page .header-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 72px;
  margin-bottom: 40px;
}
.active-page .header-subtitle {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.active-page .svg-decoration {
  position: absolute;
  top: 28px;
  right: 36px;
  width: 48px;
  height: 48px;
  opacity: 0.7;
  border-radius: 50%;
  background-color: linear-gradient(90deg, #ff7a00, #ff2d55);
}
.active-page .svg-decoration .svg-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #ff7a00;
}
.active-page .svg-decoration .svg-line-h,
.active-page .svg-decoration .svg-line-v {
  position: absolute;
  background: linear-gradient(90deg, #ff7a00, #ff2d55);
}
.active-page .svg-decoration .svg-line-h {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
}
.active-page .svg-decoration .svg-line-v {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 24px;
}
.active-page .glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 24px 20px;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 77, 77, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.active-page .glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(255, 77, 77, 0.2);
}
.active-page .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.active-page .card-title::before {
  content: '';
  width: 6px;
  height: 24px;
  background: linear-gradient(180deg, #ff7a00, #ff2d55);
  border-radius: 3px;
}
.active-page .card-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  line-height: 1.7;
}
.active-page .highlight {
  color: #ff7a00;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 122, 0, 0.4);
}
.active-page .package-box {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 22px;
  margin: 10px 0 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.active-page .package-price-box {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #ff9a44;
  line-height: 16px;
  margin: 12px 0;
}
.active-page .package-price {
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  margin-right: 12px;
  background: linear-gradient(90deg, #ff9a44, #ff2d55);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.active-page .package-feature {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}
.active-page .btn-primary {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff7a00, #ff2d55);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border: none;
  margin-top: 16px;
  cursor: pointer;
  transition: 0.25s ease;
  text-decoration: none;
}
.active-page .btn-primary:hover {
  opacity: 0.92;
  transform: scale(1.02);
}
.active-page .svg-decoration {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 46px;
  height: 46px;
  opacity: 0.7;
}
.active-page .version-table,
.active-page .performance-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.active-page .version-table th,
.active-page .performance-table th {
  background: rgba(255, 122, 0, 0.15);
  padding: 10px 6px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: sticky;
  top: 0;
  backdrop-filter: blur(8px);
}
.active-page .version-table td,
.active-page .performance-table td {
  padding: 10px 6px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  word-break: break-word;
}
.active-page .version-table tr:last-child td,
.active-page .performance-table tr:last-child td {
  border-bottom: none;
}
.active-page .performance-table .gemma-highlight {
  background: rgba(255, 45, 85, 0.15);
  font-weight: 700;
  color: #ff2d55;
}
.active-page .footer {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.active-page .fade-in {
  animation: fadeInUp 0.6s ease forwards;
}
.active-page .delay-1 {
  animation-delay: 0.1s;
}
.active-page .delay-2 {
  animation-delay: 0.2s;
}
.active-page .delay-3 {
  animation-delay: 0.3s;
}
