/* ── Gravitas Quotient — Premium Landing Page ── */

#ga-premium-root * { box-sizing: border-box; }
#ga-premium-root {
  font-family: Georgia, 'Times New Roman', serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 80px;
  color: #2a2a2a;
}

.gp-wrap { padding-top: 24px; }

/* Hero */
.gp-hero {
  background: #190026;
  border-radius: 10px;
  padding: 44px 36px;
  text-align: center;
  margin-bottom: 28px;
}
.gp-brand {
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: #B8862B;
  margin: 0 0 14px;
}
.gp-h1 {
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.25;
  font-weight: 700;
}
.gp-sub {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #cfc7e0;
  line-height: 1.7;
  margin: 0;
}

/* Features */
.gp-features { margin-bottom: 28px; }
.gp-feature {
  border-left: 3px solid #B8862B;
  padding: 4px 0 4px 18px;
  margin-bottom: 18px;
}
.gp-feature-title {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2E0F52;
  margin: 0 0 4px;
}
.gp-feature-desc {
  font-family: Arial, sans-serif;
  font-size: 13.5px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

/* Cards */
.gp-card {
  background: #faf8f4;
  border: 1px solid #e8e2d4;
  border-radius: 10px;
  padding: 32px;
}
.gp-center { text-align: center; }
.gp-h2 {
  font-size: 22px;
  color: #2E0F52;
  margin: 0 0 10px;
}
.gp-body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* Price */
.gp-price { text-align: center; margin: 0 0 18px; }
.gp-price-old {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}
.gp-price-now {
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #2E0F52;
}
.gp-price-note {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #888;
  margin-left: 6px;
}

/* Coupon */
.gp-coupon-row { display: flex; gap: 10px; margin-bottom: 6px; }
.gp-coupon-input {
  flex: 1;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 11px 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-transform: uppercase;
}
.gp-coupon-msg {
  font-family: Arial, sans-serif;
  font-size: 12.5px;
  min-height: 18px;
  margin: 4px 0 12px;
}
.gp-ok  { color: #2e7d32; }
.gp-bad { color: #c0392b; }

/* Buttons */
.gp-btn {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.gp-btn--gold {
  background: #B8862B;
  color: #190026;
  width: 100%;
}
.gp-btn--gold:hover { background: #d1a44e; }
.gp-btn--ghost {
  background: transparent;
  color: #2E0F52;
  border: 2px solid #2E0F52;
  padding: 10px 20px;
}
.gp-btn--ghost:hover { background: #efe9f5; }

.gp-fineprint {
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  color: #999;
  text-align: center;
  margin: 16px 0 0;
  line-height: 1.6;
}

/* Success */
.gp-success { padding: 48px 32px; }
.gp-check {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #2e7d32;
  color: #fff;
  font-size: 32px;
  line-height: 62px;
  margin: 0 auto 18px;
  font-family: Arial, sans-serif;
}

@media (max-width: 520px) {
  .gp-h1 { font-size: 22px; }
  .gp-hero, .gp-card { padding: 28px 20px; }
  .gp-coupon-row { flex-direction: column; }
}
