body.ek-premium-page {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 28%),
    radial-gradient(circle at bottom right, rgba(22, 163, 74, 0.07), transparent 24%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 38%, #f8fbff 100%);
  color: #0f172a;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.ek-page-main {
  padding: 32px 0 72px;
}

.ek-page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(32px, 4vw, 60px);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.02)),
    linear-gradient(135deg, #1e3a8a 0%, #2563eb 58%, #3b82f6 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.ek-page-hero::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.ek-page-hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}

.ek-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #dbeafe;
  font-weight: 800;
  font-size: 14px;
  backdrop-filter: blur(8px);
}

.ek-page-title {
  margin: 16px 0 14px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.03em;
  max-width: 11ch;
}

.ek-page-lead {
  max-width: 62ch;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.90);
}

.ek-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.ek-btn-premium,
.ek-btn-secondary-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ek-btn-premium {
  border: none;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
  color: #1e3a8a;
  box-shadow: 0 16px 30px rgba(255, 255, 255, 0.18);
}

.ek-btn-premium:hover {
  transform: translateY(-2px);
  color: #1e3a8a;
  box-shadow: 0 20px 34px rgba(255, 255, 255, 0.24);
}

.ek-btn-secondary-premium {
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.ek-btn-secondary-premium:hover {
  transform: translateY(-2px);
  color: #ffffff;
  border-color: rgba(255,255,255,0.34);
}

.ek-hero-card {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  padding: 22px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.ek-hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.ek-hero-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.95);
  line-height: 1.6;
}

.ek-hero-list li span:first-child {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
}

.ek-section {
  padding: 56px 0 16px;
}

.ek-section-head {
  max-width: 780px;
  margin-bottom: 24px;
}

.ek-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.ek-section-head p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
  font-size: 16px;
}

/* Timeline */
.ek-timeline {
  display: grid;
  gap: 18px;
}

.ek-timeline-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: start;
}

.ek-step-badge {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.ek-method-card,
.ek-glass-card,
.ek-info-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
}

.ek-method-card h3,
.ek-glass-card h3,
.ek-info-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.ek-method-card p,
.ek-glass-card p,
.ek-info-card p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
  font-size: 15px;
}

/* Highlight band */
.ek-highlight-band {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Card grid */
.ek-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* FAQ */
.ek-faq {
  display: grid;
  gap: 14px;
}

.ek-faq-item {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.ek-faq-btn {
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 22px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #0f172a;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.ek-faq-btn:hover {
  background: rgba(37, 99, 235, 0.03);
}

.ek-faq-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef4ff;
  color: #1e3a8a;
  font-size: 20px;
  font-weight: 900;
}

.ek-faq-panel {
  display: none;
  padding: 0 22px 22px 22px;
  color: #475569;
  line-height: 1.75;
  font-size: 15px;
}

.ek-faq-item.is-open .ek-faq-panel {
  display: block;
}

.ek-faq-item.is-open .ek-faq-icon {
  background: #dbeafe;
}

/* Responsive */
@media (max-width: 991px) {
  .ek-page-title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ek-page-main {
    padding: 16px 0 48px;
  }

  .ek-page-hero,
  .ek-method-card,
  .ek-glass-card,
  .ek-info-card,
  .ek-faq-item {
    border-radius: 24px;
  }

  .ek-timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ek-step-badge {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 18px;
  }

  .ek-btn-premium,
  .ek-btn-secondary-premium {
    width: 100%;
  }
}