*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Manrope', sans-serif; background: #0D0508; color: rgba(249,241,243,0.82); line-height: 1.75; font-size: 15px; -webkit-font-smoothing: antialiased; }
a { color: #FF6090; text-decoration: none; transition: color .18s; }
a:hover { color: #fff; }

.pg-nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 7%; position: sticky; top: 0; z-index: 100; background: rgba(13,5,8,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(249,241,243,0.06); }
.pg-nav-logo { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 20px; color: #fff; text-decoration: none; }
.pg-nav-links { display: flex; gap: 24px; align-items: center; }
.pg-nav-links a { font-size: 13.5px; color: rgba(249,241,243,0.6); }
.pg-nav-links a:hover { color: #fff; }
.pg-nav-cta { background: #C6093F; color: #fff; padding: 8px 20px; border-radius: 8px; font-size: 13px; font-weight: 600; transition: background .2s; }
.pg-nav-cta:hover { background: #E0104A; color: #fff; }

.pg-header { padding: clamp(60px,10vh,100px) 7% clamp(40px,6vh,64px); text-align: center; position: relative; }
.pg-header::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(198,9,63,0.12) 0%, transparent 70%); }
.pg-header h1 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(32px,5vw,52px); color: #fff; margin-bottom: 14px; position: relative; }
.pg-header h1 em { font-style: italic; color: #C6093F; }
.pg-header p { font-size: 16px; color: rgba(249,241,243,0.55); max-width: 540px; margin: 0 auto; position: relative; }

/* ── Pricing Cards ── */
.pricing-wrap { max-width: 1140px; margin: 0 auto; padding: 0 7% clamp(48px,6vh,80px); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: clamp(56px,8vh,96px); }

.plan-card {
  background: rgba(249,241,243,0.04);
  border: 1px solid rgba(249,241,243,0.10);
  border-radius: 16px;
  padding: 28px 24px 24px;
  display: flex; flex-direction: column;
  position: relative;
  transition: border-color .25s, box-shadow .25s;
}
.plan-card:hover { border-color: rgba(198,9,63,0.30); }
.plan-card.plan-popular {
  border-color: #C6093F;
  box-shadow: 0 0 0 1px #C6093F, 0 8px 32px rgba(198,9,63,0.18);
}

.plan-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: #C6093F; color: #fff;
  font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 999px;
  white-space: nowrap;
}

.plan-name { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 4px; }
.plan-desc { font-size: 12.5px; color: rgba(249,241,243,0.42); margin-bottom: 16px; line-height: 1.4; }

.plan-price { margin-bottom: 4px; }
.plan-price-amount { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(32px,3.5vw,42px); color: #fff; }
.plan-price-period { font-size: 14px; color: rgba(249,241,243,0.42); }
.plan-annual { font-size: 11.5px; color: rgba(249,241,243,0.35); margin-bottom: 20px; }
.plan-annual strong { color: #C6093F; font-weight: 600; }

.plan-features { flex: 1; margin-bottom: 20px; }
.plan-section-label {
  font-family: 'JetBrains Mono', monospace; font-size: 8px;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(249,241,243,0.30); margin: 14px 0 8px;
}
.plan-section-label:first-child { margin-top: 0; }

.plan-feat {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 12.5px; color: rgba(249,241,243,0.62);
  padding: 3px 0; line-height: 1.45;
}
.plan-feat-check { color: #C6093F; font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.plan-feat strong { color: rgba(249,241,243,0.85); font-weight: 600; }

.plan-btn {
  display: block; width: 100%; text-align: center;
  padding: 12px 20px; border-radius: 10px;
  font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600;
  text-decoration: none; transition: all .2s;
  border: 1px solid rgba(249,241,243,0.14); color: rgba(249,241,243,0.72);
  background: transparent; cursor: pointer;
}
.plan-btn:hover { border-color: rgba(198,9,63,0.50); color: #fff; background: rgba(198,9,63,0.08); }
.plan-btn-primary {
  background: #C6093F; color: #fff; border-color: #C6093F;
  box-shadow: 0 4px 18px rgba(198,9,63,0.30);
}
.plan-btn-primary:hover { background: #E0104A; border-color: #E0104A; color: #fff; transform: translateY(-1px); box-shadow: 0 6px 24px rgba(198,9,63,0.40); }
.plan-btn-current {
  background: rgba(249,241,243,0.06); color: rgba(249,241,243,0.42);
  border-color: rgba(249,241,243,0.10); cursor: default;
}
.plan-btn-current:hover { background: rgba(249,241,243,0.06); color: rgba(249,241,243,0.42); border-color: rgba(249,241,243,0.10); transform: none; box-shadow: none; }

/* ── Comparison Table ── */
.compare-section { margin-bottom: clamp(48px,6vh,80px); }
.compare-header { margin-bottom: 24px; }
.compare-header h2 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(22px,3vw,32px); color: #fff; margin-bottom: 6px; }
.compare-header p { font-size: 13px; color: rgba(249,241,243,0.42); }

.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td {
  padding: 10px 14px; text-align: center;
  font-size: 12.5px; border-bottom: 1px solid rgba(249,241,243,0.06);
}
.compare-table th { font-family: 'Manrope', sans-serif; font-weight: 700; color: rgba(249,241,243,0.50); font-size: 12px; }
.compare-table th:first-child { text-align: left; color: #C6093F; font-weight: 700; }
.compare-table td:first-child { text-align: left; color: rgba(249,241,243,0.72); font-weight: 500; }
.compare-table td { color: rgba(249,241,243,0.55); }

.compare-table thead th {
  padding: 14px; background: #110810;
  border-bottom: 2px solid rgba(198,9,63,0.15);
  position: sticky; top: 56px; z-index: 10;
}
.compare-table thead th.th-popular {
  background: #1a0a14; color: #fff; border-radius: 8px 8px 0 0;
}
.ct-group {
  font-family: 'JetBrains Mono', monospace; font-size: 9px;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(249,241,243,0.28); padding: 18px 14px 8px !important;
  text-align: left !important; border-bottom: 1px solid rgba(249,241,243,0.08) !important;
}
.ct-check { color: #C6093F; font-size: 14px; }
.ct-dash { color: rgba(249,241,243,0.18); }

/* ── Payment note ── */
.payment-note {
  text-align: center; padding: 20px 0; margin-bottom: 20px;
  font-size: 11.5px; color: rgba(249,241,243,0.30); line-height: 1.6;
}

/* ── Universal Footer ── */
#site-footer { background:#0D0508; color:rgba(249,241,243,0.72); padding:clamp(64px,9vh,100px) 7% 0; position:relative; overflow:hidden; }
#site-footer::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 60% 40% at 20% 0%, rgba(198,9,63,0.10) 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 80% 100%, rgba(198,9,63,0.06) 0%, transparent 70%); }
.ft-inner { position:relative; z-index:1; max-width:1120px; margin:0 auto; }
.ft-top { display:grid; grid-template-columns:280px repeat(2,1fr); gap:clamp(28px,4vw,52px); padding-bottom:clamp(48px,7vh,72px); border-bottom:1px solid rgba(249,241,243,0.08); }
.ft-tagline { font-size:13px; line-height:1.6; color:rgba(249,241,243,0.52); margin-bottom:22px; }
.ft-social { display:flex; gap:10px; }
.ft-soc { width:34px; height:34px; border-radius:50%; border:1px solid rgba(249,241,243,0.14); display:flex; align-items:center; justify-content:center; color:rgba(249,241,243,0.52); font-size:13px; text-decoration:none; transition:border-color .2s, color .2s; }
.ft-soc:hover { border-color:rgba(198,9,63,0.70); color:#FF6090; }
.ft-col-head { font-family:'JetBrains Mono',monospace; font-size:9px; letter-spacing:.18em; text-transform:uppercase; color:rgba(249,241,243,0.38); margin-bottom:16px; }
.ft-col ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:9px; }
.ft-col a { font-size:13.5px; color:rgba(249,241,243,0.62); text-decoration:none; transition:color .18s; }
.ft-col a:hover { color:#FFFFFF; }
.ft-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; padding:22px 0 24px; }
.ft-copy { font-size:12px; color:rgba(249,241,243,0.30); }
.ft-legal { display:flex; gap:20px; }
.ft-legal a { font-size:12px; color:rgba(249,241,243,0.30); text-decoration:none; transition:color .18s; }
.ft-legal a:hover { color:rgba(249,241,243,0.65); }
@media(max-width:900px){ .ft-top { grid-template-columns:1fr 1fr; } .ft-brand { grid-column:1/-1; } }
@media(max-width:520px){ .ft-top { grid-template-columns:1fr 1fr; } .ft-bottom { flex-direction:column; align-items:flex-start; } }

/* ── Responsive ── */
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
  .compare-table { font-size: 11px; }
  .compare-table th, .compare-table td { padding: 8px 6px; }
}
