/* Risefinity Timetable — mobile-first premium assessment styles.
   Everything is namespaced under .rf-tt to avoid theme/Elementor clashes. */

.rf-tt {
	/* Palette — clean solid indigo on white (original v1.0.0 aesthetic). */
	--rf-accent: #4F46E5;
	--rf-accent-2: #4F46E5;
	--rf-grad: var(--rf-accent);
	--rf-accent-strong: #4338CA;
	--rf-accent-soft: #EEF2FF;
	--rf-accent-line: #C7D2FE;
	--rf-bg: #ffffff;
	--rf-shell: #ffffff;
	--rf-card: #ffffff;
	--rf-card-soft: #F9FAFB;
	--rf-ink: #111827;
	--rf-muted: #6B7280;
	--rf-line: #E5E7EB;
	--rf-line-strong: #D1D5DB;
	--rf-success-bg: #ecfdf3;
	--rf-success-ink: #047857;
	--rf-radius: 16px;
	--rf-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .06);

	box-sizing: border-box;
	max-width: 420px;
	margin: 0 auto;
	padding: 10px;
	color: var(--rf-ink);
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

/* RISEFINITY-IN v45 mobile value-clarity paywall. */
.rf-tt__summary--value-clarity {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 28px;
  overflow: hidden;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.rf-tt .rf-tt__summary--value-clarity > h2,
.rf-tt .rf-tt__summary--value-clarity > .rf-tt__sublede,
.rf-tt .rf-tt__summary--value-clarity > .rf-tt__badge,
.rf-tt .rf-tt__summary--value-clarity > [data-rf-paywall-preview] {
  margin-right: 16px;
  margin-left: 16px;
}

.rf-tt .rf-tt__summary--value-clarity > .rf-tt__badge {
  margin-top: 18px;
}

.rf-tt .rf-tt__summary--value-clarity > h2 {
  margin-top: 14px;
  font-size: clamp(27px, 8vw, 36px);
  line-height: 1.12;
}

.rf-tt .rf-tt__summary--value-clarity > .rf-tt__sublede {
  margin-top: 10px;
  color: #566175;
  font-size: 13px;
  line-height: 1.65;
}

.rf-tt__offer-transition {
  position: relative;
  z-index: 3;
  margin: 18px 12px -12px;
  padding: 14px;
  color: #25302f;
  background: #fffaf0;
  border: 1px solid #e7d49f;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(46, 38, 20, 0.12);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.rf-tt__value-offer {
  margin-top: 0;
  padding: 52px 16px 20px;
  color: #fff9eb;
  background:
    radial-gradient(circle at 88% 4%, rgba(212, 178, 101, 0.15), transparent 28%),
    linear-gradient(180deg, #1d1c19 0%, #111315 100%);
  border-top: 1px solid #4a4030;
  border-bottom: 1px solid #4a4030;
  text-align: left;
}

.rf-tt__value-kicker {
  display: inline-flex;
  padding: 7px 11px;
  color: #e7cd8b;
  background: rgba(214, 182, 110, 0.08);
  border: 1px solid rgba(214, 182, 110, 0.24);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.rf-tt .rf-tt__value-offer > h2 {
  margin: 14px 0 0;
  color: #fff9eb;
  font-size: clamp(24px, 7vw, 32px);
  line-height: 1.18;
  text-align: left;
}

.rf-tt__value-lede {
  margin: 10px 0 0;
  color: #d7cdb8;
  font-size: 12px;
  line-height: 1.65;
  text-align: left;
}

.rf-tt__value-benefits {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.rf-tt__value-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px;
  color: #fff9eb;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(214, 182, 110, 0.14);
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.5;
}

.rf-tt__value-benefits strong {
  font-weight: 700;
}

.rf-tt__value-check {
  display: grid;
  width: 20px;
  height: 20px;
  flex: none;
  color: #153d35;
  background: #fff8e6;
  border-radius: 50%;
  place-items: center;
}

.rf-tt__value-check svg {
  width: 11px;
  height: 11px;
}

.rf-tt__value-stack {
  margin-top: 18px;
  overflow: hidden;
  background: rgba(9, 9, 8, 0.42);
  border: 1px solid rgba(214, 182, 110, 0.22);
  border-radius: 18px;
}

.rf-tt__value-title {
  padding: 12px;
  color: #e8d59b;
  border-bottom: 1px solid rgba(214, 182, 110, 0.16);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.rf-tt__value-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 10px 12px;
  color: #e4dcc8;
  border-bottom: 1px solid rgba(214, 182, 110, 0.1);
  font-size: 11px;
  line-height: 1.45;
}

.rf-tt__value-row > span {
  min-width: 0;
  text-align: left;
}

.rf-tt__value-row strong {
  color: #f3d98f;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.rf-tt__price-close {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  padding: 14px 12px;
  background: rgba(214, 182, 110, 0.1);
}

.rf-tt__price-close > div:first-child {
  min-width: 0;
  text-align: left;
}

.rf-tt__price-close > div:last-child {
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.rf-tt__price-close small {
  display: block;
  color: #bdb39e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rf-tt__price-close s,
.rf-tt__price-close strong {
  display: block;
  margin-top: 3px;
}

.rf-tt__price-close s {
  color: #b9ad92;
  font-size: 17px;
  text-decoration-color: #e1c472;
  text-decoration-thickness: 2px;
}

.rf-tt__price-close strong {
  color: #fff3cf;
  font-size: 25px;
  line-height: 1;
}

.rf-tt__proof-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin: 24px 0 10px;
}

.rf-tt__proof-head h3 {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.3;
}

.rf-tt__proof-head span {
  color: #9c8b68;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
  text-transform: uppercase;
}

.rf-tt__portal-rail,
.rf-tt__review-rail {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.rf-tt__portal-rail::-webkit-scrollbar,
.rf-tt__review-rail::-webkit-scrollbar {
  display: none;
}

.rf-tt__portal-rail {
  grid-auto-columns: 118px;
  margin-right: -16px;
  padding: 2px 16px 16px 0;
}

.rf-tt__portal-card {
  width: 118px;
  margin: 0;
  padding: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(214, 182, 110, 0.16);
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  scroll-snap-align: start;
}

.rf-tt__portal-card img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: contain;
  background: #fff;
  border-radius: 15px;
}

.rf-tt__portal-card figcaption {
  min-height: 27px;
  padding: 7px 2px 2px;
  color: #dec98f;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.rf-tt__mobile-cta,
.rf-tt__mobile-cta:hover,
.rf-tt__mobile-cta:focus,
.rf-tt__mobile-cta:focus-visible {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin-top: 16px;
  padding: 13px 18px;
  color: #1b1508;
  background: linear-gradient(180deg, #e2c371 0%, #b78a32 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(109, 75, 17, 0.28);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.rf-tt__mobile-trust {
  margin: 10px 0 0;
  color: #bdb39e;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.rf-tt__reviews {
  padding: 4px 16px 24px;
  color: #172033;
  background: #f6f8fa;
  border-bottom: 1px solid #e9edf2;
}

.rf-tt__review-head {
  align-items: flex-end;
  margin: 20px 0 12px;
}

.rf-tt__review-head > div {
  min-width: 0;
  text-align: left;
}

.rf-tt__review-head .rf-tt__proof-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #0f766e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}

.rf-tt__review-head .rf-tt__proof-cue {
  flex: none;
  color: #778196;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
  text-transform: uppercase;
}

.rf-tt__review-rail {
  grid-auto-columns: min(82vw, 330px);
  margin-right: -16px;
  padding: 4px 16px 14px 0;
}

.rf-tt__review-card {
  display: grid;
  min-height: 230px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e7ec;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
  place-items: center;
  scroll-snap-align: start;
}

.rf-tt__review-card img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.rf-tt__repeat-close {
  margin-top: 14px;
  text-align: center;
}

.rf-tt__repeat-close p {
  margin: 0;
  color: #445066;
  font-size: 12px;
  font-weight: 700;
}

.rf-tt__mobile-sticky {
  display: none;
}

@media (max-width: 520px) {
  .rf-tt.rf-tt-paywall,
  .rf-tt.rf-tt--paywall-active {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0;
  }

  .rf-tt.rf-tt-paywall > .rf-tt__shell,
  .rf-tt.rf-tt--paywall-active > .rf-tt__shell {
    min-height: 0;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .rf-tt.rf-tt-paywall .rf-tt__screen,
  .rf-tt.rf-tt--paywall-active .rf-tt__screen,
  .rf-tt.rf-tt-paywall .rf-tt__summary--value-clarity,
  .rf-tt.rf-tt--paywall-active .rf-tt__summary--value-clarity {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .rf-tt .rf-tt__shell,
  .rf-tt .rf-tt__screen {
    overflow: visible;
  }

  .rf-tt.rf-tt-paywall .rf-tt__summary--value-clarity,
  .rf-tt.rf-tt--paywall-active .rf-tt__summary--value-clarity {
    overflow: hidden;
  }

  .rf-tt__mobile-sticky.is-visible {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    color: #fff9eb;
    background: rgba(17, 19, 21, 0.97);
    border-top: 1px solid rgba(214, 182, 110, 0.28);
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.24);
  }

  .rf-tt__mobile-sticky small,
  .rf-tt__mobile-sticky strong {
    display: block;
  }

  .rf-tt__mobile-sticky small {
    color: #bdb39e;
    font-size: 8px;
  }

  .rf-tt__mobile-sticky strong {
    margin-top: 1px;
    color: #f4d98d;
    font-size: 18px;
  }

  .rf-tt__mobile-sticky .rf-tt__mobile-cta {
    min-height: 44px;
    margin: 0;
    padding: 9px 12px;
    font-size: 11px;
  }
}

.rf-tt *,
.rf-tt *::before,
.rf-tt *::after { box-sizing: border-box; }

.rf-tt__shell {
	position: relative;
	background: #ffffff;
	border: 1px solid var(--rf-line);
	border-radius: var(--rf-radius);
	box-shadow: var(--rf-shadow);
	min-height: 680px;
	padding: 12px 12px 16px;
	display: flex;
	flex-direction: column;
}

/* Decorative blobs removed (clean, flat v1.0.0 aesthetic). */

.rf-tt__bar,
.rf-tt__screen { position: relative; z-index: 1; }

/* ---- Header ----------------------------------------------------------- */
.rf-tt__bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 2px 0 16px;
}

.rf-tt__back {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(17, 24, 39, .08);
	background: #fff;
	border-radius: 14px;
	font-size: 22px;
	line-height: 1;
	color: var(--rf-ink);
	cursor: pointer;
	display: grid;
	place-items: center;
	padding: 0;
	box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
	transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.rf-tt__back:hover {
	border-color: var(--rf-accent-line);
	box-shadow: 0 10px 20px rgba(15, 118, 110, .14);
}

.rf-tt__back:active { transform: scale(.98); }
.rf-tt__back[hidden] { visibility: hidden; }

.rf-tt__bar-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.rf-tt__progress {
	height: 8px;
	background: rgba(15, 118, 110, .12);
	border-radius: 999px;
	overflow: hidden;
}

.rf-tt__progress > span {
	display: block;
	position: relative;
	height: 100%;
	width: 0;
	background: var(--rf-grad);
	border-radius: 999px;
	transition: width .35s cubic-bezier(.4, 0, .2, 1);
}

/* Moving shimmer across the active progress fill. */
.rf-tt__progress > span::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
	background-size: 200% 100%;
	animation: rf-tt-shimmer 2.4s linear infinite;
}

@keyframes rf-tt-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

/* Gamified section dots (one per section; filled as each is passed). */
.rf-tt__dots {
	display: flex;
	gap: 6px;
	margin-bottom: 8px;
}

.rf-tt__dot-s {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(15, 118, 110, .18);
	transition: background .2s ease, transform .2s ease;
}

.rf-tt__dot-s.is-done {
	background: var(--rf-grad);
	transform: scale(1.14);
}

.rf-tt__count {
	font-size: 12px;
	color: var(--rf-muted);
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ---- Screens + transition ------------------------------------------- */
.rf-tt__screen {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.rf-tt__screen.is-enter { animation: rf-tt-in .34s cubic-bezier(.16, 1, .3, 1); }

/* Outgoing screen slides out left + fades (driven by .is-leaving on the child). */
.rf-tt__screen > .is-leaving { animation: rf-tt-out .16s ease forwards; }

@keyframes rf-tt-in {
	from { opacity: 0; transform: translateX(20px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes rf-tt-out {
	from { opacity: 1; transform: translateX(0); }
	to { opacity: 0; transform: translateX(-24px); }
}

.rf-tt__q,
.rf-tt__insight,
.rf-tt__summary {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.rf-tt__head { margin-bottom: 12px; }

.rf-tt__eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.rf-tt__eyebrow-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--rf-grad);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	box-shadow: 0 6px 14px rgba(15, 118, 110, .22);
}

.rf-tt__eyebrow-label {
	font-size: 12px;
	font-weight: 600;
	color: var(--rf-muted);
}

.rf-tt__title {
	font-size: 32px;
	line-height: 1.12;
	font-weight: 800;
	margin: 0 0 8px;
	letter-spacing: -.012em;
}

.rf-tt__subtitle {
	color: var(--rf-muted);
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.rf-tt__guide {
	margin: 10px 0 0;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .75);
	border: 1px solid rgba(17, 24, 39, .06);
	font-size: 12px;
	line-height: 1.5;
	color: #465063;
}

/* ---- Option cards ---------------------------------------------------- */
.rf-tt__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 4px;
}

.rf-tt__opt {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	text-align: left;
	background: var(--rf-card);
	border: 1px solid var(--rf-line);
	border-radius: 20px;
	padding: 14px;
	font: inherit;
	font-size: 15px;
	color: var(--rf-ink);
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
	transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease, background .12s ease;
	-webkit-tap-highlight-color: transparent;
	appearance: none;
}

.rf-tt button.rf-tt__opt,
.rf-tt button.rf-tt__opt:hover,
.rf-tt button.rf-tt__opt:focus,
.rf-tt button.rf-tt__opt:focus-visible,
.rf-tt button.rf-tt__opt:active {
	color: var(--rf-ink) !important;
	-webkit-text-fill-color: var(--rf-ink);
	text-decoration: none;
	background: var(--rf-card) !important;
	border-color: var(--rf-line) !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .05) !important;
}

.rf-tt__opt:active { transform: scale(.99); }

.rf-tt button.rf-tt__opt.is-selected,
.rf-tt button.rf-tt__opt.is-selected:hover,
.rf-tt button.rf-tt__opt.is-selected:focus,
.rf-tt button.rf-tt__opt.is-selected:focus-visible {
	border-color: transparent !important;
	background: linear-gradient(180deg, #ffffff 0%, var(--rf-accent-soft) 100%) !important;
	color: var(--rf-ink) !important;
	-webkit-text-fill-color: var(--rf-ink);
	box-shadow: 0 14px 26px rgba(15, 118, 110, .20), 0 0 0 2px var(--rf-accent) !important;
	animation: rf-tt-pick .26s ease;
}

@keyframes rf-tt-pick {
	0% { transform: scale(.985); }
	45% { transform: scale(1.016); }
	100% { transform: scale(1); }
}

.rf-tt button.rf-tt__opt:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(15, 118, 110, .12), 0 10px 24px rgba(15, 23, 42, .05) !important;
}

@media (hover: hover) and (pointer: fine) {
	.rf-tt__opt:hover {
		border-color: rgba(15, 118, 110, .34);
		transform: translateY(-1px);
		box-shadow: 0 14px 28px rgba(15, 118, 110, .10);
	}

	.rf-tt button.rf-tt__opt:hover {
		background: var(--rf-card) !important;
		border-color: rgba(15, 118, 110, .34) !important;
		box-shadow: 0 14px 28px rgba(15, 118, 110, .10) !important;
	}

	.rf-tt button.rf-tt__opt.is-selected:hover {
		background: linear-gradient(180deg, #ffffff 0%, var(--rf-accent-soft) 100%) !important;
		border-color: transparent !important;
		box-shadow: 0 14px 26px rgba(15, 118, 110, .20), 0 0 0 2px var(--rf-accent) !important;
	}
}

.rf-tt__opt-icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--rf-card-soft);
	border: 1px solid rgba(17, 24, 39, .06);
	display: grid;
	place-items: center;
	flex: none;
	color: var(--rf-accent-strong);
}

.rf-tt__opt-icon--emoji {
	font-size: 18px;
	line-height: 1;
}

.rf-tt__opt-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(15, 118, 110, .55);
	display: block;
}

.rf-tt__opt-copy {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.rf-tt__opt-label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	min-width: 0;
	overflow-wrap: break-word;
}

.rf-tt__opt-note {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.45;
	color: var(--rf-muted);
}

.rf-tt__tick {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	border: 1.5px solid var(--rf-line-strong);
	display: grid;
	place-items: center;
	flex: none;
	color: #fff;
	background: #fff;
	transition: background .12s ease, border-color .12s ease, transform .12s ease;
}

.rf-tt__tick svg {
	width: 13px;
	height: 13px;
	opacity: 0;
	transition: opacity .12s ease;
}

.rf-tt button.rf-tt__opt.is-selected .rf-tt__tick {
	background: var(--rf-grad);
	border-color: transparent;
	animation: rf-tt-pop .34s cubic-bezier(.2, .8, .2, 1.3);
}

@keyframes rf-tt-pop {
	0% { transform: scale(.5); }
	55% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

.rf-tt button.rf-tt__opt.is-selected .rf-tt__tick svg { opacity: 1; }

/* ---- Multi / scale details ------------------------------------------ */
.rf-tt__selection {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	padding: 9px 11px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(17, 24, 39, .06);
}

.rf-tt__selection-label,
.rf-tt__selection-count {
	font-size: 12px;
	font-weight: 600;
	color: #465063;
}

.rf-tt__selection-count { color: var(--rf-accent-strong); }

.rf-tt__scale-wrap {
	margin-top: 4px;
	padding: 12px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(17, 24, 39, .06);
}

.rf-tt__scale {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
}

.rf-tt__scale .rf-tt__opt {
	min-height: 64px;
	padding: 0;
	justify-content: center;
	font-size: 19px;
	font-weight: 700;
	border-radius: 18px;
}

.rf-tt__scale .rf-tt__opt-copy { flex: none; }
.rf-tt__scale .rf-tt__opt-label { font-size: 19px; }
.rf-tt__scale .rf-tt__tick { display: none; }

.rf-tt__scale-legend {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 600;
	color: var(--rf-muted);
}

/* ---- Prefixed name (service toggle + name input) -------------------- */
.rf-tt__options--prefix {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}
.rf-tt__options--prefix .rf-tt__opt {
	min-height: 52px;
	padding: 0 6px;
	justify-content: center;
	border-radius: 16px;
}
.rf-tt__options--prefix .rf-tt__opt-icon,
.rf-tt__options--prefix .rf-tt__opt-copy { flex: none; }
.rf-tt__options--prefix .rf-tt__opt-icon { display: none; }
.rf-tt__options--prefix .rf-tt__opt-label {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .02em;
}
.rf-tt__options--prefix .rf-tt__tick { display: none; }

/* ---- Inputs ---------------------------------------------------------- */
.rf-tt__field { margin-top: 8px; }

.rf-tt__input {
	width: 100%;
	border: 1px solid var(--rf-line-strong);
	border-radius: 20px;
	padding: 16px 15px;
	font: inherit;
	font-size: 16px;
	color: var(--rf-ink);
	background: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 8px 20px rgba(15, 23, 42, .04);
	transition: border-color .12s ease, box-shadow .12s ease;
}

.rf-tt__input:focus {
	outline: none;
	border-color: var(--rf-accent);
	box-shadow: 0 0 0 4px rgba(15, 118, 110, .12);
}

.rf-tt__error {
	color: #dc2626;
	font-size: 13px;
	margin: 8px 4px 0;
	min-height: 18px;
}

.rf-tt__email-fix {
	margin-top: 10px;
	padding: 12px;
	border-radius: 16px;
	background: rgba(15, 118, 110, .06);
	border: 1px solid rgba(15, 118, 110, .12);
}

.rf-tt__email-fix-copy {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
	color: #465063;
}

.rf-tt__email-fix-btn {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	border: 0;
	background: var(--rf-accent);
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(15, 118, 110, .18);
}

/* ---- Buttons --------------------------------------------------------- */
.rf-tt__footer {
	margin-top: auto;
	padding-top: 14px;
	position: sticky;
	bottom: 0;
	background: linear-gradient(180deg, rgba(248, 249, 255, 0) 0%, rgba(248, 249, 255, .92) 24%, rgba(248, 249, 255, 1) 54%);
}

.rf-tt__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	border: 0;
	border-radius: 999px;
	background: var(--rf-grad);
	background-size: 160% 160%;
	background-position: 0% 50%;
	color: #fff;
	font: inherit;
	font-size: 17px;
	font-weight: 800;
	padding: 17px 22px;
	cursor: pointer;
	box-shadow: 0 18px 32px rgba(15, 118, 110, .32);
	transition: filter .12s ease, transform .08s ease, opacity .12s ease, box-shadow .12s ease, background-position .45s ease;
}

.rf-tt__cta:hover {
	filter: brightness(1.05);
	background-position: 100% 50%;
	box-shadow: 0 20px 38px rgba(15, 118, 110, .38);
}

.rf-tt__cta:active { transform: scale(.99); }
.rf-tt__cta:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }

.rf-tt__skip {
	display: block;
	margin: 14px auto 0;
	background: none;
	border: 0;
	color: var(--rf-muted);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

/* ---- Intro hero ------------------------------------------------------ */
.rf-tt__intro-wrap {
	display: flex;
	flex-direction: column;
}

/* Intro hero fills the first viewport (card centered); the legal footer flows below the fold. */
.rf-tt__hero {
	min-height: 78vh;
	display: flex;
	align-items: center;
}

.rf-tt__hero-card {
	width: 100%;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .06);
	border-radius: 28px;
	padding: 22px 17px 18px;
	box-shadow: 0 24px 40px rgba(15, 23, 42, .08);
	text-align: left;
}

.rf-tt__hero-kicker {
	display: inline-flex;
	align-items: center;
	padding: 7px 13px;
	border-radius: 999px;
	background: var(--rf-grad);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(15, 118, 110, .26);
}

.rf-tt__hero h1 {
	font-size: 38px;
	line-height: 1.08;
	font-weight: 800;
	margin: 18px 0 12px;
	letter-spacing: -.018em;
}

.rf-tt__hero p {
	color: var(--rf-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 18px;
}

.rf-tt__meta {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 0;
	margin: 0 0 18px;
}

.rf-tt__meta li {
	font-size: 12px;
	color: var(--rf-ink);
	background: var(--rf-card-soft);
	border: 1px solid rgba(17, 24, 39, .06);
	border-radius: 14px;
	padding: 9px 11px;
	font-weight: 600;
}

.rf-tt__hero-proof {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px;
	margin-bottom: 18px;
	border-radius: 20px;
	background: #f8fafc;
	border: 1px solid rgba(17, 24, 39, .05);
}

.rf-tt__hero-proof strong { font-size: 15px; }

.rf-tt__hero-proof span {
	font-size: 13px;
	line-height: 1.55;
	color: var(--rf-muted);
}

.rf-tt__trust {
	font-size: 13px;
	color: var(--rf-muted);
	margin: 14px 0 0;
	text-align: center;
}

.rf-tt__stars { color: #f59e0b; letter-spacing: 2px; }

/* ---- Interstitial ---------------------------------------------------- */
.rf-tt__inter,
.rf-tt__analyze {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 0 6px;
}

.rf-tt__inter-card,
.rf-tt__analyze-card {
	position: relative;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .06);
	border-radius: 28px;
	padding: 22px 17px;
	box-shadow: 0 24px 40px rgba(15, 23, 42, .08);
	text-align: center;
}

/* Success burst on the analyzing screen before the reveal. */
.rf-tt__analyze-card.is-complete .rf-tt__spinner { display: none; }
.rf-tt__analyze-card.is-complete h2 { animation: rf-tt-rise .4s ease both; }

.rf-tt__burst {
	position: relative;
	width: 66px;
	height: 66px;
	margin: 0 auto 22px;
	border-radius: 999px;
	background: var(--rf-grad);
	display: grid;
	place-items: center;
	color: #fff;
	animation: rf-tt-burst .5s cubic-bezier(.2, .8, .2, 1.4);
}

.rf-tt__burst::after {
	content: "";
	position: absolute;
	inset: -6px;
	border-radius: inherit;
	border: 2px solid var(--rf-accent);
	opacity: 0;
	animation: rf-tt-ring .7s ease-out .12s forwards;
}

.rf-tt__burst svg { width: 32px; height: 32px; }

@keyframes rf-tt-burst {
	0% { transform: scale(.2); opacity: 0; }
	60% { transform: scale(1.12); }
	100% { transform: scale(1); opacity: 1; }
}

@keyframes rf-tt-ring {
	0% { opacity: .55; transform: scale(.92); }
	100% { opacity: 0; transform: scale(1.7); }
}

.rf-tt__emoji-xl {
	font-size: 54px;
	margin-bottom: 14px;
	line-height: 1;
}

.rf-tt__inter h2,
.rf-tt__analyze h2 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 10px;
}

.rf-tt__inter p,
.rf-tt__analyze p {
	color: var(--rf-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.rf-tt__inter-note {
	margin: 16px 0 18px;
	padding: 12px 14px;
	border-radius: 18px;
	background: var(--rf-card-soft);
	border: 1px solid rgba(17, 24, 39, .06);
	font-size: 13px;
	line-height: 1.55;
	color: #465063;
	text-align: left;
}

/* ---- Topper insight -------------------------------------------------- */
.rf-tt__insight { padding-top: 2px; }

.rf-tt__insight-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--rf-accent-strong);
	margin-bottom: 10px;
}

.rf-tt__insight-card {
	border: 1px solid rgba(15, 118, 110, .16);
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, .08);
	padding: 18px 16px 16px;
}

.rf-tt__insight-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.rf-tt__insight-badge {
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: var(--rf-accent-soft);
	color: var(--rf-accent-strong);
	display: grid;
	place-items: center;
	font-size: 16px;
	font-weight: 700;
	flex: none;
}

.rf-tt__insight-meta h2 {
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 4px;
}

.rf-tt__insight-meta p,
.rf-tt__insight-fact,
.rf-tt__insight-apply p,
.rf-tt__insight-note {
	margin: 0;
	color: var(--rf-muted);
}

.rf-tt__insight-meta p { font-size: 13px; }

.rf-tt__insight-fact {
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 16px;
	color: var(--rf-ink);
}

.rf-tt__insight-apply {
	border-left: 3px solid var(--rf-accent);
	padding: 4px 0 4px 12px;
	margin-bottom: 16px;
	background: rgba(15, 118, 110, .03);
	border-radius: 0 14px 14px 0;
}

.rf-tt__insight-apply h3 {
	font-size: 14px;
	margin: 0 0 6px;
}

.rf-tt__insight-note {
	font-size: 12px;
	margin-bottom: 16px;
}

/* ---- Analyzing ------------------------------------------------------- */
.rf-tt__spinner {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	border: 4px solid rgba(15, 118, 110, .14);
	border-top-color: var(--rf-accent);
	animation: rf-tt-spin .8s linear infinite;
	margin: 0 auto 22px;
}

@keyframes rf-tt-spin { to { transform: rotate(360deg); } }

.rf-tt__checks {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
	text-align: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rf-tt__checks li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--rf-muted);
	font-size: 15px;
	opacity: .5;
	transition: opacity .3s ease, color .3s ease;
}

.rf-tt__checks li .rf-tt__dot {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 2px solid rgba(15, 118, 110, .16);
	flex: none;
	display: grid;
	place-items: center;
	background: #fff;
}

.rf-tt__checks li .rf-tt__dot svg {
	width: 12px;
	height: 12px;
	opacity: 0;
}

.rf-tt__checks li.is-done {
	opacity: 1;
	color: var(--rf-ink);
}

.rf-tt__checks li.is-done .rf-tt__dot {
	background: var(--rf-accent);
	border-color: var(--rf-accent);
	color: #fff;
}

.rf-tt__checks li.is-done .rf-tt__dot svg { opacity: 1; }

/* ---- Summary / teaser ------------------------------------------------ */
.rf-tt__summary {
	text-align: center;
	padding-top: 6px;
}

/* Staggered reveal: children rise in sequence when the summary mounts. */
.rf-tt__summary.is-revealed > * {
	animation: rf-tt-rise .5s cubic-bezier(.16, 1, .3, 1) both;
}
.rf-tt__summary.is-revealed > *:nth-child(1) { animation-delay: .02s; }
.rf-tt__summary.is-revealed > *:nth-child(2) { animation-delay: .10s; }
.rf-tt__summary.is-revealed > *:nth-child(3) { animation-delay: .18s; }
.rf-tt__summary.is-revealed > *:nth-child(4) { animation-delay: .26s; }
.rf-tt__summary.is-revealed > *:nth-child(5) { animation-delay: .34s; }
.rf-tt__summary.is-revealed > *:nth-child(n + 6) { animation-delay: .42s; }

@keyframes rf-tt-rise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

/* "⚡ N unlocked this week" social-proof chip (gamified). */
.rf-tt__proof {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 auto 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: var(--rf-grad);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 10px 22px rgba(15, 118, 110, .30);
}

.rf-tt__proof .rf-tt__pulse {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #fff;
	animation: rf-tt-pulse 1.6s infinite;
}

@keyframes rf-tt-pulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .6); }
	70% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* Urgency countdown above the unlock button. */
.rf-tt__urgency {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	color: var(--rf-ink);
}

.rf-tt__urgency-time {
	font-variant-numeric: tabular-nums;
	background: #fff;
	border: 1px solid var(--rf-line);
	padding: 3px 10px;
	border-radius: 9px;
	color: var(--rf-accent-strong);
}

/* Struck-through compare-at price anchor. */
.rf-tt__anchor {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 9px;
	margin-top: 12px;
}

.rf-tt__anchor-was {
	font-size: 15px;
	color: var(--rf-muted);
	text-decoration: line-through;
}

.rf-tt__anchor-now {
	font-size: 22px;
	font-weight: 800;
}

.rf-tt__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--rf-success-bg);
	color: var(--rf-success-ink);
	font-size: 13px;
	font-weight: 700;
	padding: 7px 12px;
	border-radius: 999px;
	margin: 0 auto 14px;
}

.rf-tt__badge svg {
	width: 14px;
	height: 14px;
}

.rf-tt__summary h2 {
	font-size: 34px;
	line-height: 1.1;
	font-weight: 800;
	margin: 0 0 10px;
	letter-spacing: -.02em;
}

.rf-tt__sublede {
	color: var(--rf-muted);
	margin: 0 auto 18px;
	max-width: 430px;
	font-size: 14px;
	line-height: 1.6;
}

.rf-tt__plancard {
	position: relative;
	border: 1px solid rgba(17, 24, 39, .06);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 22px 36px rgba(15, 23, 42, .08);
	text-align: left;
	background: #fff;
}

/* Single-screen paywall density. */
.rf-tt__summary .rf-tt__sublede { margin-bottom: 12px; }
.rf-tt__incl { margin: 12px 0 0; gap: 8px; }
.rf-tt__incl li { font-size: 13px; line-height: 1.5; }
.rf-tt__deal { margin-top: 14px; }

.rf-tt__planhead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	background: #f8f9ff;
	border-bottom: 1px solid rgba(17, 24, 39, .06);
	font-weight: 700;
	font-size: 14px;
}

.rf-tt__plan {
	width: 100%;
	border-collapse: collapse;
}

.rf-tt__plan td {
	padding: 10px 14px;
	border-bottom: 1px solid rgba(17, 24, 39, .06);
	font-size: 13px;
	vertical-align: top;
}

.rf-tt__plan tr:last-child td { border-bottom: 0; }

.rf-tt__plan td.rf-tt__pt {
	color: var(--rf-muted);
	white-space: nowrap;
	width: 42%;
	font-variant-numeric: tabular-nums;
}

.rf-tt__plan tr.is-blur td {
	filter: blur(5px);
	user-select: none;
}

.rf-tt__planlock {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 36px 0 14px;
	text-align: center;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 54%, #fff 80%);
}

.rf-tt__plancard--rendered {
	background: linear-gradient(180deg, #f8f9ff 0%, #eef2ff 100%);
	border-color: rgba(15, 118, 110, .16);
}

.rf-tt__plan-render-wrap {
	padding: 12px;
	overflow: hidden;
}

.rf-tt__plan-render {
	color: #1f2937;
}

.rf-tt__plan-render-page {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 18px 34px rgba(15, 23, 42, .10);
	overflow: hidden;
}

.rf-tt__plan-render .cover {
	padding: 14px 14px 12px;
	background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
	border-bottom: 1px solid rgba(15, 118, 110, .10);
}

.rf-tt__plan-render .cover-top,
.rf-tt__plan-render-wrap {
	padding: 12px;
	height: 390px;
	overflow: hidden;
	background: linear-gradient(180deg, #f9faff 0%, #eef2ff 100%);
}

.rf-tt__plan-render {
	color: #1f2937;
}

.rf-tt__plan-sheet {
	background: #fff;
	border: 1px solid rgba(15, 118, 110, .12);
	border-radius: 24px;
	padding: 14px;
	box-shadow: 0 20px 38px rgba(15, 23, 42, .10);
}

.rf-tt__plan-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.rf-tt__plan-id {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.rf-tt__plan-mono {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	background: linear-gradient(180deg, #0D9488 0%, #0F766E 100%);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 16px;
	font-weight: 700;
	flex: none;
}

.rf-tt__plan-idcopy {
	min-width: 0;
}

.rf-tt__plan-brand {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--rf-accent-strong);
}

.rf-tt__plan-student {
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.45;
	color: #667085;
}

.rf-tt__plan-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(15, 118, 110, .08);
	color: var(--rf-accent-strong);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	flex: none;
}

.rf-tt__plan-title {
	margin-top: 12px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--rf-ink);
}

.rf-tt__plan-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.rf-tt__plan-pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(15, 118, 110, .08);
	color: var(--rf-accent-strong);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.rf-tt__plan-day {
	margin-top: 14px;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 18px;
	overflow: hidden;
}

.rf-tt__plan-dayhead {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 12px;
	background: #f8f9ff;
	border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.rf-tt__plan-dayeyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--rf-accent-strong);
}

.rf-tt__plan-daydate {
	margin-top: 3px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #445066;
}

.rf-tt__plan-daymeta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 9px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(15, 118, 110, .10);
	color: #5b6477;
	font-size: 11px;
	font-weight: 700;
	flex: none;
}

.rf-tt__plan-table {
	width: 100%;
	border-collapse: collapse;
}

.rf-tt__plan-table td {
	padding: 11px 12px;
	border-top: 1px solid rgba(17, 24, 39, .08);
	font-size: 13px;
	line-height: 1.48;
	vertical-align: top;
}

.rf-tt__plan-time {
	width: 43%;
	white-space: nowrap;
	color: #667085;
	font-variant-numeric: tabular-nums;
}

.rf-tt__plan-row.is-blur td {
	filter: blur(3.25px);
	opacity: .5;
	user-select: none;
}

.rf-tt__plan-note {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #5f6b80;
}

.rf-tt__lockchip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: var(--rf-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 15px;
	border-radius: 999px;
}

.rf-tt__lockchip svg {
	width: 14px;
	height: 14px;
}

.rf-tt__incl {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.rf-tt__incl li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.55;
}

.rf-tt__incl li .rf-tt__check {
	color: var(--rf-accent);
	flex: none;
	margin-top: 2px;
}

.rf-tt__check svg {
	width: 16px;
	height: 16px;
}

.rf-tt__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rf-tt__tags span {
	font-size: 12px;
	background: var(--rf-accent-soft);
	color: var(--rf-accent-strong);
	border-radius: 999px;
	padding: 6px 11px;
	font-weight: 600;
}

.rf-tt__summary .rf-tt__tags {
	justify-content: center;
	margin-top: 16px;
}

.rf-tt__deal {
	margin-top: 20px;
	text-align: left;
}

.rf-tt__deal-cta {
	margin-top: 14px;
	padding: 14px;
	border-radius: 22px;
	background: rgba(15, 118, 110, .06);
	border: 1px solid rgba(15, 118, 110, .10);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

.rf-tt__deal-cta-note {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--rf-accent-strong);
	text-align: center;
	margin-bottom: 10px;
}

.rf-tt__offer {
	position: relative;
	overflow: hidden;
	padding: 14px 14px 12px;
	border: 1px solid rgba(255, 255, 255, .20);
	border-radius: 20px;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, .14), transparent 34%),
		linear-gradient(135deg, #0F766E 0%, #115E59 45%, #1F2937 100%);
	text-align: left;
	box-shadow: 0 24px 42px rgba(15, 118, 110, .26);
	color: #fff;
}

.rf-tt__offer::after {
	content: "";
	position: absolute;
	inset: auto -22% -38% auto;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .10);
	filter: blur(2px);
}

.rf-tt__offer > * {
	position: relative;
	z-index: 1;
}

.rf-tt__offer-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.rf-tt__offer-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #0F766E;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.rf-tt__offer-valuepill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .18);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
}

.rf-tt__offer-head {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	line-height: 1.16;
	max-width: 320px;
}

.rf-tt__offer-body {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .88);
}

.rf-tt__offer-stack {
	margin-top: 10px;
	padding: 10px;
	border-radius: 16px;
	background: rgba(10, 15, 35, .18);
	border: 1px solid rgba(255, 255, 255, .14);
	backdrop-filter: blur(10px);
}

.rf-tt__offer-stack-title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .76);
	margin-bottom: 8px;
}

.rf-tt__offer-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.rf-tt__offer-items li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	padding: 6px 9px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
}

.rf-tt__offer-check {
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--rf-accent-strong);
	display: grid;
	place-items: center;
	flex: none;
	margin-top: 1px;
}

.rf-tt__offer-check svg {
	width: 12px;
	height: 12px;
}

.rf-tt__deal .rf-tt__unlock {
	margin-top: 0;
	width: 100%;
	min-height: 56px;
	background: linear-gradient(180deg, #0D9488 0%, #0F766E 100%);
	color: #fff;
	box-shadow: 0 18px 34px rgba(15, 118, 110, .28);
}

.rf-tt__deal .rf-tt__unlock:hover,
.rf-tt__deal .rf-tt__unlock:focus,
.rf-tt__deal .rf-tt__unlock:focus-visible {
	background: linear-gradient(180deg, #14B8A6 0%, #0F766E 100%);
	color: #fff;
}

.rf-tt__deal .rf-tt__unlock svg {
	width: 18px;
	height: 18px;
	flex: none;
}

.rf-tt__unlock { margin-top: 20px; }

.rf-tt__trustline {
	font-size: 13px;
	color: var(--rf-muted);
	margin-top: 14px;
}

.rf-tt__note {
	font-size: 14px;
	color: var(--rf-muted);
	margin-top: 12px;
}

/* ---- Thank-you result page ------------------------------------------- */
.rf-tt-result {
	text-align: center;
	padding: 20px 12px;
}

.rf-tt-result__inner .rf-tt__spinner { margin: 0 auto 16px; }

.rf-tt-result h3 {
	font-size: 21px;
	font-weight: 700;
	margin: 6px 0 8px;
}

.rf-tt-result__btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 360px;
	margin: 18px auto 0;
}

.rf-tt-result__alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 999px;
	border: 1.5px solid var(--rf-line);
	color: var(--rf-ink);
	text-decoration: none;
	font-weight: 600;
	background: #fff;
}

.rf-tt-result__alt:hover {
	border-color: var(--rf-accent);
	color: var(--rf-accent);
}

/* ---- Mobile + safety ------------------------------------------------- */
@media (max-width: 380px) {
	.rf-tt { padding: 8px; }
	.rf-tt__shell { border-radius: 24px; padding: 12px 12px 16px; min-height: 640px; }
	.rf-tt__title,
	.rf-tt__summary h2,
	.rf-tt__hero h1 { font-size: 26px; }
	.rf-tt__opt { padding: 12px; border-radius: 18px; }
	.rf-tt__opt-label { font-size: 14px; }
	.rf-tt__meta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.rf-tt__screen.is-enter,
	.rf-tt__screen > .is-leaving,
	.rf-tt__summary.is-revealed > *,
	.rf-tt button.rf-tt__opt.is-selected,
	.rf-tt button.rf-tt__opt.is-selected .rf-tt__tick,
	.rf-tt__burst,
	.rf-tt__burst::after,
	.rf-tt__proof .rf-tt__pulse,
	.rf-tt__progress > span::after { animation: none; }
	.rf-tt__progress > span { transition: none; }
	.rf-tt__cta { transition: filter .12s ease, transform .08s ease, opacity .12s ease, box-shadow .12s ease; }
}

/* ---- Make-or-break offer: value anchor + in-offer trustline ---- */
.rf-tt__value-anchor {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 12px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .16);
}

.rf-tt__value-was {
	font-size: 15px;
	font-weight: 700;
	color: rgba(255, 255, 255, .64);
	text-decoration: line-through;
}

.rf-tt__value-arrow {
	font-size: 15px;
	font-weight: 800;
	color: rgba(255, 255, 255, .7);
}

.rf-tt__value-now {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	letter-spacing: -.01em;
}

.rf-tt__value-now small {
	font-size: 13px;
	font-weight: 700;
	opacity: .8;
}

.rf-tt__trustline--in {
	margin: 12px 0 0;
	text-align: center;
	font-size: 12px;
	color: var(--rf-muted);
}

/* ---- Legal footer (intro card only, below the fold — subtle compliance) ---- */
.rf-tt__legal { padding: 16px 6px 8px; text-align: center; }
.rf-tt__legal-links { display: flex; flex-wrap: wrap; gap: 6px 10px; justify-content: center; margin-bottom: 8px; }
.rf-tt__legal-links a { font-size: 11px; font-weight: 600; color: var(--rf-muted); text-decoration: underline; text-underline-offset: 2px; opacity: .8; }
.rf-tt__legal-links a:hover { opacity: 1; color: var(--rf-accent-strong); }
.rf-tt__legal-text { margin: 0; font-size: 10px; line-height: 1.5; color: var(--rf-muted); opacity: .75; }
