.elementor-3108 .elementor-element.elementor-element-0a0e05a{--display:flex;}/* Start custom CSS */.upgrade-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 56px 16px 80px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  color: #333;
}

.upgrade-hero {
  text-align: center;
  margin-bottom: 46px;
}

.upgrade-label {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #8aa7d8;
  margin-bottom: 12px;
}

.upgrade-hero h1 {
  font-size: 32px;
  color: #1b2a52;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.upgrade-lead {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.plan-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 54px;
}

.plan-card {
  position: relative;
  padding: 34px 28px;
  border-radius: 20px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(150,170,210,0.35);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
}

.standard-plan {
  border-color: #a8c7fa;
}

.premium-plan {
  border-color: #d4af37;
  box-shadow:
    0 0 22px rgba(212,175,55,0.18),
    0 10px 30px rgba(0,0,0,0.08);
}

.recommend-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 18px;
  border-radius: 999px;
  background: #d4af37;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.plan-name {
  font-size: 18px;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin-bottom: 14px;
}

.standard-plan .plan-name {
  color: #5b8df0;
}

.premium-plan .plan-name {
  color: #b8962e;
}

.plan-price {
  font-size: 16px;
  margin-bottom: 22px;
}

.plan-price span {
  font-size: 34px;
  font-weight: bold;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
}

.plan-card li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
}

.plan-card li::before {
  content: "✓";
  margin-right: 8px;
  color: #5b8df0;
}

.premium-plan li::before {
  color: #d4af37;
}

.plan-btn {
  display: inline-block;
  width: 100%;
  padding: 14px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.standard-btn {
  background: #5b8df0;
  color: #fff;
}

.premium-btn {
  background: linear-gradient(
    135deg,
    #f3dc8c,
    #d4af37,
    #b8962e
  );
  color: #fff;
}

.premium-feature-section,
.payment-section,
.faq-section {
  margin-top: 46px;
  padding: 30px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(170,190,230,0.35);
}

.premium-feature-section h2,
.payment-section h2,
.faq-section h2 {
  text-align: center;
  font-size: 20px;
  color: #1b2a52;
  margin-bottom: 24px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  padding: 16px 10px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(212,175,55,0.35);
  background: #fffdf5;
  color: #8b6a20;
  font-weight: bold;
}

.payment-section p {
  text-align: center;
  color: #555;
  line-height: 2;
}

.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 16px 0;
}

.faq-item strong {
  color: #1b2a52;
}

.faq-item p {
  margin: 8px 0 0;
  color: #555;
  font-size: 14px;
}

@media (max-width: 700px) {

  .upgrade-hero h1 {
    font-size: 24px;
  }

  .plan-section {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

}/* End custom CSS */