/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/seo-pricing/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.seo-pricing-section {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  padding: 72px 24px 64px;
}

.seo-pricing-header {
  text-align: center;
  margin-bottom: 52px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.seo-pricing-header .pricing-title {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0 0 16px;
}
.seo-pricing-header .pricing-subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.seo-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 44px;
  align-items: start;
  overflow: visible;
}
@media (max-width: 900px) {
  .seo-pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  background: #ffffff;
  border: 1.5px solid #e8edf3;
  border-top: 3px solid transparent;
  border-radius: 16px;
  padding: 32px 26px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  outline: none;
  overflow: visible;
}
.pricing-card:hover, .pricing-card:focus {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.07);
  border-color: #3d887a;
  border-top-color: #3d887a;
}
.pricing-card:active {
  transform: translateY(-2px) scale(1.01);
}
.pricing-card.is-popular {
  background: #0f172a;
  border: 2px solid #0f172a;
  border-top: 3px solid #f07455;
  padding-top: 46px;
}
.pricing-card.is-popular .plan-name {
  color: rgba(255, 255, 255, 0.45);
}
.pricing-card.is-popular .plan-desc {
  color: rgba(255, 255, 255, 0.6);
}
.pricing-card.is-popular .card-divider {
  border-color: rgba(255, 255, 255, 0.09);
}
.pricing-card.is-popular .plan-features li {
  color: rgba(255, 255, 255, 0.82);
}
.pricing-card.is-popular .plan-features li::before {
  background: rgba(240, 116, 85, 0.15);
  color: #f07455;
}
.pricing-card.is-popular .scope-badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.pricing-card.is-popular .scope-badge .scope-icon {
  color: #f07455;
}
.pricing-card.is-popular .scope-badge .scope-label {
  color: #ffffff;
}
.pricing-card.is-popular .scope-badge .scope-sub {
  color: rgba(255, 255, 255, 0.45);
}

.popular-badge {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #f07455;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(240, 116, 85, 0.3);
}

.card-top {
  margin-bottom: 18px;
}
.card-top .plan-name {
  font-size: 10.5px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin: 0 0 14px;
}

.card-divider {
  border: none;
  border-top: 1px solid #e8edf3;
  margin: 0 0 20px;
}

.scope-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0f7f5;
  border: 1px solid rgba(61, 136, 122, 0.12);
  border-radius: 10px;
  padding: 11px 14px;
  margin-bottom: 14px;
}
.scope-badge .scope-icon {
  display: none;
}
.scope-badge .scope-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.scope-badge .scope-label {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}
.scope-badge .scope-sub {
  font-size: 11px;
  color: #6b7280;
  line-height: 1;
}

.plan-desc {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

.card-middle {
  flex-grow: 1;
  margin-bottom: 24px;
}
.card-middle .plan-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.card-middle .plan-features li {
  list-style: none !important;
  position: relative;
  padding-left: 32px;
  margin-bottom: 11px;
  font-size: 13.5px;
  color: #111827;
  line-height: 1.5;
}
.card-middle .plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: #f0f7f5;
  color: #3d887a;
  font-weight: 700;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.card-bottom {
  margin-top: auto;
}

.plan-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.plan-btn:hover {
  transform: translateY(-1px);
}
.plan-btn.outline {
  background: transparent;
  border: 1.5px solid #3d887a;
  color: #3d887a;
}
.plan-btn.outline:hover {
  background: #f0f7f5;
}
.plan-btn.solid {
  background: #f07455;
  border: 1.5px solid #f07455;
  color: #ffffff;
  box-shadow: 0 3px 12px rgba(240, 116, 85, 0.25);
}
.plan-btn.solid:hover {
  background: #e05e3f;
}

.seo-pricing-footer {
  text-align: center;
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}
.seo-pricing-footer a, .seo-pricing-footer strong {
  color: #3d887a;
  font-weight: 600;
}
.seo-pricing-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style-index.css.map*/