{"product_id":"ai-business-os™","title":"AI Business OS™","description":"\u003cstyle\u003e\n:root {\n  --rif-purple: #6C33FF;\n  --rif-purple-light: #9B6FFF;\n  --rif-gold: #F5C842;\n  --rif-bg: #08090F;\n  --rif-card: #12141F;\n  --rif-border: #22263A;\n  --rif-gray: #8B93A7;\n  --rif-lgray: #C4CADA;\n  --rif-green: #34D399;\n  --rif-red: #F87171;\n}\n.rifw * { box-sizing: border-box; }\n.rifw {\n  font-family: 'Poppins', -apple-system, sans-serif;\n  background: var(--rif-bg);\n  color: #FFFFFF;\n  padding: clamp(32px, 6vw, 60px) clamp(16px, 4vw, 24px);\n  border-radius: 20px;\n  margin: 20px 0;\n  width: 100%;\n  max-width: 100%;\n  isolation: isolate;\n}\n.rifw-inner {\n  max-width: 760px;\n  margin: 0 auto;\n  width: 100%;\n}\n\n\/* ===== Hero Subtitle Statement (top of page) ===== *\/\n.rif-hero-statement {\n  text-align: center;\n  font-size: clamp(17px, 4vw, 24px);\n  font-weight: 700;\n  line-height: 1.4;\n  color: #fff;\n  max-width: 680px;\n  margin: 0 auto clamp(28px, 5vw, 40px) auto;\n  padding: 0 8px;\n  letter-spacing: -0.3px;\n}\n.rif-hero-statement .accent {\n  background: linear-gradient(120deg, #9B6FFF, #F5C842);\n  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;\n}\n\n\/* ===== Fluid typography - scales smoothly, never breaks ===== *\/\n.rif-eyebrow {\n  text-align: center; color: var(--rif-purple-light);\n  font-size: clamp(10px, 2.2vw, 12px);\n  font-weight: 700; letter-spacing: 2px; margin-bottom: 14px; text-transform: uppercase;\n}\n.rif-title {\n  font-size: clamp(22px, 5vw, 32px); font-weight: 800; text-align: center;\n  margin-bottom: 14px; letter-spacing: -0.5px; line-height: 1.25; color: #fff;\n}\n.rif-sub {\n  text-align: center; color: var(--rif-gray); font-size: clamp(13px, 3vw, 15px);\n  margin-bottom: clamp(30px, 6vw, 50px); max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.6;\n}\n\n\/* ===== Scroll reveal ===== *\/\n.rif-reveal {\n  opacity: 0; transform: translateY(20px);\n  transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1);\n}\n.rif-reveal.rif-visible { opacity: 1; transform: translateY(0); }\n\n\/* ===== AI floating background ===== *\/\n.rif-ai-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: 0; }\n.rif-orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.12; animation: rif-float 12s ease-in-out infinite; }\n.rif-orb-1 { width: 300px; height: 300px; background: var(--rif-purple); top: -80px; left: -60px; }\n.rif-orb-2 { width: 260px; height: 260px; background: var(--rif-purple-light); top: 35%; right: -80px; animation-delay: -4s; }\n.rif-orb-3 { width: 240px; height: 240px; background: var(--rif-gold); bottom: -60px; left: 25%; opacity: 0.06; animation-delay: -8s; }\n@keyframes rif-float {\n  0%, 100% { transform: translate(0,0) scale(1); }\n  33% { transform: translate(20px,-20px) scale(1.06); }\n  66% { transform: translate(-15px,15px) scale(0.96); }\n}\n.rifw { position: relative; }\n.rifw \u003e *:not(.rif-ai-bg) { position: relative; z-index: 1; }\n\n.rif-live-badge {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: rgba(52,211,153,0.08); border: 1px solid rgba(52,211,153,0.25);\n  padding: 7px clamp(12px,3vw,16px); border-radius: 30px;\n  font-size: clamp(10px,2.4vw,11.5px); font-weight: 600;\n  color: #6EE7B7; margin: 0 auto 30px auto; width: fit-content;\n}\n.rif-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rif-green); animation: rif-pulse 2s infinite; flex-shrink: 0; }\n@keyframes rif-pulse {\n  0% { box-shadow: 0 0 0 0 rgba(52,211,153,0.5); }\n  70% { box-shadow: 0 0 0 8px rgba(52,211,153,0); }\n  100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }\n}\n\n.rif-gradient-text {\n  background: linear-gradient(90deg, #fff 0%, var(--rif-purple-light) 25%, var(--rif-gold) 50%, var(--rif-purple-light) 75%, #fff 100%);\n  background-size: 200% auto;\n  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;\n  animation: rif-shine 6s linear infinite;\n}\n@keyframes rif-shine { to { background-position: 200% center; } }\n\n\/* ===== Tech strip ===== *\/\n.rif-tech { padding: clamp(24px,5vw,34px) 0; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: clamp(30px,6vw,60px); }\n.rif-tech-label { text-align: center; color: #4B5265; font-size: clamp(9px,2.2vw,11px); font-weight: 600; letter-spacing: 1.2px; margin-bottom: 22px; text-transform: uppercase; }\n.rif-tech-logos { display: flex; justify-content: center; align-items: center; gap: clamp(16px,4vw,32px); flex-wrap: wrap; }\n.rif-tech-item { display: flex; align-items: center; gap: 7px; color: #9CA3AF; font-size: clamp(11px,2.8vw,13.5px); font-weight: 600; opacity: 0.75; transition: opacity 0.3s, transform 0.3s; }\n.rif-tech-item svg { width: 18px; height: 18px; flex-shrink: 0; }\n.rif-tech-item:hover { opacity: 1; transform: translateY(-2px); }\n.rif-tech-item:hover svg { filter: drop-shadow(0 0 6px rgba(155,111,255,0.5)); }\n.rif-tech-disclaimer { text-align: center; color: #333644; font-size: clamp(8.5px,2vw,10px); margin-top: 18px; padding: 0 8px; }\n.rif-monogram { width: 18px; height: 18px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 9px; font-weight: 800; flex-shrink: 0; }\n\n\/* ===== About ===== *\/\n.rif-about { max-width: 100%; margin: 0 auto clamp(30px,6vw,60px) auto; text-align: center; }\n.rif-about p { color: var(--rif-gray); font-size: clamp(13px,3vw,15px); line-height: 1.8; margin-bottom: 16px; }\n.rif-about .founder { color: var(--rif-lgray); font-size: clamp(12px,2.8vw,14px); font-style: italic; margin-top: 20px; }\n\n\/* ===== Trust bar ===== *\/\n.rif-trustbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: clamp(30px,6vw,60px); }\n@media (max-width: 640px) { .rif-trustbar { grid-template-columns: repeat(2, 1fr); } }\n.rif-trust-item { background: var(--rif-card); border: 1px solid var(--rif-border); border-radius: 14px; padding: clamp(12px,3vw,18px) 10px; text-align: center; transition: transform 0.3s, border-color 0.3s; }\n.rif-trust-item:hover { transform: translateY(-3px); border-color: rgba(108,51,255,0.4); }\n.rif-trust-icon { font-size: clamp(18px,4vw,22px); margin-bottom: 8px; }\n.rif-trust-label { font-size: clamp(10px,2.4vw,11.5px); color: var(--rif-lgray); font-weight: 600; line-height: 1.4; }\n\n\/* ===== AI showcase workflow ===== *\/\n.rif-ai-showcase { padding: clamp(40px,7vw,70px) 0 clamp(50px,8vw,80px) 0; }\n.rif-workflow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: center; margin: clamp(30px,6vw,50px) 0; }\n@media (max-width: 640px) { .rif-workflow { grid-template-columns: 1fr; gap: 16px; } .rif-workflow-arrow { transform: rotate(90deg); margin: 0 auto; } }\n.rif-workflow-before, .rif-workflow-after { background: var(--rif-card); border: 1px solid var(--rif-border); border-radius: 18px; padding: clamp(18px,4vw,28px) clamp(14px,3vw,24px); text-align: center; }\n.rif-workflow-after { background: linear-gradient(160deg, rgba(108,51,255,0.12), rgba(108,51,255,0.02)); border: 1px solid rgba(108,51,255,0.3); }\n.rif-workflow-label { font-size: clamp(9px,2.2vw,10.5px); font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px; }\n.rif-workflow-before .rif-workflow-label { color: #6B7280; }\n.rif-workflow-after .rif-workflow-label { color: var(--rif-purple-light); }\n.rif-workflow-icon { font-size: clamp(24px,5vw,30px); margin-bottom: 10px; }\n.rif-workflow-text { font-size: clamp(12px,2.8vw,13.5px); color: var(--rif-lgray); line-height: 1.6; }\n.rif-workflow-time { display: inline-block; margin-top: 12px; font-size: clamp(10.5px,2.5vw,12px); font-weight: 700; padding: 4px 12px; border-radius: 20px; }\n.rif-workflow-before .rif-workflow-time { background: rgba(239,68,68,0.12); color: #F87171; }\n.rif-workflow-after .rif-workflow-time { background: rgba(52,211,153,0.12); color: var(--rif-green); }\n.rif-workflow-arrow { display: flex; align-items: center; justify-content: center; width: clamp(44px,10vw,56px); height: clamp(44px,10vw,56px); border-radius: 50%; background: radial-gradient(circle, rgba(108,51,255,0.25), transparent 70%); }\n.rif-workflow-arrow-core { width: clamp(32px,7vw,40px); height: clamp(32px,7vw,40px); border-radius: 50%; background: linear-gradient(135deg, var(--rif-purple-light), var(--rif-purple)); display: flex; align-items: center; justify-content: center; font-size: clamp(13px,3vw,16px); color: #fff; animation: rif-spin 3s linear infinite; box-shadow: 0 0 20px rgba(108,51,255,0.5); }\n@keyframes rif-spin { to { transform: rotate(360deg); } }\n\n.rif-future-track { position: relative; padding: clamp(24px,5vw,40px) 0 10px 0; overflow: hidden; }\n.rif-future-line { position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(155,111,255,0.4), transparent); }\n.rif-future-line::before { content: ''; position: absolute; top: -2px; width: 50px; height: 5px; border-radius: 5px; background: linear-gradient(90deg, transparent, var(--rif-purple-light), transparent); filter: blur(2px); animation: rif-flow 3.2s linear infinite; }\n@keyframes rif-flow { 0% { left: -10%; } 100% { left: 105%; } }\n.rif-future-chips { display: flex; gap: 10px; position: relative; z-index: 1; flex-wrap: wrap; }\n.rif-future-chip { background: #0D0F18; border: 1px solid var(--rif-border); border-radius: 14px; padding: clamp(14px,3vw,18px) clamp(10px,2.5vw,16px); text-align: center; flex: 1 1 120px; min-width: 100px; transition: border-color 0.3s, transform 0.3s; }\n.rif-future-chip:hover { border-color: rgba(155,111,255,0.5); transform: translateY(-4px); }\n.rif-future-chip-icon { width: clamp(28px,6vw,36px); height: clamp(28px,6vw,36px); border-radius: 10px; margin: 0 auto 10px auto; background: rgba(108,51,255,0.15); display: flex; align-items: center; justify-content: center; font-size: clamp(13px,3vw,16px); }\n.rif-future-chip-title { font-size: clamp(10.5px,2.5vw,12.5px); font-weight: 700; color: #fff; margin-bottom: 4px; }\n.rif-future-chip-desc { font-size: clamp(9.5px,2.2vw,11px); color: #7B8296; line-height: 1.4; }\n\n\/* ===== Terminal demo ===== *\/\n.rif-demo-window { background: #0A0C14; border: 1px solid var(--rif-border); border-radius: 16px; overflow: hidden; margin: clamp(30px,6vw,40px) 0; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }\n.rif-demo-titlebar { background: var(--rif-card); padding: 10px clamp(12px,3vw,16px); display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--rif-border); flex-wrap: wrap; }\n.rif-demo-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }\n.rif-demo-dot:nth-child(1) { background: #F87171; } .rif-demo-dot:nth-child(2) { background: #FBBF24; } .rif-demo-dot:nth-child(3) { background: #34D399; }\n.rif-demo-label { color: #6B7280; font-size: clamp(9px,2.2vw,11px); margin-left: 8px; font-family: monospace; }\n.rif-demo-body { padding: clamp(18px,4vw,26px) clamp(14px,3vw,24px); min-height: 110px; }\n.rif-demo-line { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 12px; opacity: 0; animation: rif-line-in 0.5s ease forwards; flex-wrap: nowrap; }\n.rif-demo-line:nth-child(1) { animation-delay: 0.3s; } .rif-demo-line:nth-child(2) { animation-delay: 1.6s; } .rif-demo-line:nth-child(3) { animation-delay: 3.0s; } .rif-demo-line:nth-child(4) { animation-delay: 4.4s; }\n@keyframes rif-line-in { to { opacity: 1; } }\n.rif-demo-prompt { color: var(--rif-purple-light); font-family: monospace; font-size: clamp(11px,2.6vw,13px); flex-shrink: 0; }\n.rif-demo-text { font-family: monospace; font-size: clamp(11px,2.6vw,13px); color: var(--rif-lgray); white-space: nowrap; overflow: hidden; width: 0; border-right: 2px solid var(--rif-purple-light); }\n.rif-demo-line:nth-child(1) .rif-demo-text { animation: rif-type1 1s steps(20) 0.4s forwards; }\n.rif-demo-line:nth-child(2) .rif-demo-text { animation: rif-type2 1.1s steps(24) 1.7s forwards; }\n.rif-demo-line:nth-child(3) .rif-demo-text { animation: rif-type3 1s steps(22) 3.1s forwards; }\n.rif-demo-line:nth-child(4) .rif-demo-text { animation: rif-type4 0.9s steps(18) 4.5s forwards; color: var(--rif-green); }\n@keyframes rif-type1 { to { width: 210px; } } @keyframes rif-type2 { to { width: 235px; } } @keyframes rif-type3 { to { width: 220px; } } @keyframes rif-type4 { to { width: 180px; border-right-color: transparent; } }\n.rif-demo-result { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--rif-border); opacity: 0; animation: rif-line-in 0.6s ease forwards; animation-delay: 5.5s; display: flex; align-items: center; gap: 8px; font-size: clamp(10.5px,2.5vw,12.5px); color: var(--rif-green); font-weight: 600; }\n\n.rif-stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: clamp(30px,6vw,40px) 0; }\n@media (max-width: 640px) { .rif-stats-row { grid-template-columns: repeat(2,1fr); } }\n.rif-stat-card { background: var(--rif-card); border: 1px solid var(--rif-border); border-radius: 16px; padding: clamp(16px,3.5vw,24px) 10px; text-align: center; transition: transform 0.3s, border-color 0.3s; }\n.rif-stat-card:hover { transform: translateY(-4px); border-color: rgba(108,51,255,0.4); }\n.rif-stat-num { font-size: clamp(20px,4.6vw,28px); font-weight: 800; background: linear-gradient(120deg, var(--rif-purple-light), var(--rif-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px; min-height: 1.2em; }\n.rif-stat-card.rif-price-card {\n  background: linear-gradient(160deg, rgba(52,211,153,0.14), rgba(52,211,153,0.02));\n  border: 1px solid rgba(52,211,153,0.35);\n  position: relative;\n  overflow: hidden;\n}\n.rif-stat-card.rif-price-card::before {\n  content: '';\n  position: absolute; inset: -1px; border-radius: 16px;\n  background: linear-gradient(135deg, rgba(52,211,153,0.4), transparent 60%);\n  z-index: -1;\n  animation: rif-price-glow 2.6s ease-in-out infinite;\n}\n@keyframes rif-price-glow {\n  0%, 100% { opacity: 0.35; }\n  50% { opacity: 0.9; }\n}\n.rif-stat-num.rif-price-num {\n  background: linear-gradient(120deg, #34D399, #6EE7B7);\n  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;\n}\n.rif-stat-label { font-size: clamp(10px,2.4vw,12px); color: var(--rif-gray); font-weight: 500; }\n\n.rif-closing { text-align: center; margin-top: clamp(30px,6vw,50px); padding-top: clamp(24px,5vw,40px); border-top: 1px solid rgba(255,255,255,0.06); }\n.rif-closing p { font-size: clamp(13.5px,3.2vw,16px); color: var(--rif-lgray); line-height: 1.7; max-width: 560px; margin: 0 auto 8px auto; }\n.rif-closing .hl { color: #fff; font-weight: 700; }\n.rif-cursor { display: inline-block; width: 2px; height: 15px; background: var(--rif-purple-light); margin-left: 3px; vertical-align: middle; animation: rif-blink 1s step-end infinite; }\n@keyframes rif-blink { 50% { opacity: 0; } }\n\n\/* ===== Why choose us ===== *\/\n.rif-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: clamp(30px,6vw,60px); }\n@media (max-width: 640px) { .rif-why-grid { grid-template-columns: 1fr; } }\n.rif-why-card { background: var(--rif-card); border: 1px solid var(--rif-border); border-radius: 16px; padding: clamp(18px,4vw,26px) clamp(16px,3.5vw,22px); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.35s, box-shadow 0.35s; }\n.rif-why-card:hover { transform: translateY(-5px); border-color: rgba(108,51,255,0.35); box-shadow: 0 14px 36px rgba(108,51,255,0.1); }\n.rif-why-icon { width: clamp(36px,7vw,44px); height: clamp(36px,7vw,44px); border-radius: 12px; background: rgba(108,51,255,0.15); border: 1px solid rgba(108,51,255,0.3); display: flex; align-items: center; justify-content: center; font-size: clamp(16px,3.5vw,20px); margin-bottom: 14px; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1); }\n.rif-why-card:hover .rif-why-icon { transform: scale(1.1) rotate(-4deg); }\n.rif-why-title { font-size: clamp(14px,3.2vw,16px); font-weight: 700; margin-bottom: 8px; color: #fff; }\n.rif-why-desc { color: var(--rif-gray); font-size: clamp(11.5px,2.6vw,13px); line-height: 1.5; }\n\n\/* ===== WHO USES — fully rebuilt persona cards, animated, mobile-proof ===== *\/\n.rif-persona-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: clamp(30px,6vw,60px); }\n@media (min-width: 640px) { .rif-persona-grid { grid-template-columns: repeat(2, 1fr); } }\n.rif-persona-card {\n  background: linear-gradient(160deg, var(--rif-card), #0D0F18);\n  border: 1px solid var(--rif-border);\n  border-radius: 18px;\n  padding: clamp(18px,4vw,24px);\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.35s, box-shadow 0.35s;\n  animation: rif-card-in 0.6s cubic-bezier(0.16,1,0.3,1) backwards;\n}\n.rif-persona-card:nth-child(1) { animation-delay: 0.05s; } .rif-persona-card:nth-child(2) { animation-delay: 0.12s; }\n.rif-persona-card:nth-child(3) { animation-delay: 0.19s; } .rif-persona-card:nth-child(4) { animation-delay: 0.26s; }\n.rif-persona-card:nth-child(5) { animation-delay: 0.33s; } .rif-persona-card:nth-child(6) { animation-delay: 0.40s; }\n@keyframes rif-card-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }\n.rif-persona-card::before {\n  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;\n  background: linear-gradient(90deg, var(--rif-purple-light), var(--rif-gold));\n  transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);\n}\n.rif-persona-card:hover { transform: translateY(-6px); border-color: rgba(108,51,255,0.4); box-shadow: 0 16px 40px rgba(108,51,255,0.15); }\n.rif-persona-card:hover::before { transform: scaleX(1); }\n.rif-persona-top { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }\n.rif-persona-emoji {\n  width: clamp(38px,8vw,44px); height: clamp(38px,8vw,44px); border-radius: 12px; flex-shrink: 0;\n  background: linear-gradient(135deg, rgba(108,51,255,0.22), rgba(108,51,255,0.05));\n  border: 1px solid rgba(108,51,255,0.3);\n  display: flex; align-items: center; justify-content: center; font-size: clamp(17px,3.8vw,20px);\n  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);\n}\n.rif-persona-card:hover .rif-persona-emoji { transform: scale(1.12) rotate(-6deg); }\n.rif-persona-title { font-size: clamp(13.5px,3.2vw,15.5px); font-weight: 700; color: #fff; line-height: 1.35; }\n.rif-persona-row { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; }\n.rif-persona-row:last-child { margin-bottom: 0; }\n.rif-persona-icon { flex-shrink: 0; font-size: clamp(13px,3vw,15px); line-height: 1.5; margin-top: 1px; }\n.rif-persona-text { font-size: clamp(11.5px,2.6vw,13px); line-height: 1.55; flex: 1; min-width: 0; word-wrap: break-word; }\n.rif-persona-pain-text { color: var(--rif-red); font-weight: 600; }\n.rif-persona-gain-text { color: #A7B0C4; }\n.rif-persona-gain-text b { color: var(--rif-green); font-weight: 700; }\n\n\/* ===== Value stack ===== *\/\n.rif-value-panel { background: #1A2235; border-radius: 20px; padding: clamp(24px,5vw,40px) clamp(16px,4vw,30px); margin-bottom: clamp(24px,5vw,40px); }\n.rif-value-header { margin-bottom: clamp(16px,3.5vw,24px); }\n.rif-value-header h3 { font-size: clamp(18px,4vw,22px); font-weight: 800; margin-bottom: 6px; color: #fff; }\n.rif-value-header p { color: #94A3B8; font-size: clamp(11.5px,2.6vw,13.5px); }\n.rif-value-row { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid #2D3748; font-size: clamp(12px,2.8vw,14px); opacity: 0; transform: translateX(-10px); transition: opacity 0.5s ease, transform 0.5s ease; }\n.rif-value-row.rif-visible { opacity: 1; transform: translateX(0); }\n.rif-value-row .name { color: #CBD5E1; min-width: 0; }\n.rif-value-row .amount { color: #94A3B8; flex-shrink: 0; }\n.rif-value-total { display: flex; justify-content: space-between; padding: 18px 0 0 0; font-size: clamp(15px,3.4vw,18px); font-weight: 700; }\n.rif-value-total .amount { color: var(--rif-gold); }\n.rif-value-price { background: #0A0E1A; border-radius: 14px; padding: clamp(16px,4vw,22px); margin-top: 20px; text-align: center; }\n.rif-value-price .label { color: #94A3B8; font-size: clamp(11px,2.6vw,13px); margin-bottom: 6px; }\n.rif-value-price .amount { font-size: clamp(28px,6vw,38px); font-weight: 800; color: #22C55E; }\n\n\/* ===== FAQ ===== *\/\n.rif-faq { max-width: 100%; margin: 0 auto clamp(30px,6vw,60px) auto; }\n.rif-faq-item { background: var(--rif-card); border: 1px solid var(--rif-border); border-radius: 14px; padding: clamp(14px,3.5vw,20px); margin-bottom: 10px; }\n.rif-faq-q { font-size: clamp(12.5px,2.9vw,14.5px); font-weight: 700; color: #fff; margin-bottom: 8px; display: flex; gap: 8px; }\n.rif-faq-q span.mark { color: var(--rif-purple-light); flex-shrink: 0; }\n.rif-faq-a { font-size: clamp(11.5px,2.6vw,13.5px); color: var(--rif-gray); line-height: 1.6; padding-left: 18px; }\n\n\/* ===== Guarantee ===== *\/\n.rif-guarantee { text-align: center; padding: clamp(30px,6vw,46px) clamp(16px,4vw,30px); background: linear-gradient(160deg, rgba(108,51,255,0.1), rgba(245,200,66,0.04)); border: 1px solid var(--rif-border); border-radius: 20px; }\n.rif-guarantee .icon { font-size: clamp(26px,5.5vw,34px); margin-bottom: 14px; }\n.rif-guarantee h3 { font-size: clamp(16px,3.6vw,20px); font-weight: 800; margin-bottom: 10px; color: #fff; }\n.rif-guarantee p { color: var(--rif-gray); max-width: 440px; margin: 0 auto; line-height: 1.6; font-size: clamp(12px,2.8vw,14px); }\n\n\/* ===== Components grid ===== *\/\n.rif-comp-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: clamp(30px,6vw,60px); }\n@media (min-width: 640px) { .rif-comp-grid { grid-template-columns: repeat(2, 1fr); } }\n.rif-comp-card {\n  background: var(--rif-card); border: 1px solid var(--rif-border); border-radius: 14px;\n  padding: clamp(16px,3.5vw,20px) clamp(14px,3.5vw,22px); position: relative; overflow: hidden;\n  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.35s, box-shadow 0.35s;\n  animation: rif-card-in 0.55s cubic-bezier(0.16,1,0.3,1) backwards;\n}\n.rif-comp-card:nth-child(1) { animation-delay: 0.03s; } .rif-comp-card:nth-child(2) { animation-delay: 0.07s; }\n.rif-comp-card:nth-child(3) { animation-delay: 0.11s; } .rif-comp-card:nth-child(4) { animation-delay: 0.15s; }\n.rif-comp-card:nth-child(5) { animation-delay: 0.19s; } .rif-comp-card:nth-child(6) { animation-delay: 0.23s; }\n.rif-comp-card:nth-child(7) { animation-delay: 0.27s; } .rif-comp-card:nth-child(8) { animation-delay: 0.31s; }\n.rif-comp-card:nth-child(9) { animation-delay: 0.35s; } .rif-comp-card:nth-child(10) { animation-delay: 0.39s; }\n.rif-comp-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: linear-gradient(180deg, var(--rif-purple-light), var(--rif-purple)); transform: scaleY(0); transform-origin: top; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }\n.rif-comp-card:hover { transform: translateX(4px); border-color: rgba(108,51,255,0.35); box-shadow: 0 12px 30px rgba(0,0,0,0.3); }\n.rif-comp-card:hover::before { transform: scaleY(1); }\n.rif-comp-num { color: var(--rif-purple-light); font-size: clamp(10px,2.4vw,11px); font-weight: 700; margin-bottom: 6px; letter-spacing: 0.4px; display: flex; align-items: center; gap: 6px; }\n.rif-comp-check { width: 15px; height: 15px; border-radius: 50%; background: rgba(52,211,153,0.15); color: var(--rif-green); display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 900; flex-shrink: 0; }\n.rif-comp-name { font-size: clamp(13.5px,3.1vw,15px); font-weight: 700; margin-bottom: 6px; color: #fff; }\n.rif-comp-desc { color: var(--rif-gray); font-size: clamp(11px,2.5vw,12.5px); line-height: 1.5; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rifw\"\u003e\n  \u003cdiv class=\"rif-ai-bg\"\u003e\n\u003cdiv class=\"rif-orb rif-orb-1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rif-orb rif-orb-2\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rif-orb rif-orb-3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"rifw-inner\"\u003e\n\n    \u003cdiv class=\"rif-hero-statement\"\u003e\n      10 done-for-you AI systems to \u003cspan class=\"accent\"\u003ecreate content\u003c\/span\u003e, \n      \u003cspan class=\"accent\"\u003erun ads\u003c\/span\u003e, and \u003cspan class=\"accent\"\u003eget clients\u003c\/span\u003e \n      — without hiring anyone.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"display:flex; justify-content:center;\"\u003e\n      \u003cdiv class=\"rif-live-badge\"\u003e\n\u003cspan class=\"rif-live-dot\"\u003e\u003c\/span\u003e AI BUSINESS OS™ — SYSTEM ONLINE\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECH STRIP --\u003e\n    \u003cdiv class=\"rif-tech rif-reveal\"\u003e\n      \u003cdiv class=\"rif-tech-label\"\u003eBuilt Using Trusted AI \u0026amp; Commerce Technology\u003c\/div\u003e\n      \u003cdiv class=\"rif-tech-logos\"\u003e\n        \u003cdiv class=\"rif-tech-item\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M22.282 9.821a5.985 5.985 0 0 0-.516-4.91 6.046 6.046 0 0 0-6.51-2.9A6.065 6.065 0 0 0 4.981 4.18a5.985 5.985 0 0 0-4.028 2.885 6.046 6.046 0 0 0 .747 7.08 5.98 5.98 0 0 0 .51 4.911 6.051 6.051 0 0 0 6.515 2.9A5.985 5.985 0 0 0 13.26 24a6.056 6.056 0 0 0 5.772-4.206 5.99 5.99 0 0 0 4.021-2.883 6.056 6.056 0 0 0-.772-7.09zM13.26 22.43a4.476 4.476 0 0 1-2.876-1.04l.141-.081 4.779-2.758a.795.795 0 0 0 .392-.681v-6.737l2.02 1.168a.071.071 0 0 1 .038.052v5.583a4.504 4.504 0 0 1-4.494 4.494zM3.6 18.304a4.47 4.47 0 0 1-.535-3.014l.142.085 4.783 2.759a.771.771 0 0 0 .78 0l5.843-3.369v2.332a.08.08 0 0 1-.033.062L9.74 19.95a4.5 4.5 0 0 1-6.14-1.646zM2.34 7.896a4.485 4.485 0 0 1 2.366-1.973V11.6a.766.766 0 0 0 .388.676l5.815 3.355-2.02 1.168a.076.076 0 0 1-.071 0l-4.83-2.786A4.504 4.504 0 0 1 2.34 7.896zm16.597 3.855-5.833-3.387L15.113 7.2a.076.076 0 0 1 .071 0l4.83 2.791a4.494 4.494 0 0 1-.676 8.105v-5.678a.79.79 0 0 0-.396-.667zm2.01-3.023-.141-.085-4.774-2.782a.776.776 0 0 0-.785 0l-5.843 3.369V6.897a.066.066 0 0 1 .028-.061l4.83-2.787a4.499 4.499 0 0 1 6.686 4.66zm-12.64 4.135-2.02-1.164a.08.08 0 0 1-.038-.057V6.075a4.5 4.5 0 0 1 7.375-3.453l-.142.08L8.704 5.46a.795.795 0 0 0-.393.681zm1.097-2.365 2.598-1.5 2.604 1.5v2.999l-2.598 1.5-2.604-1.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cspan\u003eOpenAI\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rif-tech-item\"\u003e\n\u003cspan class=\"rif-monogram\" style=\"background:#D97757;\"\u003eC\u003c\/span\u003e\u003cspan\u003eClaude\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-tech-item\"\u003e\n\u003cspan class=\"rif-monogram\" style=\"background:#00C4CC;\"\u003eCa\u003c\/span\u003e\u003cspan\u003eCanva\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-tech-item\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 9l1-5h16l1 5\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9a2 2 0 0 0 4 0 2 2 0 0 0 4 0 2 2 0 0 0 4 0 2 2 0 0 0 4 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 9v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21v-6h6v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cspan\u003eShopify\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rif-tech-item\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M13.976 9.15c-2.172-.806-3.356-1.426-3.356-2.409 0-.831.683-1.305 1.901-1.305 2.227 0 4.515.858 6.09 1.631l.89-5.494C18.252.975 15.697 0 12.165 0 9.667 0 7.589.654 6.104 1.872 4.56 3.147 3.757 4.992 3.757 7.218c0 4.039 2.467 5.76 6.476 7.219 2.585.92 3.445 1.574 3.445 2.583 0 .98-.84 1.545-2.354 1.545-1.875 0-4.965-.921-6.99-2.109l-.9 5.555C4.917 22.928 7.892 24 10.926 24c2.634 0 4.807-.63 6.339-1.828 1.677-1.264 2.54-3.158 2.54-5.591 0-4.14-2.52-5.87-6.665-7.427l-.164-.004z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cspan\u003eStripe\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rif-tech-disclaimer\"\u003eLogos are for visual reference only. We are not affiliated with or endorsed by these companies.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ABOUT --\u003e\n    \u003cdiv class=\"rif-reveal\"\u003e\n      \u003cdiv class=\"rif-eyebrow\"\u003eAbout The System\u003c\/div\u003e\n      \u003cdiv class=\"rif-title rif-gradient-text\"\u003eAbout AI Business OS™\u003c\/div\u003e\n      \u003cdiv class=\"rif-about\"\u003e\n        \u003cp\u003eAI Business OS™ is a complete, 10-component business system built for entrepreneurs, creators, and freelancers who want to build, grow, and automate using AI — without hiring a team or guessing what to do next.\u003c\/p\u003e\n        \u003cp\u003eEvery hook, prompt, template, and script inside was written, tested, and organized into one connected system — not scattered across random files. Open it, follow the roadmap, and start using it the same day.\u003c\/p\u003e\n        \u003cdiv class=\"founder\"\u003eBuilt by Rifantra™ — an AI-focused company dedicated to helping entrepreneurs build real, sustainable businesses.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TRUST BAR --\u003e\n    \u003cdiv class=\"rif-trustbar rif-reveal\"\u003e\n      \u003cdiv class=\"rif-trust-item\"\u003e\n\u003cdiv class=\"rif-trust-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"rif-trust-label\"\u003eInstant Delivery\u003cbr\u003eto Your Email\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-trust-item\"\u003e\n\u003cdiv class=\"rif-trust-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"rif-trust-label\"\u003eSecure Checkout\u003cbr\u003evia Shopify\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-trust-item\"\u003e\n\u003cdiv class=\"rif-trust-icon\"\u003e♾️\u003c\/div\u003e\n\u003cdiv class=\"rif-trust-label\"\u003eLifetime Access\u003cbr\u003e+ Free Updates\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-trust-item\"\u003e\n\u003cdiv class=\"rif-trust-icon\"\u003e🌍\u003c\/div\u003e\n\u003cdiv class=\"rif-trust-label\"\u003eWorks For Any\u003cbr\u003eNiche or Business\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- AI SHOWCASE --\u003e\n    \u003cdiv class=\"rif-ai-showcase rif-reveal\"\u003e\n      \u003cdiv class=\"rif-eyebrow\"\u003eThe Shift Already Happening\u003c\/div\u003e\n      \u003cdiv class=\"rif-title\"\u003eWork Is Changing.\u003cbr\u003eAre You Changing With It?\u003c\/div\u003e\n      \u003cdiv class=\"rif-sub\"\u003eAI isn't replacing entrepreneurs — it's replacing the hours they used to spend on things that no longer need a human.\u003c\/div\u003e\n\n      \u003cdiv class=\"rif-workflow\"\u003e\n        \u003cdiv class=\"rif-workflow-before\"\u003e\n          \u003cdiv class=\"rif-workflow-label\"\u003eBefore AI\u003c\/div\u003e\n          \u003cdiv class=\"rif-workflow-icon\"\u003e😩\u003c\/div\u003e\n          \u003cdiv class=\"rif-workflow-text\"\u003eHours writing content, guessing what to post, hiring help you can't afford yet.\u003c\/div\u003e\n          \u003cdiv class=\"rif-workflow-time\"\u003e~6+ hrs\/day\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rif-workflow-arrow\"\u003e\u003cdiv class=\"rif-workflow-arrow-core\"\u003e✦\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv class=\"rif-workflow-after\"\u003e\n          \u003cdiv class=\"rif-workflow-label\"\u003eWith AI Business OS™\u003c\/div\u003e\n          \u003cdiv class=\"rif-workflow-icon\"\u003e🚀\u003c\/div\u003e\n          \u003cdiv class=\"rif-workflow-text\"\u003eOpen a component, generate what you need, post it. The system already did the thinking.\u003c\/div\u003e\n          \u003cdiv class=\"rif-workflow-time\"\u003e~20 min\/day\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rif-future-track\"\u003e\n        \u003cdiv class=\"rif-future-line\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"rif-future-chips\"\u003e\n          \u003cdiv class=\"rif-future-chip\"\u003e\n\u003cdiv class=\"rif-future-chip-icon\"\u003e💡\u003c\/div\u003e\n\u003cdiv class=\"rif-future-chip-title\"\u003eIdea → Content\u003c\/div\u003e\n\u003cdiv class=\"rif-future-chip-desc\"\u003eIn seconds, not hours\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"rif-future-chip\"\u003e\n\u003cdiv class=\"rif-future-chip-icon\"\u003e📈\u003c\/div\u003e\n\u003cdiv class=\"rif-future-chip-title\"\u003eContent → Growth\u003c\/div\u003e\n\u003cdiv class=\"rif-future-chip-desc\"\u003eConsistent, not random\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"rif-future-chip\"\u003e\n\u003cdiv class=\"rif-future-chip-icon\"\u003e💰\u003c\/div\u003e\n\u003cdiv class=\"rif-future-chip-title\"\u003eGrowth → Income\u003c\/div\u003e\n\u003cdiv class=\"rif-future-chip-desc\"\u003eSystemized, not guesswork\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rif-demo-window\"\u003e\n        \u003cdiv class=\"rif-demo-titlebar\"\u003e\n          \u003cdiv class=\"rif-demo-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rif-demo-dot\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"rif-demo-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"rif-demo-label\"\u003eai-business-os — component_02\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rif-demo-body\"\u003e\n          \u003cdiv class=\"rif-demo-line\"\u003e\n\u003cspan class=\"rif-demo-prompt\"\u003e\u0026gt;\u003c\/span\u003e\u003cspan class=\"rif-demo-text\"\u003eNeed a hook for a fitness reel...\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"rif-demo-line\"\u003e\n\u003cspan class=\"rif-demo-prompt\"\u003e\u0026gt;\u003c\/span\u003e\u003cspan class=\"rif-demo-text\"\u003eGenerating caption + CTA...\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"rif-demo-line\"\u003e\n\u003cspan class=\"rif-demo-prompt\"\u003e\u0026gt;\u003c\/span\u003e\u003cspan class=\"rif-demo-text\"\u003eScheduling for 6:00 PM...\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"rif-demo-line\"\u003e\n\u003cspan class=\"rif-demo-prompt\"\u003e\u0026gt;\u003c\/span\u003e\u003cspan class=\"rif-demo-text\"\u003eDone.\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"rif-demo-result\"\u003e✓ Content ready in 14 seconds — zero guesswork\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rif-stats-row\"\u003e\n        \u003cdiv class=\"rif-stat-card\"\u003e\n\u003cdiv class=\"rif-stat-num rif-count\" data-count=\"2847\" data-suffix=\"+\"\u003e0\u003c\/div\u003e\n\u003cdiv class=\"rif-stat-label\"\u003eReady-to-use assets\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-stat-card\"\u003e\n\u003cdiv class=\"rif-stat-num rif-count\" data-count=\"10\" data-suffix=\"\"\u003e0\u003c\/div\u003e\n\u003cdiv class=\"rif-stat-label\"\u003eConnected components\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-stat-card\"\u003e\n\u003cdiv class=\"rif-stat-num\"\u003e\u0026lt;15 min\u003c\/div\u003e\n\u003cdiv class=\"rif-stat-label\"\u003eTo your first result\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-stat-card rif-price-card\"\u003e\n\u003cdiv class=\"rif-stat-num rif-price-num\"\u003e$97\u003c\/div\u003e\n\u003cdiv class=\"rif-stat-label\"\u003eOne-time price today\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rif-closing\"\u003e\n        \u003cp\u003eThe entrepreneurs winning in the next decade won't be the ones who work the hardest.\u003cbr\u003eThey'll be the ones who \u003cspan class=\"hl\"\u003elet AI do the repeatable work\u003c\/span\u003e — so they can focus on what actually grows a business.\u003cspan class=\"rif-cursor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHO USES — REBUILT --\u003e\n    \u003cdiv class=\"rif-reveal\"\u003e\n      \u003cdiv class=\"rif-eyebrow\"\u003eBuilt For You, Specifically\u003c\/div\u003e\n      \u003cdiv class=\"rif-title\"\u003eWho Uses AI Business OS™\u003c\/div\u003e\n      \u003cdiv class=\"rif-sub\"\u003eWhatever stage you're at, there's a clear path inside this system built for exactly where you are.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rif-persona-grid\"\u003e\n      \u003cdiv class=\"rif-persona-card\"\u003e\n        \u003cdiv class=\"rif-persona-top\"\u003e\n\u003cdiv class=\"rif-persona-emoji\"\u003e🎬\u003c\/div\u003e\n\u003cdiv class=\"rif-persona-title\"\u003eContent Creators \u0026amp; Influencers\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e😩\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-pain-text\"\u003eStruggling to post consistently or run out of ideas?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e✅\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-gain-text\"\u003eUse Components 1, 2, 3 \u0026amp; 6 to \u003cb\u003enever run out of hooks, scripts, or post ideas again\u003c\/b\u003e — for a full year.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rif-persona-card\"\u003e\n        \u003cdiv class=\"rif-persona-top\"\u003e\n\u003cdiv class=\"rif-persona-emoji\"\u003e🛍️\u003c\/div\u003e\n\u003cdiv class=\"rif-persona-title\"\u003eE-commerce \u0026amp; Online Store Owners\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e😩\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-pain-text\"\u003eAd spend not converting into sales?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e✅\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-gain-text\"\u003eUse Component 4 \u0026amp; 5 to \u003cb\u003eturn cold traffic into paying customers\u003c\/b\u003e with proven ad and email templates.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rif-persona-card\"\u003e\n        \u003cdiv class=\"rif-persona-top\"\u003e\n\u003cdiv class=\"rif-persona-emoji\"\u003e🧑‍💻\u003c\/div\u003e\n\u003cdiv class=\"rif-persona-title\"\u003eFreelancers \u0026amp; Agencies\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e😩\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-pain-text\"\u003eInconsistent client pipeline every month?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e✅\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-gain-text\"\u003eUse Component 8 to \u003cb\u003efind, pitch, and close new clients\u003c\/b\u003e on repeat — plus reuse every template for client work.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rif-persona-card\"\u003e\n        \u003cdiv class=\"rif-persona-top\"\u003e\n\u003cdiv class=\"rif-persona-emoji\"\u003e🚀\u003c\/div\u003e\n\u003cdiv class=\"rif-persona-title\"\u003eSolo Founders \u0026amp; Small Business Owners\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e😩\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-pain-text\"\u003eCan't afford a marketing team yet?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e✅\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-gain-text\"\u003eGet \u003cb\u003e10 systems that replace an entire marketing team\u003c\/b\u003e — content, ads, email, and client acquisition in one place.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rif-persona-card\"\u003e\n        \u003cdiv class=\"rif-persona-top\"\u003e\n\u003cdiv class=\"rif-persona-emoji\"\u003e👤\u003c\/div\u003e\n\u003cdiv class=\"rif-persona-title\"\u003eFaceless Brand Builders\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e😩\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-pain-text\"\u003eWant to build online but don't want to be on camera?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e✅\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-gain-text\"\u003eComponent 9 is a \u003cb\u003efull blueprint to grow without ever showing your face\u003c\/b\u003e, using AI for every step.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rif-persona-card\"\u003e\n        \u003cdiv class=\"rif-persona-top\"\u003e\n\u003cdiv class=\"rif-persona-emoji\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"rif-persona-title\"\u003eComplete Beginners\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e😩\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-pain-text\"\u003eNew to AI tools and don't know where to start?\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rif-persona-row\"\u003e\n\u003cspan class=\"rif-persona-icon\"\u003e✅\u003c\/span\u003e\u003cspan class=\"rif-persona-text rif-persona-gain-text\"\u003eThe Welcome Guide and 4-Week Roadmap \u003cb\u003ewalk you through everything, step by step\u003c\/b\u003e — no experience needed.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY CHOOSE US --\u003e\n    \u003cdiv class=\"rif-reveal\"\u003e\n      \u003cdiv class=\"rif-eyebrow\"\u003eWhy Rifantra™\u003c\/div\u003e\n      \u003cdiv class=\"rif-title\"\u003eBuilt Different, On Purpose\u003c\/div\u003e\n      \u003cdiv class=\"rif-sub\"\u003eNo recycled templates. No filler content. Just a system built to actually get used.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rif-why-grid\"\u003e\n      \u003cdiv class=\"rif-why-card\"\u003e\n\u003cdiv class=\"rif-why-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv class=\"rif-why-title\"\u003eBuilt By One Founder, Obsessively\u003c\/div\u003e\n\u003cdiv class=\"rif-why-desc\"\u003eEvery hook, template, and script was checked line by line — not mass-generated and dumped into a PDF.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-why-card\"\u003e\n\u003cdiv class=\"rif-why-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"rif-why-title\"\u003eA System, Not A Random Bundle\u003c\/div\u003e\n\u003cdiv class=\"rif-why-desc\"\u003eAll 10 components are designed to connect — from your first post to your first paying client.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-why-card\"\u003e\n\u003cdiv class=\"rif-why-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"rif-why-title\"\u003eFree Updates, Forever\u003c\/div\u003e\n\u003cdiv class=\"rif-why-desc\"\u003eBuy once. Every future improvement to this system is yours at no extra cost — for as long as it's offered.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- COMPONENTS --\u003e\n    \u003cdiv class=\"rif-reveal\"\u003e\n      \u003cdiv class=\"rif-eyebrow\"\u003eWhat's Inside\u003c\/div\u003e\n      \u003cdiv class=\"rif-title\"\u003eEverything You Need, Already Built\u003c\/div\u003e\n      \u003cdiv class=\"rif-sub\"\u003e10 complete components. Zero guesswork. Just open and use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rif-comp-grid\"\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 01\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eStop-The-Scroll Trigger System\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003e500 proven hooks that stop people from scrolling past your content.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 02\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eAI Content Command Center\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003e1,000+ AI prompts so you never run out of content ideas.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 03\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eReady-To-Post Video Playbook\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003e200 short-form video scripts ready to record and post.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 04\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eProfitable Ad Blueprint\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003e100 ad templates that convert clicks into customers.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 05\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eEmail Empire Builder\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003e150 email templates to turn subscribers into buyers.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 06\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eSocial Media Content Calendar\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003eA full 365-day system so you always know what to post.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 07\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eQuick Win Swipe File\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003e175 copy-paste templates for instant content.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 08\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eClient Acquisition System\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003eThe full system to find, pitch, and close clients.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 09\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eFaceless Creator System\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003eBuild a brand without ever showing your face.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-comp-card\"\u003e\n\u003cdiv class=\"rif-comp-num\"\u003e\n\u003cspan class=\"rif-comp-check\"\u003e✓\u003c\/span\u003eCOMPONENT 10\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-name\"\u003eAI Money Prompt Vault\u003c\/div\u003e\n\u003cdiv class=\"rif-comp-desc\"\u003e5 proven methods to make real income using AI.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- VALUE STACK --\u003e\n    \u003cdiv class=\"rif-value-panel rif-reveal\"\u003e\n      \u003cdiv class=\"rif-value-header\"\u003e\n\u003ch3\u003eTotal Value Breakdown\u003c\/h3\u003e\n\u003cp\u003eSee exactly what you're getting today — no hidden extras.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e① Stop-The-Scroll Trigger System\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$147\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e② AI Content Command Center\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$197\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e③ Ready-To-Post Video Playbook\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$147\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e④ Profitable Ad Blueprint\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$197\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e⑤ Email Empire Builder\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$197\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e⑥ Social Media Content Calendar\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$97\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e⑦ Quick Win Swipe File\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$97\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e⑧ Client Acquisition System\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$97\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e⑨ Faceless Creator System\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$97\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e⑩ AI Money Prompt Vault\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$97\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-row\"\u003e\n\u003cdiv class=\"name\"\u003e+ Welcome Guide\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$47\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-total\"\u003e\n\u003cdiv\u003eTotal Value\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$1,418\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-value-price\"\u003e\n\u003cdiv class=\"label\"\u003eYour price today\u003c\/div\u003e\n\u003cdiv class=\"amount\"\u003e$97\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003cdiv class=\"rif-reveal\"\u003e\n      \u003cdiv class=\"rif-eyebrow\"\u003eCommon Questions\u003c\/div\u003e\n      \u003cdiv class=\"rif-title\"\u003eBefore You Get Started\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rif-faq rif-reveal\"\u003e\n      \u003cdiv class=\"rif-faq-item\"\u003e\n\u003cdiv class=\"rif-faq-q\"\u003e\n\u003cspan class=\"mark\"\u003eQ.\u003c\/span\u003e How do I receive the files after buying?\u003c\/div\u003e\n\u003cdiv class=\"rif-faq-a\"\u003eEverything is delivered instantly to your email as a downloadable file the moment your payment is confirmed. No waiting, no manual delivery.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-faq-item\"\u003e\n\u003cdiv class=\"rif-faq-q\"\u003e\n\u003cspan class=\"mark\"\u003eQ.\u003c\/span\u003e Does this work for my specific niche?\u003c\/div\u003e\n\u003cdiv class=\"rif-faq-a\"\u003eYes. Every component is built to be customized — the frameworks and templates work for any business, product, or service.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-faq-item\"\u003e\n\u003cdiv class=\"rif-faq-q\"\u003e\n\u003cspan class=\"mark\"\u003eQ.\u003c\/span\u003e Can I use this for client work?\u003c\/div\u003e\n\u003cdiv class=\"rif-faq-a\"\u003eYes, commercial and client use is included in your license — see the License \u0026amp; Usage Agreement included in your download.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rif-faq-item\"\u003e\n\u003cdiv class=\"rif-faq-q\"\u003e\n\u003cspan class=\"mark\"\u003eQ.\u003c\/span\u003e Is this a one-time payment or subscription?\u003c\/div\u003e\n\u003cdiv class=\"rif-faq-a\"\u003eOne-time payment. $97 once, lifetime access, no recurring charges.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- GUARANTEE --\u003e\n    \u003cdiv class=\"rif-guarantee rif-reveal\"\u003e\n      \u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n      \u003ch3\u003eInstant Access, Zero Risk\u003c\/h3\u003e\n      \u003cp\u003eSecure checkout powered by Shopify. Your files are delivered instantly to your email after purchase — start building within minutes, not days.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n  function run() {\n    var reveals = document.querySelectorAll('.rif-reveal');\n    var rows = document.querySelectorAll('.rif-value-row');\n    var counters = document.querySelectorAll('.rif-count');\n\n    function animateCount(el) {\n      var target = parseInt(el.getAttribute('data-count'), 10);\n      var suffix = el.getAttribute('data-suffix') || '';\n      var duration = 1400;\n      var startTime = null;\n\n      function step(timestamp) {\n        if (!startTime) startTime = timestamp;\n        var progress = Math.min((timestamp - startTime) \/ duration, 1);\n        var eased = 1 - Math.pow(1 - progress, 3);\n        var current = Math.floor(eased * target);\n        el.textContent = current.toLocaleString('en-US') + suffix;\n        if (progress \u003c 1) {\n          window.requestAnimationFrame(step);\n        } else {\n          el.textContent = target.toLocaleString('en-US') + suffix;\n        }\n      }\n      window.requestAnimationFrame(step);\n    }\n\n    function check() {\n      var vh = window.innerHeight || document.documentElement.clientHeight;\n      reveals.forEach(function(el) {\n        if (el.classList.contains('rif-visible')) return;\n        var r = el.getBoundingClientRect();\n        if (r.top \u003c vh - 60) el.classList.add('rif-visible');\n      });\n      rows.forEach(function(el, i) {\n        if (el.classList.contains('rif-visible')) return;\n        var r = el.getBoundingClientRect();\n        if (r.top \u003c vh - 60) setTimeout(function(){ el.classList.add('rif-visible'); }, i * 45);\n      });\n      counters.forEach(function(el) {\n        if (el.classList.contains('rif-counted')) return;\n        var r = el.getBoundingClientRect();\n        if (r.top \u003c vh - 60) {\n          el.classList.add('rif-counted');\n          animateCount(el);\n        }\n      });\n    }\n    window.addEventListener('scroll', check, { passive: true });\n    window.addEventListener('resize', check);\n    check();\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', run);\n  } else {\n    run();\n  }\n})();\n\u003c\/script\u003e","brand":"RIFANTRA","offers":[{"title":"Default Title","offer_id":45730240659503,"sku":null,"price":69.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0780\/9348\/4079\/files\/NO1.png?v=1785945508","url":"https:\/\/rifantra.com\/products\/ai-business-os%e2%84%a2","provider":"RIFANTRA","version":"1.0","type":"link"}