Cognitive Support — Nootropic Focus & Clarity Formula
.ar-cognitive { --ar-indigo: #2B2D5B; --ar-indigo-deep: #1a1c3d; --ar-gold: #C9A96E; --ar-gold-soft: #e4d4b0; --ar-cream: #F5F0E8; --ar-cream-light: #faf7f0; --ar-charcoal: #2C2C2C ; --ar-muted: #6b6b7b; --ar-border: #e8e4d8; --ar-white: #ffffff; font-family: 'Outfit', -apple-system, sans-serif; color: var(--ar-charcoal); line-height: 1.65; font-size: 16px; max-width: 1200px; margin: 0 auto; } .ar-cognitive * { box-sizing: border-box; } .ar-cognitive p { margin: 0 0 14px; } /* Lede + highlights */ .ar-cognitive .ar-lede { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; color: var(--ar-charcoal); line-height: 1.55; margin: 0 0 20px; font-weight: 500; } .ar-cognitive .ar-lede em { font-style: italic; color: var(--ar-gold); } .ar-cognitive .ar-highlights { background: var(--ar-cream-light); border-left: 3px solid var(--ar-gold); padding: 20px 24px; margin: 20px 0 30px; border-radius: 4px; } .ar-cognitive .ar-highlights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; } @media (max-width: 700px) { .ar-cognitive .ar-highlights-grid { grid-template-columns: 1fr; } } .ar-cognitive .ar-highlight-item { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ar-charcoal); } .ar-cognitive .ar-highlight-item svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; color: var(--ar-gold); } /* Section base */ .ar-cognitive .ar-section { padding: 70px 24px; margin: 0 -24px; } .ar-cognitive .ar-section.alt { background: var(--ar-cream-light); border-radius: 6px; } .ar-cognitive .ar-section.dark { background: linear-gradient(135deg, var(--ar-indigo) 0%, var(--ar-indigo-deep) 100%); color: var(--ar-cream); border-radius: 6px; position: relative; overflow: hidden; } .ar-cognitive .ar-section.dark::before { content: ''; position: absolute; top: 50%; left: 50%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(201,169,110,0.12) 0%, transparent 70%); transform: translate(-50%, -50%); pointer-events: none; } .ar-cognitive .ar-section.dark h2 { color: var(--ar-cream); } .ar-cognitive .ar-section.dark h2 em { color: var(--ar-gold); } .ar-cognitive .ar-section.dark p { color: rgba(245,240,232,0.85); } .ar-cognitive .ar-section-inner { position: relative; } /* Section headers */ .ar-cognitive .ar-section-header { text-align: center; margin-bottom: 50px; } .ar-cognitive .ar-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ar-gold); font-weight: 500; margin-bottom: 10px; } .ar-cognitive .ar-section-header h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 42px; color: var(--ar-indigo); font-weight: 600; margin: 0 0 14px; line-height: 1.1; letter-spacing: -0.01em; } .ar-cognitive .ar-section-header h2 em { font-style: italic; color: var(--ar-gold); } .ar-cognitive .ar-section-header p { font-size: 16px; color: var(--ar-muted); max-width: 640px; margin: 0 auto; line-height: 1.7; } /* Benefit cards grid (6 cards) */ .ar-cognitive .ar-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; } @media (max-width: 900px) { .ar-cognitive .ar-benefit-grid { grid-template-columns: 1fr; } } .ar-cognitive .ar-benefit-card { background: var(--ar-white); border-left: 3px solid var(--ar-gold); padding: 30px 28px; border-radius: 4px; box-shadow: 0 1px 4px rgba(43,45,91,0.05); } .ar-cognitive .ar-benefit-card svg { width: 40px; height: 40px; color: var(--ar-indigo); margin-bottom: 14px; } .ar-cognitive .ar-benefit-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; color: var(--ar-indigo); margin: 0 0 10px; font-weight: 600; line-height: 1.25; } .ar-cognitive .ar-benefit-card p { font-size: 14px; line-height: 1.65; color: var(--ar-charcoal); margin: 0; } /* Ingredient cards */ .ar-cognitive .ar-ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; } @media (max-width: 900px) { .ar-cognitive .ar-ingredient-grid { grid-template-columns: 1fr; } } .ar-cognitive .ar-ingredient-card { background: var(--ar-white); border-top: 2px solid var(--ar-gold); padding: 28px 26px; border-radius: 4px; box-shadow: 0 1px 4px rgba(43,45,91,0.05); } .ar-cognitive .ar-dose-badge { display: inline-block; background: var(--ar-gold-soft); color: var(--ar-indigo); padding: 5px 14px; border-radius: 3px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 14px; } .ar-cognitive .ar-ingredient-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: var(--ar-indigo); margin: 0 0 6px; font-weight: 600; line-height: 1.2; } .ar-cognitive .ar-ingredient-card .ar-sci { font-style: italic; font-size: 13px; color: var(--ar-muted); margin: 0 0 12px; } .ar-cognitive .ar-ingredient-card p { font-size: 14px; line-height: 1.65; margin: 0; } /* Who is this for */ .ar-cognitive .ar-who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 900px; margin: 0 auto; } @media (max-width: 700px) { .ar-cognitive .ar-who-grid { grid-template-columns: 1fr; } } .ar-cognitive .ar-who-card { background: var(--ar-cream-light); padding: 22px 24px; border-radius: 4px; border-left: 2px solid var(--ar-gold); display: flex; gap: 14px; align-items: flex-start; } .ar-cognitive .ar-who-card svg { width: 24px; height: 24px; flex-shrink: 0; color: var(--ar-gold); margin-top: 3px; } .ar-cognitive .ar-who-card strong { display: block; color: var(--ar-indigo); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; font-weight: 600; margin-bottom: 3px; } .ar-cognitive .ar-who-card span { font-size: 13px; line-height: 1.5; color: var(--ar-charcoal); } /* Supplement facts panel */ .ar-cognitive .ar-sf-wrap { max-width: 520px; margin: 0 auto; background: var(--ar-white); padding: 30px; border-radius: 6px; box-shadow: 0 4px 16px rgba(43,45,91,0.08); text-align: center; } .ar-cognitive .ar-sf-wrap img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .ar-cognitive .ar-sf-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ar-muted); margin-top: 14px; } /* Trust block */ .ar-cognitive .ar-trust-block { max-width: 860px; margin: 0 auto; background: var(--ar-white); padding: 36px 40px; border-radius: 6px; border: 1px solid var(--ar-border); display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; } @media (max-width: 800px) { .ar-cognitive .ar-trust-block { grid-template-columns: 1fr; text-align: center; gap: 18px; } } .ar-cognitive .ar-trust-icon { width: 60px; height: 60px; background: var(--ar-cream-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; justify-self: center; } .ar-cognitive .ar-trust-icon svg { width: 30px; height: 30px; color: var(--ar-indigo); } .ar-cognitive .ar-trust-body h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: var(--ar-indigo); margin: 0 0 8px; font-weight: 600; } .ar-cognitive .ar-trust-body p { font-size: 14px; line-height: 1.6; margin: 0 0 10px; } .ar-cognitive .ar-trust-line { font-size: 12px; color: var(--ar-gold); font-weight: 600; letter-spacing: 0.02em; } .ar-cognitive .ar-trust-line strong { color: var(--ar-indigo); font-weight: 600; } .ar-cognitive .ar-coa-btn { display: inline-block; background: var(--ar-white); color: var(--ar-indigo); border: 2px solid var(--ar-indigo); padding: 12px 22px; text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; border-radius: 3px; white-space: nowrap; transition: all 0.2s; } .ar-cognitive .ar-coa-btn:hover { background: var(--ar-indigo); color: var(--ar-cream); } /* Cert badges */ .ar-cognitive .ar-cert-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 50px; max-width: 900px; margin: 40px auto 0; } .ar-cognitive .ar-cert { text-align: center; } .ar-cognitive .ar-cert-circle { width: 54px; height: 54px; border: 1.5px solid var(--ar-indigo); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; } .ar-cognitive .ar-cert-circle svg { width: 26px; height: 26px; color: var(--ar-indigo); } .ar-cognitive .ar-cert-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ar-indigo); font-weight: 600; } /* Build Your Stack */ .ar-cognitive .ar-stack-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; max-width: 1100px; margin: 0 auto; } @media (max-width: 1000px) { .ar-cognitive .ar-stack-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 600px) { .ar-cognitive .ar-stack-grid { grid-template-columns: 1fr; } } .ar-cognitive .ar-stack-card { background: var(--ar-cream-light); padding: 18px 16px 20px; border-radius: 5px; text-decoration: none; color: inherit; transition: transform 0.2s, box-shadow 0.2s; display: block; position: relative; } .ar-cognitive .ar-stack-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(43,45,91,0.12); } .ar-cognitive .ar-stack-card.soon { opacity: 0.85; cursor: default; } .ar-cognitive .ar-stack-card.soon:hover { transform: none; box-shadow: none; } .ar-cognitive .ar-soon-badge { position: absolute; top: 10px; left: 10px; background: var(--ar-indigo); color: var(--ar-gold); padding: 4px 10px; border-radius: 3px; font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; } .ar-cognitive .ar-stack-img { background: var(--ar-white); border-radius: 4px; padding: 14px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; height: 110px; } .ar-cognitive .ar-stack-img img { max-width: 100%; max-height: 100%; object-fit: contain; } .ar-cognitive .ar-stack-card .ar-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ar-gold); font-weight: 600; margin-bottom: 4px; } .ar-cognitive .ar-stack-card h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 19px; color: var(--ar-indigo); margin: 0 0 8px; font-weight: 600; line-height: 1.15; } .ar-cognitive .ar-stack-card p { font-size: 12px; line-height: 1.5; color: var(--ar-charcoal); margin: 0 0 10px; } .ar-cognitive .ar-stack-card .ar-price-small { font-size: 13px; color: var(--ar-indigo); font-weight: 600; } /* Differentiator */ .ar-cognitive .ar-diff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; } @media (max-width: 700px) { .ar-cognitive .ar-diff-grid { grid-template-columns: 1fr; } } .ar-cognitive .ar-diff-card { background: var(--ar-white); border: 1px solid var(--ar-border); padding: 26px 28px; border-radius: 4px; } .ar-cognitive .ar-diff-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; color: var(--ar-indigo); margin: 0 0 10px; font-weight: 600; } .ar-cognitive .ar-diff-card p { font-size: 14px; line-height: 1.65; margin: 0; } /* Rituals banner */ .ar-cognitive .ar-ritual-inner { text-align: center; position: relative; } .ar-cognitive .ar-ritual-btn { display: inline-block; background: var(--ar-gold); color: var(--ar-indigo); padding: 16px 36px; text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; border-radius: 3px; margin-top: 20px; transition: all 0.2s; } .ar-cognitive .ar-ritual-btn:hover { background: var(--ar-cream); } .ar-cognitive .ar-ritual-tiers { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 24px; font-size: 13px; color: rgba(245,240,232,0.9); } .ar-cognitive .ar-ritual-tiers strong { color: var(--ar-gold); font-weight: 600; } /* Disclaimer */ .ar-cognitive .ar-disclaimer { max-width: 720px; margin: 40px auto 0; padding: 24px 20px 0; border-top: 1px solid var(--ar-border); text-align: center; font-size: 11px; color: var(--ar-muted); line-height: 1.6; } .ar-cognitive .ar-disclaimer strong { color: var(--ar-charcoal); } .ar-cognitive .ar-disclaimer p { margin: 0 0 6px; } Precision nootropics for the moments that actually matter. A research-backed stack of focus-enhancing compounds, including Alpha GPC, L-Theanine, Bacopa, and Huperzine A — built for sustained cognitive performance under real demand.* Your brain has a ceiling. Most days you don’t notice it. Then comes the briefing that matters, the deadline that won’t move, the decision that can’t wait — and suddenly you need every bit of focus and recall you’re capable of. Cognitive Support is built for those moments. It combines foundational B-vitamins with a targeted nootropic matrix featuring some of the most well-researched compounds in cognitive science, delivered in a single daily capsule.* Alpha GPC · L-Theanine · Bacopa · Huperzine A B-vitamin foundation (Niacin, B6) 30 capsules · one-capsule dose Veteran-owned · Made in USA How It Works Six ways precision nootropics support neurowellness. Focus isn’t one thing. It’s neurotransmitter balance, membrane health, cerebral circulation, and stress modulation working together. This formula targets each.* The complete guide to neurowellness supplements → Focus & Attention* Alpha GPC is a choline source that supports acetylcholine production — the neurotransmitter most directly involved in attention and learning. Research suggests it supports sustained focus during demanding cognitive work.* Calm Alertness* L-Theanine is an amino acid from green tea that supports alpha brain wave activity — the state associated with relaxed, open attention. It complements stimulating compounds by smoothing out the edge.* Memory & Recall* Bacopa monnieri has been used in Ayurveda for centuries and is supported by modern research for its role in memory formation and recall. Unlike stimulants, its effects build over time with consistent use.* Cell Membrane Health* Phosphatidylserine is a phospholipid that’s a structural component of brain cell membranes. Research supports its role in cognitive function and memory, particularly under mental fatigue.* Energy & Neurotransmitter Support* L-Tyrosine is a precursor to dopamine and norepinephrine — neurotransmitters involved in motivation and focus. Caffeine provides acute alertness support. B-vitamins fuel the conversion pathways.* Cholinergic Support* Huperzine A is derived from Chinese club moss and is among the most-researched compounds for acetylcholine support. It works synergistically with Alpha GPC’s choline supply.* What’s Inside A researched nootropic matrix. Two standalone B-vitamins plus a targeted 255 mg proprietary blend of seven nootropic compounds. The ingredients are listed below in descending order of predominance on the label. 8 mg NE · 50% DV Niacin (as Niacinamide) Vitamin B3 Niacin in its amide form (niacinamide) is a precursor to NAD+ — the same coenzyme that powers mitochondrial energy production in every cell. B3 deficiency is associated with cognitive decline, and adequate levels support the energy metabolism the brain depends on.* 5 mg · 290% DV Vitamin B6 Pyridoxine Hydrochloride B6 is a cofactor in the synthesis of several key neurotransmitters including dopamine, serotonin, and GABA. Without adequate B6, your brain can’t build the chemical messengers it needs. The 290% daily value ensures optimal availability.* 255 mg blend Nootropic Matrix GABA, L-Tyrosine, Caffeine, Bacopa, Phosphatidylserine, Alpha GPC, L-Theanine, Huperzine A Seven cognitive-performance compounds in a standardized 255 mg blend. Each ingredient is included for a specific mechanism — GABA for calm, L-Tyrosine for dopamine synthesis, Bacopa for memory, Alpha GPC for acetylcholine, L-Theanine for focused calm, and Huperzine A for cholinergic support.* Supplement Facts The full formula. Complete ingredient list with all individual compounds identified in the proprietary blend. 30 capsules · 30-day supply Who Is This For Built for peak-performance windows. Knowledge workersDevelopers, analysts, strategists, writers — anyone whose day is built around sustained cognitive output Operators & veteransPeople who need reliable focus during briefings, mission planning, and high-stakes decision windows Students & learnersThose building new skills, preparing for exams, or doing deep learning work CaveatContains caffeine. Not recommended for those sensitive to stimulants or taking it close to bedtime What Makes It Different Targeted nootropics. Honest formulation. Research-backed compounds only. Every ingredient in this formula has human research supporting its cognitive effects. No filler compounds added for marketing, no exotic ingredients with thin evidence. Just the nootropics that have earned their place.* Standardized active ingredients. Phosphatidylserine 20% from sunflower (non-soy). Alpha GPC as alpha-glycerylphosphorylcholine. Huperzine A 1% from Huperzia serrata. The extracts and standardization percentages are what actually determine whether these compounds work.* A note on the proprietary blend. This formula does contain a proprietary blend. Every individual compound is disclosed on the label, in order of predominance, with the total blend weight of 255 mg. We believe full transparency matters, and we’re working with our manufacturer toward fully disclosed doses in future formulations.* One capsule, whole stack. Most nootropic formulas require 3-6 capsules daily. This one delivers the full cognitive matrix in a single capsule — meaning easier compliance and fewer excipients for the same nootropic profile.* Third-Party Tested for Purity & Potency Every batch is tested by independent labs for heavy metals, microbial contaminants, and label accuracy. Our most recent test verified B-vitamin content and confirmed heavy metals well within safety limits. Most recent test: February 6, 2026 · Lot 0020-5060168 · All analytes in-spec Download COA → Non-GMO A Gluten-Free Vegan Allergen-Free Made in USA Third-Party Tested Build Your Stack How Cognitive Support pairs with every other formula. Nootropics sharpen the tools. Build the foundation they run on. + NAD+ NAD+ Cognitive Support delivers the nootropic precision. NAD+ provides the cellular energy infrastructure those compounds run on. Focus plus foundation equals sustained peak performance.* $67.99 + CREATINE Creatine Monohydrate Cognitive Support works on neurotransmitters. Creatine works on ATP reserves — including in brain cells under mental fatigue. Mental sharpness plus energy capacity.* $24.99 + MUSHROOM Mushroom Complex 10X Cognitive Support for acute focus. Lion’s Mane for long-term nerve health and cognitive resilience. Precision nootropics plus foundational brain support.* $37.99 + AYURVEDIC Ayurvedic Complex Cognitive Support is targeted. Ayurvedic Complex is foundational. The combination: ancient whole-herb resilience as the base, modern nootropics as the edge when you need peak output.* $37.99 + MAGNESIUM Magnesium Glycinate Cognitive Support by day. Magnesium Glycinate for calm and restful sleep by night. A complete focus-to-rest cycle.* $34.99 Your Ritual Awaits Turn this into a daily ritual Save 15% every month when you subscribe to a Ritual. Choose from Root, Align, or Ascend — each designed to fit your neurowellness goals. Cancel or skip anytime. Explore Rituals → Root Ritual · $34.99/mo Align Ritual · $59.98/mo Ascend Ritual · $109.95/mo *These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Consult your healthcare provider before use if you are pregnant, nursing, taking medication, or have a medical condition. Keep out of reach of children. Do not exceed recommended dose. Individual results may vary.
More you might like
Related
Cognitive Support: Premium Nootropics for Focus
Related
Cognitive Support Nootropic for Focus & Mental Clarity
Related
Focus Nootropic Blend, 30 servings – Cognitive Support for M
Related