/* =========================================================
   RichClip — Beta Fundador conversion experience
   Scoped to .founder-launch-page to protect the product UI.
   ========================================================= */

:root {
  --founder-bg: #060a13;
  --founder-bg-deep: #04070d;
  --founder-surface: rgba(14, 22, 36, 0.78);
  --founder-surface-solid: #0d1624;
  --founder-surface-soft: rgba(255, 255, 255, 0.035);
  --founder-border: rgba(255, 255, 255, 0.09);
  --founder-border-strong: rgba(255, 255, 255, 0.14);
  --founder-text: #f6f8fb;
  --founder-muted: #9ba8bb;
  --founder-muted-strong: #bbc4d2;
  --founder-green: #32e57b;
  --founder-green-bright: #70f5a8;
  --founder-green-dark: #17b95b;
  --founder-green-soft: rgba(50, 229, 123, 0.1);
  --founder-blue: #6ea8ff;
  --founder-radius-sm: 14px;
  --founder-radius-md: 20px;
  --founder-radius-lg: 28px;
  --founder-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

html {
  scroll-padding-top: 92px;
}

body.founder-launch-page {
  min-height: 100%;
  overflow-x: hidden;
  color: var(--founder-text);
  background:
    radial-gradient(circle at 10% -8%, rgba(49, 102, 202, 0.22), transparent 31rem),
    radial-gradient(circle at 92% 12%, rgba(31, 198, 101, 0.12), transparent 28rem),
    linear-gradient(180deg, var(--founder-bg-deep) 0%, var(--founder-bg) 42%, #050811 100%);
}

body.founder-launch-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

.founder-launch-page * {
  -webkit-font-smoothing: antialiased;
}

.founder-launch-page [hidden] {
  display: none !important;
}

.founder-wrap {
  width: min(100%, 1228px);
  max-width: 1228px;
  padding: 0 28px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 300;
  padding: 10px 14px;
  border-radius: 10px;
  color: #031008;
  background: var(--founder-green);
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.anchor-target {
  position: absolute;
  top: -110px;
  left: 0;
  width: 1px;
  height: 1px;
}

/* Header */

.founder-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  padding: 15px 0;
  border-bottom: 1px solid transparent;
  transition:
    min-height 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.founder-header::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  content: "";
  background: rgba(5, 9, 17, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.founder-header.is-scrolled {
  min-height: 66px;
  border-color: rgba(255, 255, 255, 0.075);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.founder-brand {
  gap: 9px;
  color: #f8fafc;
}

.richclip-wordmark {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 18px rgba(50, 229, 123, 0.11));
}

.richclip-wordmark-dashboard {
  height: 34px;
}

.founder-brand small {
  margin-left: 0;
  padding: 4px 7px;
  border: 1px solid rgba(50, 229, 123, 0.18);
  border-radius: 999px;
  color: #8ff7b9;
  background: rgba(50, 229, 123, 0.075);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-nav {
  gap: 7px;
}

.founder-nav-link {
  padding: 9px 11px;
  border-radius: 10px;
  color: #aab5c5;
  font-size: 12px;
  font-weight: 700;
  transition: color 0.18s ease, background 0.18s ease;
}

.founder-nav-link:hover {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.04);
}

.founder-login-link {
  min-height: 40px;
  padding: 0 14px;
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  color: #dbe3ed;
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
  font-weight: 750;
}

.founder-header-cta {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 850;
}

/* Shared action */

.founder-launch-page .btn.primary {
  color: #021108;
  background: linear-gradient(135deg, var(--founder-green-bright), var(--founder-green));
  box-shadow:
    0 13px 34px rgba(32, 211, 108, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.founder-launch-page .btn.primary:hover {
  color: #020b06;
  background: linear-gradient(135deg, #8affba, #3aef85);
  box-shadow:
    0 18px 44px rgba(32, 211, 108, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.founder-action-button {
  min-height: 56px;
  padding: 0 23px;
  border: 0;
  border-radius: 15px;
  gap: 12px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.founder-action-button::after {
  content: "→";
  font-size: 19px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.founder-action-button:hover::after {
  transform: translateX(3px);
}

.founder-action-button:disabled::after {
  display: none;
}

/* Hero */

.founder-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  align-items: center;
  gap: clamp(38px, 5.5vw, 76px);
  min-height: 610px;
  padding: 42px 0 54px;
}

.founder-v2-copy {
  min-width: 0;
}

.founder-eyebrow,
.founder-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #91f7b9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.founder-eyebrow {
  padding: 8px 11px;
  border: 1px solid rgba(50, 229, 123, 0.19);
  border-radius: 999px;
  background: rgba(50, 229, 123, 0.065);
}

.founder-live-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--founder-green);
  box-shadow: 0 0 14px rgba(50, 229, 123, 0.75);
}

.founder-live-dot::after {
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(50, 229, 123, 0.35);
  border-radius: inherit;
  content: "";
  animation: founder-pulse 2s ease-out infinite;
}

@keyframes founder-pulse {
  0% {
    opacity: 0.9;
    transform: scale(0.75);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

.founder-v2-copy h1 {
  max-width: 720px;
  margin: 22px 0 19px;
  color: var(--founder-text);
  font-size: clamp(44px, 4.7vw, 62px);
  font-weight: 850;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.founder-v2-copy h1 span {
  display: block;
  margin-top: 9px;
  color: #aab7c9;
}

.founder-v2-lead {
  max-width: 675px;
  margin: 0;
  color: #a7b3c5;
  font-size: 17px;
  line-height: 1.65;
}

.founder-v2-lead strong {
  color: #effdf5;
  font-weight: 800;
}

.founder-context-notice {
  max-width: 680px;
  margin-top: 21px;
  border-radius: 15px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.55;
}

.founder-proofline {
  display: flex;
  align-items: stretch;
  max-width: 600px;
  margin-top: 27px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.founder-proofline > div {
  display: grid;
  min-width: 0;
  flex: 1;
  gap: 2px;
  padding: 0 19px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.founder-proofline > div:first-child {
  padding-left: 0;
}

.founder-proofline > div:last-child {
  border-right: 0;
}

.founder-proofline strong {
  color: #effff5;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
}

.founder-proofline span {
  color: #7f8da1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.founder-primary-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
}

.founder-price-reassurance {
  max-width: 140px;
  color: #8895a8;
  font-size: 12px;
  line-height: 1.45;
}

.founder-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  margin-top: 18px;
  color: #8e9caf;
  font-size: 12px;
  font-weight: 650;
}

.founder-trustline span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.founder-trustline i {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(50, 229, 123, 0.23);
  border-radius: 50%;
  color: #8ff7b9;
  background: rgba(50, 229, 123, 0.07);
  font-size: 10px;
  font-style: normal;
}

/* Offer */

.founder-offer-v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(67, 236, 133, 0.27);
  border-radius: var(--founder-radius-lg);
  background:
    linear-gradient(155deg, rgba(16, 31, 44, 0.98), rgba(8, 14, 24, 0.98)),
    var(--founder-surface-solid);
  box-shadow:
    var(--founder-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 0 0 1px rgba(0, 0, 0, 0.2);
  animation: founder-card-arrive 0.58s ease both;
}

.founder-offer-v2::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 88% 0%, rgba(50, 229, 123, 0.15), transparent 35%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.025), transparent 42%);
}

.offer-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(85, 238, 143, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.offer-orbit-one {
  top: -205px;
  right: -145px;
  width: 390px;
  height: 390px;
}

.offer-orbit-two {
  top: -142px;
  right: -83px;
  width: 255px;
  height: 255px;
}

@keyframes founder-card-arrive {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.offer-topline,
.offer-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.offer-launch-label,
.offer-access-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-launch-label {
  color: #baf8d1;
  background: rgba(50, 229, 123, 0.075);
}

.offer-launch-label > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--founder-green);
  box-shadow: 0 0 12px rgba(50, 229, 123, 0.7);
}

.offer-access-badge {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #9eabbd;
  background: rgba(255, 255, 255, 0.035);
}

.offer-name-row {
  align-items: flex-end;
  margin-top: 22px;
}

.offer-name-row p {
  margin: 0 0 3px;
  color: #7e8a9c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-name-row h2 {
  margin: 0;
  color: #f8fafc;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.offer-platforms {
  display: flex;
  align-items: center;
  padding-right: 3px;
}

.offer-platforms span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-left: -6px;
  border: 2px solid #0d1724;
  border-radius: 50%;
  color: #dce3ec;
  background: #172334;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.offer-platforms span:nth-child(2) {
  background: #20213b;
}

.offer-platforms span:nth-child(3) {
  background: #182729;
}

.offer-price-v2 {
  display: flex;
  align-items: flex-end;
  margin-top: 18px;
  line-height: 1;
}

.offer-price-v2 .offer-currency {
  align-self: flex-start;
  margin: 11px 5px 0 0;
  color: #a9f6c5;
  font-size: 18px;
  font-weight: 850;
}

.offer-price-v2 strong {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -0.065em;
}

.offer-price-v2 .offer-period {
  margin: 0 0 8px 10px;
  color: #8f9caf;
  font-size: 12px;
  font-weight: 750;
}

.offer-value-note {
  margin-top: 8px;
  color: #8794a8;
  font-size: 13px;
}

.offer-value-note strong {
  color: #cbd5e1;
}

.offer-capacity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.offer-capacity-grid > div {
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.027);
  text-align: center;
}

.offer-capacity-grid strong,
.offer-capacity-grid span {
  display: block;
}

.offer-capacity-grid strong {
  color: #ecfdf3;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.offer-capacity-grid span {
  margin-top: 3px;
  color: #768397;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}

.offer-benefits-v2 {
  display: grid;
  gap: 12px;
  margin: 21px 0;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  list-style: none;
}

.offer-benefits-v2 li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: flex-start;
  gap: 10px;
}

.offer-check {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border: 1px solid rgba(50, 229, 123, 0.21);
  border-radius: 7px;
  color: #9af8bd;
  background: rgba(50, 229, 123, 0.075);
  font-size: 10px;
  font-weight: 900;
}

.offer-benefits-v2 strong,
.offer-benefits-v2 small {
  display: block;
}

.offer-benefits-v2 strong {
  color: #edf2f7;
  font-size: 14px;
  line-height: 1.35;
}

.offer-benefits-v2 small {
  margin-top: 2px;
  color: #7d899b;
  font-size: 12px;
  line-height: 1.45;
}

.offer-security-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 12px 0 0;
  color: #6f7d91;
  font-size: 11px;
  text-align: center;
}

.offer-security-note span {
  color: #80f3aa;
}

/* Section primitives */

.founder-section-heading {
  max-width: 690px;
}

.founder-section-heading-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.founder-section-heading h2,
.founder-outcomes-copy h2,
.founder-insider h2,
.founder-final-cta h2 {
  margin: 11px 0 10px;
  color: #f4f7fb;
  font-size: clamp(31px, 3.4vw, 43px);
  font-weight: 830;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.founder-section-heading p,
.founder-outcomes-copy > p,
.founder-insider p,
.founder-final-cta p {
  margin: 0;
  color: #8f9caf;
  font-size: 14px;
  line-height: 1.7;
}

/* Comparison */

.founder-comparison {
  padding: 68px 0 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 38px;
}

.comparison-card {
  position: relative;
  min-height: 223px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid var(--founder-border);
  border-radius: var(--founder-radius-md);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.043), rgba(255, 255, 255, 0.018));
}

.comparison-card::after {
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  content: "";
}

.comparison-card-featured {
  border-color: rgba(50, 229, 123, 0.21);
  background: linear-gradient(150deg, rgba(50, 229, 123, 0.08), rgba(255, 255, 255, 0.022));
}

.comparison-label {
  color: #7d8a9e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.comparison-values {
  display: grid;
  align-items: center;
  grid-template-columns: auto 24px 1fr;
  gap: 7px;
  margin-top: 24px;
}

.comparison-before {
  color: #7f8b9d;
  font-size: 12px;
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.25);
}

.comparison-arrow {
  color: #6af09e;
  font-size: 17px;
}

.comparison-values strong {
  color: #eafff1;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.comparison-card p {
  max-width: 290px;
  margin: 25px 0 0;
  color: #8996a9;
  font-size: 13px;
  line-height: 1.6;
}

/* Three steps */

.founder-next-step {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(42px, 7vw, 90px);
  padding: 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.next-step-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-step-list li {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 17px;
  min-height: 116px;
  padding-bottom: 25px;
}

.next-step-list li:not(:last-child)::after {
  position: absolute;
  top: 43px;
  bottom: 6px;
  left: 22px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--founder-green), rgba(50, 229, 123, 0.06));
}

.next-step-number {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(50, 229, 123, 0.23);
  border-radius: 14px;
  color: #98f7ba;
  background: rgba(50, 229, 123, 0.07);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.next-step-list h3 {
  margin: 3px 0 7px;
  color: #eef2f7;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.next-step-list p {
  max-width: 510px;
  margin: 0;
  color: #8491a4;
  font-size: 13px;
  line-height: 1.6;
}

/* Outcomes */

.founder-outcomes {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(42px, 7vw, 88px);
  padding: 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.founder-outcomes-copy {
  max-width: 460px;
}

.outcomes-highlight {
  display: grid;
  gap: 3px;
  margin-top: 27px;
  padding: 17px 19px;
  border-left: 2px solid var(--founder-green);
  border-radius: 0 13px 13px 0;
  background: linear-gradient(90deg, rgba(50, 229, 123, 0.08), transparent);
}

.outcomes-highlight strong {
  color: #defbe8;
  font-size: 13px;
}

.outcomes-highlight span {
  color: #8090a4;
  font-size: 12px;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.outcomes-grid article {
  min-height: 188px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.027);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.outcomes-grid article:hover {
  border-color: rgba(50, 229, 123, 0.18);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.outcome-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(50, 229, 123, 0.18);
  border-radius: 11px;
  color: #8cf5b3;
  background: rgba(50, 229, 123, 0.065);
  font-size: 15px;
}

.outcomes-grid h3 {
  margin: 23px 0 7px;
  color: #e8edf4;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.outcomes-grid p {
  margin: 0;
  color: #7e8b9f;
  font-size: 13px;
  line-height: 1.65;
}

/* Founder access */

.founder-insider {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
  gap: 50px;
  overflow: hidden;
  margin: 20px 0 72px;
  padding: 38px;
  border: 1px solid rgba(50, 229, 123, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 100%, rgba(50, 229, 123, 0.11), transparent 25rem),
    linear-gradient(135deg, rgba(50, 229, 123, 0.09), rgba(12, 20, 32, 0.84)),
    #0b1320;
}

.founder-insider > * {
  position: relative;
  z-index: 1;
}

.founder-insider h2 {
  max-width: 610px;
  font-size: clamp(30px, 3vw, 39px);
}

.founder-insider p {
  max-width: 610px;
}

.insider-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.insider-benefits span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  color: #cbd5e1;
  background: rgba(5, 12, 19, 0.26);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.insider-benefits i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  color: #062310;
  background: #81f2aa;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

/* FAQ */

.founder-faq {
  padding: 68px 0 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.founder-faq-list {
  display: grid;
  max-width: 870px;
  margin: 37px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.founder-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.founder-faq-list summary {
  position: relative;
  padding: 21px 54px 21px 0;
  color: #e6ebf2;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.founder-faq-list summary::-webkit-details-marker {
  display: none;
}

.founder-faq-list summary::after {
  position: absolute;
  top: 13px;
  right: 5px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #7eeea6;
  background: rgba(255, 255, 255, 0.025);
  content: "+";
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.18s ease, background 0.18s ease;
}

.founder-faq-list details[open] summary::after {
  content: "−";
  background: rgba(50, 229, 123, 0.07);
  transform: rotate(180deg);
}

.founder-faq-list p {
  max-width: 740px;
  margin: -3px 0 21px;
  color: #8b98ab;
  font-size: 13px;
  line-height: 1.7;
}

/* Final CTA */

.founder-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  overflow: hidden;
  margin: 0 0 64px;
  padding: 38px;
  border: 1px solid rgba(50, 229, 123, 0.23);
  border-radius: 27px;
  background:
    radial-gradient(circle at 92% 4%, rgba(50, 229, 123, 0.15), transparent 18rem),
    linear-gradient(135deg, rgba(50, 229, 123, 0.09), rgba(255, 255, 255, 0.018));
}

.founder-final-cta h2 {
  max-width: 670px;
  font-size: clamp(29px, 3.1vw, 40px);
}

.founder-final-action {
  display: grid;
  justify-items: stretch;
  min-width: 255px;
  gap: 9px;
}

.founder-final-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}

.founder-final-price strong {
  color: #f4fff8;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.founder-final-price span {
  color: #8390a3;
  font-size: 12px;
}

.founder-final-action small {
  color: #6f7d91;
  font-size: 11px;
  text-align: center;
}

.founder-footer {
  margin-top: 0;
  padding: 25px 0 32px;
  color: #657286;
  font-size: 12px;
}

.founder-footer .founder-brand {
  color: #aab5c5;
  font-size: 12px;
}

.founder-footer .richclip-wordmark {
  height: 32px;
}

/* Mobile persistent CTA */

.founder-mobile-bar {
  display: none;
}

/* =========================================================
   Authenticated upgrade
   ========================================================= */

.founder-upgrade-page .founder-header {
  margin-bottom: 0;
}

.founder-upgrade-page .founder-nav .muted {
  display: block;
  max-width: 260px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upgrade-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(405px, 0.96fr);
  align-items: center;
  gap: clamp(38px, 5.5vw, 72px);
  min-height: 610px;
  padding: 42px 0 54px;
}

.upgrade-v2-copy h1 {
  max-width: 690px;
  margin: 21px 0 17px;
  color: #f6f8fb;
  font-size: clamp(43px, 5vw, 64px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.052em;
}

.upgrade-v2-copy h1 span {
  display: block;
  margin-top: 8px;
  color: #a4b0c1;
}

.upgrade-v2-copy > p {
  max-width: 650px;
  margin: 0;
  color: #a2afc1;
  font-size: 16px;
  line-height: 1.68;
}

.upgrade-continuity-card {
  display: grid;
  gap: 13px;
  max-width: 650px;
  margin-top: 25px;
  padding: 18px;
  border: 1px solid rgba(50, 229, 123, 0.17);
  border-radius: 17px;
  background: rgba(50, 229, 123, 0.055);
}

.upgrade-continuity-card > div {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.5;
}

.upgrade-continuity-card i {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  color: #061b0e;
  background: #83f2ab;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.upgrade-comparison-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 650px;
  margin-top: 19px;
}

.upgrade-comparison-line > div {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.025);
}

.upgrade-comparison-line strong,
.upgrade-comparison-line span {
  display: block;
}

.upgrade-comparison-line strong {
  color: #e9fff1;
  font-size: 15px;
  font-weight: 900;
}

.upgrade-comparison-line span {
  margin-top: 3px;
  color: #79869a;
  font-size: 11px;
  text-transform: uppercase;
}

.founder-offer-v2.internal-offer-v2 {
  padding: 29px;
}

.internal-offer-v2.current {
  border-color: rgba(110, 168, 255, 0.3);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.31), 0 0 0 1px rgba(110, 168, 255, 0.09);
}

.offer-current-pill {
  display: inline-flex;
  margin-top: 9px;
  padding: 6px 9px;
  border: 1px solid rgba(110, 168, 255, 0.2);
  border-radius: 999px;
  color: #b8d3ff;
  background: rgba(110, 168, 255, 0.07);
  font-size: 11px;
  font-weight: 800;
}

.upgrade-after-payment {
  padding: 64px 0 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.upgrade-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.upgrade-steps-grid article {
  min-height: 185px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.027);
}

.upgrade-steps-grid article > span {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(50, 229, 123, 0.2);
  border-radius: 12px;
  color: #8df5b4;
  background: rgba(50, 229, 123, 0.065);
  font-size: 11px;
  font-weight: 900;
}

.upgrade-steps-grid h3 {
  margin: 25px 0 8px;
  color: #e8edf4;
  font-size: 14px;
}

.upgrade-steps-grid p {
  margin: 0;
  color: #7f8da1;
  font-size: 13px;
  line-height: 1.62;
}

.billing-account-section {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.billing-account-details {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.billing-account-details > summary {
  position: relative;
  padding: 20px 58px 20px 21px;
  color: #dce3ec;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.billing-account-details > summary::-webkit-details-marker {
  display: none;
}

.billing-account-details > summary::after {
  position: absolute;
  top: 14px;
  right: 17px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #8df5b4;
  background: rgba(50, 229, 123, 0.065);
  content: "+";
  font-size: 18px;
  font-weight: 300;
}

.billing-account-details[open] > summary::after {
  content: "−";
}

.billing-account-content {
  padding: 0 20px 20px;
}

.billing-account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.billing-account-grid .meta-card {
  min-width: 0;
  padding: 14px;
  border-color: rgba(255, 255, 255, 0.065);
  background: rgba(0, 0, 0, 0.12);
}

.billing-account-grid .meta-card strong {
  color: #778598;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.billing-account-grid .meta-card span {
  display: block;
  overflow: hidden;
  color: #d9e1eb;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.billing-management-v2 {
  max-width: 920px;
  margin: 16px auto 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.024);
}

.billing-management-v2 h2 {
  margin: 0;
  color: #e8edf4;
  font-size: 16px;
}

.billing-management-v2 > p {
  margin: 5px 0 17px;
  color: #7f8da1;
  font-size: 12px;
}

.billing-management-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.billing-management-card {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.11);
}

.billing-management-card strong,
.billing-management-card > span {
  display: block;
}

.billing-resume-wrap {
  margin-top: 9px;
}

.billing-management-card strong {
  color: #dce3ec;
  font-size: 13px;
}

.billing-management-card > span {
  min-height: 31px;
  margin: 4px 0 12px;
  color: #778598;
  font-size: 11px;
  line-height: 1.5;
}

.upgrade-error {
  max-width: 650px;
  margin-top: 18px;
}

/* Checkout modal */

.founder-upgrade-page .rc-modal-backdrop {
  padding: 20px;
  background: rgba(2, 6, 12, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.founder-upgrade-page .rc-modal-backdrop.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.upgrade-confirm-modal {
  width: min(100%, 520px);
  max-width: 520px;
  padding: 24px;
  border: 1px solid rgba(50, 229, 123, 0.18);
  border-radius: 22px;
  color: #f8fafc;
  background:
    radial-gradient(circle at 92% 0%, rgba(50, 229, 123, 0.1), transparent 16rem),
    #09111c;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  text-align: left;
}

.upgrade-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.upgrade-modal-head h2 {
  margin: 0;
  color: #f4f7fb;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.upgrade-modal-head p {
  margin: 6px 0 0;
  color: #8795a8;
  font-size: 12px;
  line-height: 1.55;
}

.upgrade-modal-close {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  color: #aeb9c8;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font-size: 18px;
}

.upgrade-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 19px;
}

.upgrade-review-grid > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.026);
}

.upgrade-review-grid span,
.upgrade-review-grid strong {
  display: block;
}

.upgrade-review-grid span {
  color: #718095;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.upgrade-review-grid strong {
  margin-top: 7px;
  overflow: hidden;
  color: #edf2f7;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upgrade-review-grid .review-price {
  color: #8df5b4;
}

.upgrade-review-note {
  margin-top: 13px;
  padding: 13px 14px;
  border: 1px solid rgba(250, 204, 21, 0.14);
  border-radius: 12px;
  color: #e8d78a;
  background: rgba(120, 53, 15, 0.11);
  font-size: 12px;
  line-height: 1.55;
}

.upgrade-review-ok {
  margin-top: 13px;
  padding: 13px 14px;
  border: 1px solid rgba(50, 229, 123, 0.15);
  border-radius: 12px;
  color: #baf5cf;
  background: rgba(50, 229, 123, 0.055);
  font-size: 12px;
  line-height: 1.55;
}

.upgrade-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 19px;
}

/* =========================================================
   Login continuity
   ========================================================= */

.founder-login-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(49, 102, 202, 0.25), transparent 32rem),
    radial-gradient(circle at 90% 92%, rgba(50, 229, 123, 0.1), transparent 30rem),
    #050912;
}

.founder-login-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.68fr);
  align-items: center;
  gap: 80px;
  width: min(100%, 1000px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 34px;
}

.founder-login-copy h1 {
  max-width: 570px;
  margin: 25px 0 15px;
  color: #f7f9fc;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.founder-login-copy .richclip-wordmark {
  height: 46px;
}

.founder-login-copy h1 span {
  display: block;
  margin-top: 7px;
  color: #9eabbd;
}

.founder-login-copy > p {
  max-width: 540px;
  margin: 0;
  color: #94a2b5;
  font-size: 15px;
  line-height: 1.65;
}

.founder-login-proof {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.founder-login-proof span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aab5c5;
  font-size: 13px;
}

.founder-login-proof i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  color: #06210f;
  background: #83f2ab;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.founder-login-card {
  width: 100%;
  padding: 27px;
  border: 1px solid rgba(50, 229, 123, 0.19);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(50, 229, 123, 0.09), transparent 18rem),
    rgba(12, 21, 34, 0.95);
  box-shadow: var(--founder-shadow);
}

.founder-login-card h2 {
  margin: 23px 0 8px;
  color: #f4f7fb;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.founder-login-card > p {
  margin: 0;
  color: #8996a9;
  font-size: 13px;
  line-height: 1.6;
}

.founder-login-card .cta {
  display: grid;
  margin-top: 20px;
}

.founder-google-button {
  min-height: 53px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 850;
}

.founder-google-button::before {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  border-radius: 50%;
  color: #1d4ed8;
  background: #fff;
  content: "G";
  font-size: 11px;
  font-weight: 900;
}

.founder-login-secondary {
  color: #8d9aad;
  font-size: 12px;
}

.founder-login-note {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #6f7d91;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1040px) {
  .founder-v2-hero,
  .upgrade-v2-hero {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.86fr);
    gap: 35px;
  }

  .founder-v2-copy h1,
  .upgrade-v2-copy h1 {
    font-size: 49px;
  }

  .founder-offer-v2 {
    padding: 24px;
  }

  .comparison-values {
    grid-template-columns: 1fr;
  }

  .comparison-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 880px) {
  .founder-wrap {
    padding: 0 22px;
  }

  .founder-nav-link {
    display: none;
  }

  .founder-v2-hero,
  .upgrade-v2-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 43px;
    padding: 54px 0 64px;
  }

  .founder-v2-copy,
  .upgrade-v2-copy {
    max-width: 720px;
  }

  .founder-offer-v2 {
    width: min(100%, 620px);
  }

  .comparison-grid,
  .upgrade-steps-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card {
    min-height: 0;
  }

  .comparison-values {
    grid-template-columns: auto 24px 1fr;
  }

  .comparison-arrow {
    transform: none;
  }

  .founder-next-step,
  .founder-outcomes {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .founder-insider {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .founder-final-cta {
    grid-template-columns: 1fr;
  }

  .founder-final-action {
    width: min(100%, 360px);
  }

  .founder-login-layout {
    grid-template-columns: 1fr;
    gap: 38px;
    max-width: 660px;
    padding: 55px 24px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 74px;
  }

  body.founder-launch-page {
    padding-bottom: 78px;
  }

  body.founder-upgrade-page,
  body.founder-login-page {
    padding-bottom: 0;
  }

  .founder-wrap {
    padding: 0 16px;
  }

  .founder-header {
    min-height: 66px;
    padding: 11px 0;
  }

  .founder-header::before {
    background: rgba(5, 9, 17, 0.97);
  }

  .founder-brand {
    font-size: 12px;
  }

  .richclip-wordmark {
    height: 31px;
  }

  .founder-brand small,
  .founder-header-cta {
    display: none;
  }

  .founder-upgrade-page .founder-nav .muted {
    display: none;
  }

  .founder-login-link {
    min-height: 38px;
    padding: 0 12px;
  }

  .founder-v2-hero,
  .upgrade-v2-hero {
    gap: 35px;
    padding: 38px 0 50px;
  }

  .founder-v2-copy h1,
  .upgrade-v2-copy h1 {
    margin-top: 18px;
    font-size: clamp(36px, 11.2vw, 47px);
    line-height: 1.01;
  }

  .founder-v2-lead,
  .upgrade-v2-copy > p {
    font-size: 15px;
  }

  .founder-proofline {
    width: 100%;
  }

  .founder-proofline > div {
    padding: 0 11px;
  }

  .founder-proofline strong {
    font-size: 19px;
  }

  .founder-primary-cta {
    display: grid;
    gap: 10px;
  }

  .founder-primary-cta .founder-action-button {
    width: 100%;
  }

  .founder-price-reassurance {
    max-width: none;
    text-align: center;
  }

  .founder-trustline {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .founder-offer-v2,
  .founder-offer-v2.internal-offer-v2 {
    padding: 20px;
    border-radius: 23px;
  }

  .offer-access-badge {
    display: none;
  }

  .offer-price-v2 strong {
    font-size: 56px;
  }

  .offer-capacity-grid {
    gap: 6px;
  }

  .offer-capacity-grid > div {
    padding: 11px 5px;
  }

  .offer-capacity-grid span {
    font-size: 10px;
  }

  .founder-comparison,
  .founder-next-step,
  .founder-outcomes,
  .founder-faq,
  .upgrade-after-payment,
  .billing-account-section {
    padding: 64px 0;
  }

  .founder-section-heading h2,
  .founder-outcomes-copy h2,
  .founder-insider h2,
  .founder-final-cta h2 {
    font-size: 30px;
  }

  .comparison-grid {
    margin-top: 29px;
  }

  .comparison-values {
    grid-template-columns: 1fr;
    margin-top: 19px;
  }

  .comparison-arrow {
    transform: rotate(90deg);
  }

  .comparison-card p {
    margin-top: 18px;
  }

  .outcomes-grid,
  .insider-benefits,
  .upgrade-comparison-line,
  .billing-account-grid,
  .billing-management-grid {
    grid-template-columns: 1fr;
  }

  .outcomes-grid article {
    min-height: 0;
  }

  .founder-insider {
    margin-bottom: 68px;
    padding: 25px;
    border-radius: 22px;
  }

  .founder-final-cta {
    margin-bottom: 55px;
    padding: 25px;
    border-radius: 22px;
  }

  .founder-final-action {
    width: 100%;
  }

  .founder-footer {
    align-items: flex-start;
  }

  .founder-mobile-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 10px 14px;
    border: 1px solid rgba(50, 229, 123, 0.22);
    border-radius: 17px;
    background: rgba(9, 16, 27, 0.94);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translateY(120%);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .founder-mobile-bar.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .founder-mobile-bar > div {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .founder-mobile-bar strong {
    color: #f1fff6;
    font-size: 13px;
    font-weight: 900;
  }

  .founder-mobile-bar span {
    overflow: hidden;
    color: #79869a;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .founder-mobile-bar .btn {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 900;
  }

  .upgrade-continuity-card {
    padding: 15px;
  }

  .upgrade-review-grid {
    grid-template-columns: 1fr;
  }

  .upgrade-modal-actions {
    display: grid;
  }

  .upgrade-modal-actions .btn {
    width: 100%;
  }

  .founder-login-layout {
    padding: 38px 16px;
  }

  .founder-login-copy h1 {
    font-size: 39px;
  }

  .founder-login-card {
    padding: 21px;
    border-radius: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
