.front-vip-page {
  color: #263b53;
  margin: 0 auto;
  padding: 12px 10px 8px;
}

.front-vip-page *,
.front-vip-page *::before,
.front-vip-page *::after {
  box-sizing: border-box;
}

.front-vip-intro {
  align-items: center;
  background: #f4f8fc;
  border-bottom: 3px solid #2677d9;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  min-height: 310px;
  padding: 42px 48px;
}

.front-vip-kicker,
.front-vip-section-head > div > span {
  color: #1b70cf;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.front-vip-intro h1 {
  color: #172b43;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 14px;
}

.front-vip-intro-copy > p {
  color: #62748a;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  max-width: 650px;
}

.front-vip-intro-actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.front-vip-primary,
.front-vip-secondary {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  height: 44px;
  justify-content: center;
  padding: 0 20px;
  text-decoration: none !important;
}

.front-vip-primary {
  background: #246fe5;
  border: 1px solid #246fe5;
  color: #fff !important;
}

.front-vip-secondary {
  background: #fff;
  border: 1px solid #cad7e6;
  color: #31506f !important;
}

.front-vip-primary:hover { background: #1d5fc7; }
.front-vip-secondary:hover { border-color: #7397c3; color: #1d62b8 !important; }

.front-vip-service-panel {
  border-left: 1px solid #d7e2ee;
  display: grid;
  gap: 5px;
  padding-left: 32px;
}

.front-vip-service-panel > div {
  align-items: center;
  border-bottom: 1px solid #e1e8f0;
  display: flex;
  gap: 15px;
  min-height: 72px;
}

.front-vip-service-panel > div:last-child { border-bottom: 0; }
.front-vip-service-panel i { color: #1f9a76; font-size: 21px; text-align: center; width: 30px; }
.front-vip-service-panel span { display: grid; gap: 3px; }
.front-vip-service-panel strong { color: #223a53; font-size: 15px; }
.front-vip-service-panel small { color: #78889b; font-size: 12px; }

.front-vip-plans,
.front-vip-process {
  padding: 48px 22px;
}

.front-vip-ad-slot {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  padding: 18px 22px 0;
}

.front-vip-ad-slot.is-plans-bottom,
.front-vip-ad-slot.is-bottom {
  border-top: 1px solid #e1e8ef;
  padding-bottom: 18px;
}

.front-vip-ad-item {
  background: #fff;
  border: 1px solid #dbe4ed;
  border-radius: 7px;
  min-height: 58px;
  overflow: hidden;
  position: relative;
}

.front-vip-ad-label {
  background: #eef2f6;
  border-radius: 0 0 0 4px;
  color: #8c98a6;
  font-size: 9px;
  line-height: 18px;
  padding: 0 6px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.front-vip-ad-content,
.front-vip-ad-content > * {
  max-width: 100%;
}

.front-vip-ad-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.front-vip-ad-item iframe {
  border: 0;
  display: block;
  min-height: 120px;
  width: 100%;
}

.front-vip-text-ad {
  align-items: center;
  color: #2e4c6c;
  display: grid;
  gap: 3px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 70px;
  padding: 13px 38px 13px 16px;
  text-decoration: none;
}

.front-vip-text-ad strong { font-size: 14px; }
.front-vip-text-ad span { color: #7a899a; font-size: 11px; grid-column: 1; }
.front-vip-text-ad i { color: #2874d7; grid-column: 2; grid-row: 1 / span 2; }
.front-vip-text-ad:hover { background: #f7faff; color: #1e65b8; text-decoration: none; }

.front-vip-section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.front-vip-section-head h2,
.front-vip-rules h2 {
  color: #1c324a;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
}

.front-vip-section-head > p {
  color: #78879a;
  font-size: 12px;
  margin: 0 0 3px 20px;
}

.front-vip-plan-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.front-vip-plan {
  background: #fff;
  border: 1px solid #d9e3ed;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.front-vip-plan:hover {
  border-color: #89acd4;
  box-shadow: 0 12px 28px rgba(38, 64, 94, .10);
  transform: translateY(-3px);
}

.front-vip-plan.is-recommended {
  border: 2px solid #2874d7;
  padding: 23px;
}

.front-vip-plan-badge {
  background: #e45245;
  border-radius: 0 0 0 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 11px;
  position: absolute;
  right: 0;
  top: 0;
}

.front-vip-plan-title {
  align-items: center;
  display: flex;
  gap: 13px;
  padding-right: 42px;
}

.front-vip-plan-icon {
  align-items: center;
  background: #eaf3ff;
  border-radius: 6px;
  color: #2472d1;
  display: flex;
  flex: 0 0 42px;
  font-size: 18px;
  height: 42px;
  justify-content: center;
}

.front-vip-plan:nth-child(1) .front-vip-plan-icon { background: #fff3db; color: #b97312; }
.front-vip-plan:nth-child(3) .front-vip-plan-icon { background: #e6f6ef; color: #168361; }
.front-vip-plan-title h3 { color: #20374f; font-size: 18px; margin: 0 0 3px; }
.front-vip-plan-title p { color: #8491a1; font-size: 12px; margin: 0; }

.front-vip-price {
  align-items: baseline;
  border-bottom: 1px solid #e8edf3;
  color: #e34e42;
  display: flex;
  margin: 24px 0 18px;
  padding-bottom: 18px;
}

.front-vip-price sup { font-family: Arial, sans-serif; font-size: 16px; font-weight: 800; top: 0; }
.front-vip-price strong { font-family: Arial, sans-serif; font-size: 38px; line-height: 1; }
.front-vip-price span { color: #8b98a8; font-size: 12px; margin-left: 5px; }
.front-vip-plan ul { display: grid; gap: 12px; list-style: none; margin: 0 0 22px; padding: 0; }
.front-vip-plan li { color: #52667d; font-size: 13px; line-height: 1.55; }
.front-vip-plan li i { color: #1fa17a; margin-right: 8px; }

.front-vip-plan > a {
  align-items: center;
  background: #f2f6fa;
  border: 1px solid #d3dfeb;
  border-radius: 6px;
  color: #2c527b;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-top: auto;
  text-decoration: none;
}

.front-vip-plan > a i { margin-left: 8px; }
.front-vip-plan.is-recommended > a { background: #246fe5; border-color: #246fe5; color: #fff; }
.front-vip-plan > a:hover { background: #e6eef7; color: #1b5da7; text-decoration: none; }
.front-vip-plan.is-recommended > a:hover { background: #1d5fc7; color: #fff; }

.front-vip-process {
  border-top: 1px solid #e1e8ef;
}

.front-vip-process ol {
  counter-reset: none;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.front-vip-process li {
  align-items: center;
  border-right: 1px solid #dde5ed;
  display: flex;
  gap: 13px;
  min-height: 72px;
  padding: 8px 22px;
}

.front-vip-process li:first-child { padding-left: 0; }
.front-vip-process li:last-child { border-right: 0; padding-right: 0; }
.front-vip-process li b { color: #cad6e3; font-family: Arial, sans-serif; font-size: 34px; }
.front-vip-process li div { display: grid; gap: 4px; }
.front-vip-process li strong { color: #273f58; font-size: 14px; }
.front-vip-process li span { color: #76869a; font-size: 11px; line-height: 1.55; }

.front-vip-rules {
  align-items: center;
  background: #263b53;
  color: #fff;
  display: grid;
  gap: 26px;
  grid-template-columns: 190px minmax(0, 1fr) 180px;
  margin: 0 22px 34px;
  padding: 28px 30px;
}

.front-vip-rules .front-vip-kicker { color: #8bbbf1; }
.front-vip-rules h2 { color: #fff; font-size: 21px; }
.front-vip-rules ul { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
.front-vip-rules li { align-items: flex-start; display: flex; gap: 10px; }
.front-vip-rules li > i { color: #61c7a5; margin-top: 3px; width: 16px; }
.front-vip-rules li span { color: #c7d1dc; font-size: 11px; line-height: 1.6; }
.front-vip-rules li strong { color: #fff; margin-right: 7px; }
.front-vip-rules > a { align-items: center; background: #f2b84b; border-radius: 6px; color: #372d1b; display: flex; font-size: 13px; font-weight: 800; gap: 8px; height: 44px; justify-content: center; text-decoration: none; }
.front-vip-rules > a:hover { background: #ffc85d; color: #372d1b; text-decoration: none; }

@media (max-width: 900px) {
  .front-vip-intro { gap: 28px; grid-template-columns: 1fr; padding: 34px; }
  .front-vip-service-panel { border-left: 0; border-top: 1px solid #d7e2ee; grid-template-columns: repeat(3, 1fr); padding-left: 0; padding-top: 18px; }
  .front-vip-service-panel > div { border-bottom: 0; }
  .front-vip-plan-grid { grid-template-columns: 1fr; }
  .front-vip-plan { min-height: 0; }
  .front-vip-process ol { grid-template-columns: 1fr 1fr; }
  .front-vip-process li:nth-child(2) { border-right: 0; }
  .front-vip-process li:nth-child(n+3) { border-top: 1px solid #dde5ed; }
  .front-vip-rules { grid-template-columns: 1fr; }
  .front-vip-rules > a { width: 220px; }
}

@media (max-width: 560px) {
  .front-vip-page { padding: 8px 0 0; }
  .front-vip-intro { min-height: 0; padding: 28px 18px; }
  .front-vip-intro h1 { font-size: 28px; }
  .front-vip-intro-copy > p { font-size: 14px; }
  .front-vip-intro-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .front-vip-service-panel { grid-template-columns: 1fr; }
  .front-vip-service-panel > div { border-bottom: 1px solid #e1e8f0; }
  .front-vip-plans,.front-vip-process { padding: 34px 14px; }
  .front-vip-ad-slot { grid-template-columns: 1fr; padding-left: 14px; padding-right: 14px; }
  .front-vip-section-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .front-vip-section-head > p { margin: 0; }
  .front-vip-section-head h2,.front-vip-rules h2 { font-size: 21px; }
  .front-vip-plan { padding: 20px; }
  .front-vip-plan.is-recommended { padding: 19px; }
  .front-vip-process ol { grid-template-columns: 1fr; }
  .front-vip-process li { border-bottom: 1px solid #dde5ed; border-right: 0; padding: 14px 0; }
  .front-vip-process li:nth-child(n+3) { border-top: 0; }
  .front-vip-process li:last-child { border-bottom: 0; }
  .front-vip-rules { margin: 0 14px 26px; padding: 24px 20px; }
  .front-vip-rules > a { width: 100%; }
}
