/* Pricing section — Figma node 4:205 "pricing-section"
   Page-level position: left:0; top:6501px; width:1440px; height:1005px
   Fonts required: Inter, Playfair Display (see HEAD_NOTES.txt) */

.pricing-section {
  position: absolute;
  left: 0;
  top: 6501px;
  width: 1440px;
  height: 1005px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: visible;
}

/* ---------- Glow orbs (background ambience) ---------- */
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.glow-orb--left {
  left: -80px;
  top: 120px;
  width: 700px;
  height: 700px;
  opacity: 0.7;
  background: radial-gradient(circle,
    rgba(6, 117, 248, 0.50) 0%,
    rgba(6, 117, 248, 0.25) 40%,
    rgba(3, 59, 124, 0.13) 70%,
    rgba(0, 0, 0, 0) 100%);
}

.glow-orb--right {
  left: 820px;
  top: 80px;
  width: 750px;
  height: 750px;
  opacity: 0.65;
  background: radial-gradient(circle,
    rgba(77, 201, 255, 0.40) 0%,
    rgba(42, 159, 252, 0.36) 17.5%,
    rgba(6, 117, 248, 0.31) 35%,
    rgba(3, 59, 124, 0.16) 67.5%,
    rgba(0, 0, 0, 0) 100%);
}

.glow-orb--top-center {
  left: 500px;
  top: -60px;
  width: 440px;
  height: 440px;
  opacity: 0.55;
  background: radial-gradient(circle,
    rgba(52, 170, 254, 0.33) 0%,
    rgba(6, 117, 248, 0.19) 45%,
    rgba(3, 59, 124, 0.09) 72.5%,
    rgba(0, 0, 0, 0) 100%);
}

/* ---------- Heading (4:206) ---------- */
.pricing-heading {
  position: absolute;
  left: 96px;
  top: 44px;
  width: 1248px;
  text-align: center;
  z-index: 1;
}

.pricing-eyebrow {
  margin: 0 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #debf69;
}

.pricing-title {
  margin: 0 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  background-image: linear-gradient(173.18deg, #b48830 5.76%, #e4be5b 30.9%, #ffe187 55.35%, #e4be5b 79.79%, #9f7123 116.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-title em {
  font-style: italic;
  font-weight: 400;
}

.pricing-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #a1d9fa;
}

/* ---------- Pricing row (4:210) ---------- */
.pricing-row {
  position: absolute;
  left: 96px;
  top: 170px;
  width: 1248px;
  height: 870px;
  z-index: 1;
}

/* ---------- Cards (shared) ---------- */
.pricing-card {
  position: absolute;
  top: 0;
  width: 390px;
  display: flex;
  flex-direction: column;
  border: 1.5px solid #99e5ff;
  border-radius: 16px;
  background-color: #011b38;
  padding: 36px 34px 28px;
  box-sizing: border-box;
}

.pricing-card--free {
  left: 0;
  height: 627px;
  background-image:
    radial-gradient(ellipse 195px 313.5px at top, rgba(6, 117, 248, 0.082), rgba(0, 0, 0, 0)),
    linear-gradient(90deg, #011b38 0%, #011b38 100%);
  box-shadow: 0px 0px 24px 0px rgba(77, 201, 255, 0.1), 0px 8px 40px 0px rgba(6, 117, 248, 0.19);
}

.pricing-card--popular {
  left: 429px;
  height: 647px;
  background-image:
    radial-gradient(ellipse 195px 323.5px at top, rgba(6, 117, 248, 0.125), rgba(0, 0, 0, 0)),
    linear-gradient(90deg, #011b38 0%, #011b38 100%);
  box-shadow: 0px 0px 24px 0px rgba(77, 201, 255, 0.1), 0px 0px 30px 0px rgba(77, 201, 255, 0.13), 0px 12px 60px 0px rgba(6, 117, 248, 0.31);
}

.pricing-card--vip {
  left: 858px;
  height: 793px;
  background-image:
    radial-gradient(ellipse 195px 396.5px at top, rgba(6, 117, 248, 0.082), rgba(0, 0, 0, 0)),
    linear-gradient(90deg, #011b38 0%, #011b38 100%);
  box-shadow: 0px 0px 24px 0px rgba(77, 201, 255, 0.1), 0px 0px 30px 0px rgba(77, 201, 255, 0.13), 0px 8px 40px 0px rgba(6, 117, 248, 0.19);
}

/* ---------- Badges ---------- */
.pricing-badge {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.pricing-badge--outline {
  position: absolute;
  top: 18.5px;
  right: 38.5px;
  padding: 5px 14px;
  border: 1px solid rgba(77, 201, 255, 0.31);
  border-radius: 12px;
  background: linear-gradient(90deg, #0a3a6e, #0e4f9a);
  color: #a1d9fa;
  font-size: 9px;
}

.pricing-badge--popular {
  position: absolute;
  top: -15.5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 24px;
  border-radius: 14px;
  background: linear-gradient(90deg, #0675f8, #34aafe);
  filter: drop-shadow(0px 4px 6px rgba(77, 201, 255, 0.38));
}

.pricing-badge--vip {
  position: absolute;
  top: -15.5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  border-radius: 14px;
  background: linear-gradient(95.4deg, #bd923d 28.18%, #f6e1a9 114.05%);
  filter: drop-shadow(0px 4px 6px rgba(77, 201, 255, 0.38));
}

/* ---------- Card head ---------- */
.pricing-eyebrow-sm {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}

.pricing-eyebrow-sm--blue { color: rgba(77, 201, 255, 0.56); }
.pricing-eyebrow-sm--gold { color: rgba(201, 168, 76, 0.5); }

.pricing-plan-name {
  margin: 0 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 24px;
}

.pricing-plan-name--blue {
  background-image: linear-gradient(90deg, #a1d9fa, #4dc9ff 50%, #a1d9fa);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-plan-name--gold {
  background-image: linear-gradient(90deg, #b48830 0%, #e4be5b 30%, #ffe187 50%, #e4be5b 70%, #9f7123 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-desc {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #7baecf;
}

.pricing-desc--vip {
  color: rgba(255, 255, 255, 0.78);
}

/* ---------- Price row ---------- */
.pricing-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
}

.pricing-price {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 42px;
}

.pricing-price--blue {
  background-image: linear-gradient(90deg, #a1d9fa, #4dc9ff 50%, #7ab8e8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-price--gold {
  background-image: linear-gradient(90deg, #b48830 0%, #e4be5b 40%, #ffe187 60%, #c9a84c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pricing-price-suffix {
  font-size: 16px;
}

.pricing-price-suffix--blue { color: rgba(77, 201, 255, 0.64); }
.pricing-price-suffix--gold { color: rgba(252, 244, 221, 0.55); }

/* ---------- Button ---------- */
.pricing-btn {
  display: block;
  margin-bottom: 24px;
  padding: 14px 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #b48830 0%, #e4be5b 45%, #f7e3ae 70%, #c9a84c 100%);
  filter: drop-shadow(0px 4px 10px rgba(212, 181, 98, 0.25));
  color: #011b38;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

/* ---------- Divider ---------- */
.pricing-divider {
  height: 1px;
  margin-bottom: 24px;
}

.pricing-divider--blue {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(77, 201, 255, 0.19), rgba(0, 0, 0, 0));
}

.pricing-divider--gold {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(201, 168, 76, 0.19), rgba(0, 0, 0, 0));
}

/* ---------- Features list ---------- */
.pricing-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.pricing-features--blue li { color: #a1d9fa; }
.pricing-features--gold li { color: #e5dfcd; }

.pricing-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  margin-top: 1px;
}

.pricing-check--blue {
  background-color: rgba(6, 117, 248, 0.13);
  border: 1px solid rgba(77, 201, 255, 0.38);
  color: #4dc9ff;
}

.pricing-check--gold {
  background-color: rgba(201, 168, 76, 0.13);
  border: 1px solid rgba(212, 181, 98, 0.38);
  color: #e5dfcd;
}

/* ---------- Footnote ---------- */
.pricing-footnote {
  margin: auto 0 0;
  padding-top: 12px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #a7cfe8;
}

.pricing-footnote--gold {
  color: rgba(255, 211, 102, 0.92);
}
