/* Rishabh Concept Tr@ding Community — static styles */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  background-color: #FEFBF2;
  color: #000000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.page {
  min-height: 100vh;
  background-color: #FEFBF2;
  padding: 24px 16px;
}

@media (min-width: 640px) {
  .page {
    padding: 40px 16px;
  }
}

.frame {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid #000000;
  background-color: #FEFBF2;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.glow {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 192px;
  opacity: 0.6;
  background: radial-gradient(
    ellipse 80% 60% at 50% 0%,
    rgba(237, 220, 185, 0.55),
    rgba(237, 220, 185, 0) 70%
  );
}

.content {
  position: relative;
  padding: 24px 20px 32px 20px;
}

.content > * + * {
  margin-top: 24px;
}

/* Badge */
.badge-row {
  display: flex;
  justify-content: center;
}

.badge {
  border-radius: 9999px;
  border: 1px solid #E2A000;
  background-color: #FEF0D4;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #BA7F00;
}

/* Header */
.header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  border: 2px solid #E2A000;
  object-fit: cover;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
}

.header-text {
  min-width: 0;
  padding-top: 4px;
}

h1 {
  font-size: 26.4px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000000;
}

.subtitle {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #008F00;
}

.intro {
  text-align: center;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.7);
}

/* CTA button */
.cta {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(to right, #008F00, #00B100);
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 143, 0, 0.25);
  transition: transform 0.15s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.cta:active {
  transform: scale(0.98);
}

/* Dark info card */
.info-card {
  border-radius: 16px;
  background-color: #424850;
  padding: 20px;
}

.info-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #FFFFFF;
}

.info-card .lead {
  font-weight: 700;
  color: #EBA002;
}

/* Feature pills */
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  background-color: #0F1216;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.pill svg {
  width: 16px;
  height: 16px;
}

.icon-rose { color: #FB7185; }
.icon-sky { color: #38BDF8; }
.icon-pink { color: #F472B6; }
.icon-amber { color: #FBBF24; }

/* Section heading */
h2 {
  font-size: 20px;
  font-weight: 700;
  color: #008F00;
}

/* Checklist */
.checklist > * + * {
  margin-top: 12px;
}

.check-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background-color: #1D191A;
  padding: 16px;
}

.check-badge {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #E2A000;
}

.check-badge svg {
  width: 20px;
  height: 20px;
  color: #000000;
}

.check-card .title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.check-card .desc {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

/* Disclaimer */
.disclaimer {
  border-radius: 12px;
  border: 1px solid rgba(226, 160, 0, 0.6);
  background-color: #000000;
  padding: 16px;
}

.disclaimer p {
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}

/* Footer notes */
.notes {
  text-align: center;
}

.notes > * + * {
  margin-top: 4px;
}

.notes .black {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}

.notes .green {
  font-size: 12px;
  font-weight: 500;
  color: #008F00;
}

/* Thank you page */
.thanks {
  text-align: center;
}

.thanks .tick {
  margin: 0 auto;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  background: linear-gradient(to right, #008F00, #00B100);
}

.thanks .tick svg {
  width: 40px;
  height: 40px;
  color: #FFFFFF;
}

.thanks h1 {
  margin-top: 20px;
  font-size: 28px;
}

.thanks .msg {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.7);
}

.back-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #008F00;
}

.steps {
  text-align: left;
}

.steps > * + * {
  margin-top: 12px;
}
