/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 1404:0 Unexpected "<"

**/
<style>
/* ═══════════════════════════════════════════════════════════════ */
/* ADHDKIT GLOBAL STYLESHEET v6.2 - LEXEND + ADHD TYPE SCALE     */
/* Unified: Legacy sections + New self-contained sections         */
/* Accessibility: WCAG AA compliant text on all backgrounds       */
/* Font: Lexend (ADHD-optimized by Dr. Bonnie Shaver-Troup)      */
/*                                                                 */
/* BRAND COLORS:                                                   */
/*   Soft Beige:  #F5F1E8    Sage Green:  #7CB799                 */
/*   Calm Blue:   #4A90E2    Soft Black:  #2D3436                 */
/*   Gold:        #F4D06F    Orange CTA:  #FF8C42                 */
/*   Muted Rose:  #D4A0A0                                         */
/*                                                                 */
/* COLOR ROLES:                                                    */
/*   Orange (#FF8C42)  → CTA buttons ONLY                         */
/*   Sage (#7CB799)    → Decorative: borders, icons, badges       */
/*   Sage Dark (#5A9A7B) → Text on beige backgrounds              */
/*   Blue (#4A90E2)    → Decorative: borders, icons, stats        */
/*   Blue Dark (#2E73C5) → Text on beige backgrounds              */
/*   Gold (#F4D06F)    → Guarantee, stars, bonus highlights       */
/*   Rose (#D4A0A0)    → Pain/negative accents                    */
/*   Beige (#F5F1E8)   → Backgrounds                              */
/*   Black (#2D3436)   → All body text                            */
/*                                                                 */
/* FONT WEIGHTS (Lexend — no 900, no 800):                        */
/*   400 Regular  → Body text                                     */
/*   500 Medium   → Emphasis, quotes                              */
/*   600 SemiBold → Subheadings, labels, badges, h3/h4            */
/*   700 Bold     → Headings (h1/h2), CTAs (max weight)           */
/*                                                                 */
/* ACCESSIBILITY:                                                  */
/*   #2D3436 on #F5F1E8 = 10.4:1 (AAA) ✅                        */
/*   #2D3436 on #FFFFFF = 12.6:1 (AAA) ✅                        */
/*   #5A9A7B on #F5F1E8 = 3.8:1  (AA large) ✅                  */
/*   #2E73C5 on #F5F1E8 = 4.6:1  (AA) ✅                        */
/*   #7CB799 on #FFFFFF = 3.2:1  (AA large) ✅                   */
/*   #4A90E2 on #FFFFFF = 3.4:1  (AA large) ✅                   */
/*   #FF8C42 + white    = 2.9:1  (large bold CTA) ✅             */
/*   #2D3436 at 60% on #F5F1E8 = 6.1:1 (AA) ✅                  */
/*                                                                 */
/* v6.2 CHANGES:                                                   */
/*   [R1] Heading margins: 2.5rem top / 1.2rem bottom             */
/*        + tighter inside cards (1rem / 0.8rem)                   */
/*        + letter-spacing: 0 on headings                          */
/*   [R2] Font weight hierarchy: h1/h2=700, h3/h4=600             */
/*   [R3] List spacing: ul/ol margins + li bottom margin           */
/*   [R4] First-child margin reset for sections & cards            */
/* ═══════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════ */
/* 0. LEXEND FONT FAMILY (ADHD-Optimized)  */
/* Self-hosted on Shopify CDN              */
/* ═══════════════════════════════════════ */

@font-face {
  font-family: 'Lexend';
  src: url('/cdn/shop/files/Lexend-Regular.ttf?v=1770891434') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('/cdn/shop/files/Lexend-Medium.ttf?v=1770891434') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('/cdn/shop/files/Lexend-SemiBold.ttf?v=1770891434') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('/cdn/shop/files/Lexend-Bold.ttf?v=1770891434') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ═══════════════════════════════════════ */
/* 1. RESET & BASE                         */
/* ═══════════════════════════════════════ */

.adhdkit-section {
  font-family: 'Lexend', Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #2D3436;
  padding: 40px 0;
  box-sizing: border-box;
}

.adhdkit-section *,
.adhdkit-section *::before,
.adhdkit-section *::after {
  box-sizing: border-box;
}

.adhdkit-section + .adhdkit-section {
  margin-top: 40px;
}

.shopify-section .adhdkit-section {
  margin-top: 0;
}


/* ═══════════════════════════════════════ */
/* 2. TYPOGRAPHY (Lexend ADHD Scale)       */
/* No 900/800 weights — max 700            */
/* No negative letter-spacing — Lexend     */
/* handles optimal spacing natively        */
/*                                         */
/* [R1] Heading margins: 2.5rem/1.2rem     */
/*      + letter-spacing: 0                */
/* [R2] h3/h4 weight: 600 for hierarchy    */
/* ═══════════════════════════════════════ */

.adhd-h1 {
  font-size: 32px;
  font-weight: 700;
  color: #2D3436;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 2.5rem 0 1.2rem 0;
}

.adhd-h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2D3436;
  text-align: center;
  letter-spacing: 0;
  margin: 2.5rem 0 1.2rem 0;
}

.adhd-h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2D3436;
  letter-spacing: 0;
  margin: 2.5rem 0 1.2rem 0;
}

.adhd-h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2D3436;
  letter-spacing: 0;
  margin: 2.5rem 0 1.2rem 0;
}

/* [R1] Tighter heading margins inside cards */
.adhd-card .adhd-h3,
.adhd-card .adhd-h4 {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.adhd-body {
  font-size: 16px;
  line-height: 1.6;
  color: #2D3436;
  margin: 0 0 16px 0;
}

.adhd-small {
  font-size: 14px;
  color: #2D3436;
  opacity: 0.8;
}

.adhd-tiny {
  font-size: 13px;
  color: #2D3436;
  opacity: 0.7;
}

/* Accessible accent text — use on WHITE backgrounds only */
.adhd-text-green {
  color: #7CB799;
}

.adhd-text-blue {
  color: #4A90E2;
}

/* Accessible accent text — use on BEIGE backgrounds */
.adhd-text-green-on-beige {
  color: #5A9A7B;
}

.adhd-text-blue-on-beige {
  color: #2E73C5;
}

/* Mobile typography */
@media (max-width: 749px) {
  .adhd-h1 { font-size: 26px; }
  .adhd-h2 { font-size: 20px; }
  .adhd-h3 { font-size: 16px; }
  .adhd-h4 { font-size: 15px; }
}

/* [R4] First-child margin reset — prevents awkward top spacing */
.adhdkit-section > :first-child,
.adhd-card > :first-child {
  margin-top: 0;
}


/* ═══════════════════════════════════════ */
/* 3. BUTTONS — ORANGE CTA ONLY           */
/* ═══════════════════════════════════════ */

.adhd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #FF8C42;
  color: #FFFFFF;
  font-family: 'Lexend', Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  box-shadow: 0 6px 20px rgba(255, 140, 66, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  text-align: center;
}

.adhd-btn,
.adhd-btn:visited,
.adhd-btn:active {
  color: #FFFFFF;
  text-decoration: none;
}

.adhd-btn:hover {
  background: #FF7A28;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 140, 66, 0.45);
  text-decoration: none;
}

.adhd-btn:active {
  transform: translateY(-1px);
}

.adhd-btn-large {
  font-size: 20px;
  padding: 20px 40px;
}

.adhd-btn-small {
  font-size: 16px;
  padding: 14px 28px;
}

.adhd-btn-compact {
  font-size: 15px;
  padding: 12px 24px;
}

.adhd-btn-full {
  width: 100%;
  justify-content: center;
}

.adhd-btn-icon {
  font-size: 24px;
  line-height: 1;
}

.adhd-btn-arrow {
  font-size: 22px;
  transition: transform 0.2s ease;
}

.adhd-btn:hover .adhd-btn-arrow {
  transform: translateX(4px);
}

/* Secondary button */
.adhd-btn-secondary {
  background: transparent;
  color: #4A90E2;
  border: 2px solid #4A90E2;
  box-shadow: none;
}

.adhd-btn-secondary:hover {
  background: #4A90E2;
  color: #FFFFFF;
  border-color: #4A90E2;
  box-shadow: 0 4px 14px rgba(74, 144, 226, 0.3);
}

.adhd-btn-secondary,
.adhd-btn-secondary:visited {
  color: #4A90E2;
}

.adhd-btn-secondary:hover {
  color: #FFFFFF;
}

.adhd-btn:focus-visible {
  outline: 3px solid #FF8C42;
  outline-offset: 3px;
}

@media (max-width: 749px) {
  .adhd-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 16px 24px;
  }

  .adhd-btn-large {
    font-size: 17px;
    padding: 16px 28px;
  }
}


/* ═══════════════════════════════════════ */
/* Section 4 DELETED — Hero Button         */
/* Overrides removed. Use .adhd-btn        */
/* directly on hero buttons instead.       */
/* ═══════════════════════════════════════ */


/* ═══════════════════════════════════════ */
/* 5. LINKS                                */
/* ═══════════════════════════════════════ */

.adhd-link {
  color: #2E73C5;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.adhd-link:hover {
  color: #1A5A9E;
}

.adhd-link:focus-visible {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
  border-radius: 2px;
}


/* ═══════════════════════════════════════ */
/* 6. BADGES                               */
/* ═══════════════════════════════════════ */

.adhd-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 2px solid;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.adhd-badge-social { border-color: #7CB799; }
.adhd-badge-value { border-color: #F4D06F; }
.adhd-badge-urgency { border-color: #FF8C42; }
.adhd-badge-icon { font-size: 18px; }

.adhd-template-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  color: #FFFFFF;
}

.adhd-badge-notion { background: #000000; }
.adhd-badge-canva { background: #00C4CC; }

.adhd-compat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.04);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #2D3436;
  margin-right: 8px;
}

.adhd-compat-icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 749px) {
  .adhd-badge {
    font-size: 13px;
    padding: 6px 12px;
  }
}


/* ═══════════════════════════════════════ */
/* 7. ACCORDIONS                           */
/* ═══════════════════════════════════════ */

.adhd-accordion {
  border-top: 1px solid #E8E8E1;
  border-bottom: 1px solid #E8E8E1;
  padding: 15px 0;
  cursor: pointer;
}

.adhd-accordion-summary {
  list-style: none;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2D3436;
  padding: 5px 0;
}

.adhd-accordion-summary::-webkit-details-marker { display: none; }
.adhd-accordion-summary::marker { display: none; content: ""; }

.adhd-accordion-summary::after {
  content: "+";
  font-size: 20px;
  font-weight: normal;
  color: #2E73C5;
}

.adhd-accordion[open] .adhd-accordion-summary::after {
  content: "−";
}

.adhd-accordion-content {
  margin-top: 15px;
  padding: 20px;
  border-radius: 12px;
}

.adhd-accordion-summary:focus { outline: none; }

.adhd-accordion-summary:focus-visible {
  outline: 2px solid #4A90E2;
  outline-offset: 2px;
}

/* Accordion color variants — accessible on beige */
.adhd-accordion-beige {
  background: #F5F1E8;
  border-left: 4px solid #E8E8E1;
}

.adhd-accordion-green {
  background: #EDF5F0;
  border-left: 4px solid #7CB799;
}

.adhd-accordion-blue {
  background: #EEF3FA;
  border-left: 4px solid #4A90E2;
}

.adhd-accordion-yellow {
  background: #FFFDF5;
  border-left: 4px solid #F4D06F;
}

.adhd-accordion-orange {
  background: #FFF8F3;
  border-left: 4px solid #FF8C42;
}


/* ═══════════════════════════════════════ */
/* 8. CARDS — SAGE GREEN HOVER             */
/* ═══════════════════════════════════════ */

.adhd-card {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #E8E8E1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.adhd-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(124, 183, 153, 0.15);
  border-color: #7CB799;
}

.adhd-card-no-hover {
  cursor: default;
}

.adhd-card-no-hover:hover {
  transform: none;
  box-shadow: none;
  border-color: #E8E8E1;
}

/* Card variants — text inside uses accessible colors */
.adhd-card-green {
  border-color: #7CB799;
  background: linear-gradient(135deg, #EDF5F0 0%, #F5F1E8 100%);
}

.adhd-card-yellow {
  border-color: #F4D06F;
  background: linear-gradient(135deg, #FFFDF5 0%, #FFFFFF 100%);
}

.adhd-card-blue {
  border-color: #4A90E2;
  background: linear-gradient(135deg, #EEF3FA 0%, #FFFFFF 100%);
}

.adhd-card-orange {
  border-color: #FF8C42;
  background: linear-gradient(135deg, #FFF8F3 0%, #FFFFFF 100%);
}

.adhd-card-orange:hover {
  border-color: #FF8C42;
  box-shadow: 0 4px 14px rgba(255, 140, 66, 0.15);
}


/* ═══════════════════════════════════════ */
/* 9. GRIDS                                */
/* ═══════════════════════════════════════ */

.adhd-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.adhd-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.adhd-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.adhd-grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.adhd-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.adhd-stat-item {
  text-align: center;
  padding: 16px 12px;
}

.adhd-stat-number {
  font-size: 30px;
  font-weight: 700;
  color: #FF8C42;
  line-height: 1;
  margin-bottom: 6px;
}

.adhd-stat-label {
  font-size: 13px;
  color: #2D3436;
  opacity: 0.65;
  font-weight: 600;
}

@media (max-width: 749px) {
  .adhd-grid-2,
  .adhd-grid-3,
  .adhd-grid-gallery {
    grid-template-columns: 1fr;
  }

  .adhd-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .adhd-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .adhd-stat-number { font-size: 24px; }
  .adhd-stat-label { font-size: 11px; }
}


/* ═══════════════════════════════════════ */
/* 10. COMPARISON TABLE                    */
/* ═══════════════════════════════════════ */

.adhd-compare-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.adhd-compare-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.adhd-compare-good {
  background: linear-gradient(135deg, #EDF5F0 0%, #F5F1E8 100%);
  border-left: 4px solid #7CB799;
  padding: 12px 14px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #2D3436;
}

.adhd-compare-bad {
  background: linear-gradient(135deg, #FFF5F5 0%, #FFEFEF 100%);
  border-left: 4px solid #D4A0A0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #2D3436;
  opacity: 0.85;
}


/* ═══════════════════════════════════════ */
/* 11. TESTIMONIALS (Legacy)               */
/* ═══════════════════════════════════════ */

.adhd-testimonial {
  background: #FFFFFF;
  padding: 20px 24px;
  border-radius: 10px;
  border-left: 4px solid #7CB799;
}

.adhd-testimonial-quote {
  font-size: 15px;
  line-height: 1.6;
  color: #2D3436;
  margin: 0 0 10px 0;
  font-style: italic;
}

.adhd-testimonial-author {
  font-size: 13px;
  color: #2D3436;
  font-weight: 700;
  margin: 0;
  opacity: 0.75;
}

.adhd-testimonial-mini {
  background: #FFFFFF;
  padding: 14px 16px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(124, 183, 153, 0.2);
}

.adhd-testimonial-mini-text {
  font-size: 14px;
  font-weight: 700;
  color: #2D3436;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.adhd-testimonial-mini-author {
  font-size: 12px;
  color: #2D3436;
  opacity: 0.65;
  margin: 0;
  font-weight: 600;
}


/* ═══════════════════════════════════════ */
/* 12. STARS & RATINGS                     */
/* ═══════════════════════════════════════ */

.adhd-stars {
  font-size: 28px;
  color: #F4D06F;
  letter-spacing: 4px;
  display: inline-block;
}

.adhd-rating-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.adhd-rating-text {
  font-size: 15px;
  color: #2D3436;
  font-weight: 600;
  margin: 8px 0 0 0;
}

/* Green on white card = accessible */
.adhd-rating-text strong {
  color: #7CB799;
  font-weight: 700;
}


/* ═══════════════════════════════════════ */
/* 13. TRUST SIGNALS                       */
/* ═══════════════════════════════════════ */

.adhd-trust-text {
  font-size: 13px;
  color: #2D3436;
  font-weight: 600;
  opacity: 0.75;
  text-align: center;
}

.adhd-trust-footer {
  text-align: center;
  padding: 18px 20px;
  background: #F5F1E8;
  border-radius: 10px;
  margin-bottom: 24px;
}


/* ═══════════════════════════════════════ */
/* 14. SECTION CONTAINERS                  */
/* ═══════════════════════════════════════ */

.adhd-section-hero {
  text-align: center;
  padding: 32px 20px;
  background: linear-gradient(135deg, #FFFDF5 0%, #FFF9E6 100%);
  border: 3px solid #F4D06F;
  border-radius: 16px;
  margin-bottom: 24px;
}

.adhd-section-proof {
  background: #F5F1E8;
  padding: 28px 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.adhd-section-white {
  background: #FFFFFF;
  padding: 32px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  border: 2px solid #F5F1E8;
}

.adhd-section-guarantee {
  background: linear-gradient(135deg, #EDF5F0 0%, #F5F1E8 100%);
  border: 3px solid #7CB799;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 24px;
  text-align: center;
}

.adhd-section-cta {
  text-align: center;
  padding: 28px 24px;
  background: linear-gradient(135deg, #FFF8F3 0%, #FFF0E6 100%);
  border: 3px solid #FF8C42;
  border-radius: 12px;
  margin-bottom: 24px;
}

@media (max-width: 749px) {
  .adhd-section-hero,
  .adhd-section-proof,
  .adhd-section-white,
  .adhd-section-guarantee,
  .adhd-section-cta {
    padding: 24px 16px;
  }
}


/* ═══════════════════════════════════════ */
/* 15. WIDTH CONSTRAINTS                   */
/* All content capped at 700px             */
/* ═══════════════════════════════════════ */

.adhd-max-900 { max-width: 700px; margin-left: auto; margin-right: auto; }
.adhd-max-800 { max-width: 700px; margin-left: auto; margin-right: auto; }
.adhd-max-700 { max-width: 700px; margin-left: auto; margin-right: auto; }
.adhd-max-600 { max-width: 700px; margin-left: auto; margin-right: auto; }


/* ═══════════════════════════════════════ */
/* 16. FAQ                                 */
/* ═══════════════════════════════════════ */

.adhd-faq-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.adhd-faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.adhd-faq-question {
  font-weight: 700;
  color: #2E73C5;
  margin-bottom: 8px;
  display: block;
  font-size: 15px;
  line-height: 1.4;
}

.adhd-faq-answer {
  font-size: 14px;
  color: #2D3436;
  line-height: 1.6;
  margin: 0;
  opacity: 0.8;
}


/* ═══════════════════════════════════════ */
/* 17. LISTS                               */
/* [R3] Added ul/ol margins + li spacing   */
/* ═══════════════════════════════════════ */

.adhd-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.adhd-list li {
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.adhd-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #5A9A7B;
  font-weight: 700;
}

.adhd-list-check li::before {
  content: "✓";
  color: #5A9A7B;
}

/* [R3] Generic list spacing for non-.adhd-list lists */
.adhdkit-section ul:not(.adhd-list),
.adhdkit-section ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.adhdkit-section ul:not(.adhd-list) li,
.adhdkit-section ol li {
  margin-bottom: 0.5rem;
}


/* ═══════════════════════════════════════ */
/* 18. TEMPLATE GALLERY CARDS              */
/* ═══════════════════════════════════════ */

.adhd-template-card {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #E8E8E1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.adhd-template-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(124, 183, 153, 0.15);
  border-color: #7CB799;
}

.adhd-template-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #F5F1E8;
  display: block;
}

.adhd-template-card-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.adhd-template-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #2D3436;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.adhd-template-card-desc {
  font-size: 13px;
  color: #2D3436;
  line-height: 1.4;
  margin: 0 0 10px 0;
  opacity: 0.75;
  min-height: 42px;
  flex: 1;
}


/* ═══════════════════════════════════════ */
/* 19. SYSTEM CARDS                        */
/* ═══════════════════════════════════════ */

.adhd-system-card {
  background: #FFFFFF;
  padding: 18px 14px;
  border-radius: 10px;
  text-align: center;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.adhd-system-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(124, 183, 153, 0.15);
  border-color: #7CB799;
}

.adhd-system-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.adhd-system-title {
  font-size: 16px;
  font-weight: 700;
  color: #2D3436;
  margin: 0 0 6px 0;
}

/* Blue on white card = accessible */
.adhd-system-count {
  font-size: 13px;
  color: #4A90E2;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.adhd-system-benefit {
  font-size: 13px;
  color: #2D3436;
  font-weight: 600;
  margin: 0;
  opacity: 0.75;
  font-style: italic;
}


/* ═══════════════════════════════════════ */
/* 20. HIGHLIGHT BOX                       */
/* ═══════════════════════════════════════ */

.adhd-highlight-box {
  background: rgba(124, 183, 153, 0.08);
  border: 2px solid #7CB799;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 20px 0;
}

.adhd-highlight-text {
  font-size: 14px;
  color: #2D3436;
  line-height: 1.5;
  margin: 0;
}


/* ═══════════════════════════════════════ */
/* 21. STICKY ADD-TO-CART (MOBILE)         */
/* ═══════════════════════════════════════ */

.adhd-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-top: 3px solid #FF8C42;
  padding: 12px 16px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  display: none;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.adhd-sticky-bar.adhd-sticky-visible {
  transform: translateY(0);
}

@media (max-width: 749px) {
  .adhd-sticky-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
}

.adhd-sticky-price {
  font-size: 18px;
  font-weight: 700;
  color: #2D3436;
}

.adhd-sticky-btn {
  flex: 1;
  max-width: 200px;
  padding: 14px 24px;
  font-size: 16px;
}


/* ═══════════════════════════════════════ */
/* 22. CTA SUBTEXT — UNIVERSAL             */
/* Accessible on ALL backgrounds           */
/* ═══════════════════════════════════════ */

.adhd-cta-sub,
.pain-cta-sub,
.value-cta-sub,
.how-cta-sub,
.included-cta-sub,
.conversion-cta-sub {
  font-size: 12px;
  font-weight: 600;
  color: #2D3436;
  opacity: 0.6;
}


/* ═══════════════════════════════════════ */
/* 23. UNIVERSAL CONTENT WIDTH — 700px     */
/* Applied to ALL ADHDkit sections          */
/* ═══════════════════════════════════════ */

/* New self-contained sections */
.adhd-pain-wrapper .adhd-pain-section,
.adhd-testimonials-wrapper .adhd-testimonials-section,
.adhd-value-wrapper .adhd-value-breakdown,
.adhd-how-wrapper .adhd-how-it-works,
.adhd-included-wrapper .adhd-whats-included,
.adhd-conversion-wrapper .adhd-conversion {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


/* ═══════════════════════════════════════ */
/* 24. SCOPE GUARD — NEW SECTIONS          */
/* Prevents global styles from bleeding    */
/* ═══════════════════════════════════════ */

/* Reset cards */
.adhd-testimonials-wrapper .adhd-card,
.adhd-value-wrapper .adhd-card,
.adhd-how-wrapper .adhd-card,
.adhd-included-wrapper .adhd-card,
.adhd-conversion-wrapper .adhd-card,
.adhd-pain-wrapper .adhd-card {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  transition: none;
}

.adhd-testimonials-wrapper .adhd-card:hover,
.adhd-value-wrapper .adhd-card:hover,
.adhd-how-wrapper .adhd-card:hover,
.adhd-included-wrapper .adhd-card:hover,
.adhd-conversion-wrapper .adhd-card:hover,
.adhd-pain-wrapper .adhd-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

/* Reset lists */
.adhd-testimonials-wrapper .adhd-list li,
.adhd-value-wrapper .adhd-list li,
.adhd-how-wrapper .adhd-list li,
.adhd-included-wrapper .adhd-list li,
.adhd-conversion-wrapper .adhd-list li,
.adhd-pain-wrapper .adhd-list li {
  padding-left: 0;
}

.adhd-testimonials-wrapper .adhd-list li::before,
.adhd-value-wrapper .adhd-list li::before,
.adhd-how-wrapper .adhd-list li::before,
.adhd-included-wrapper .adhd-list li::before,
.adhd-conversion-wrapper .adhd-list li::before,
.adhd-pain-wrapper .adhd-list li::before {
  display: none;
  content: none;
}

/* Reset buttons */
.adhd-testimonials-wrapper .adhd-btn,
.adhd-value-wrapper .adhd-btn,
.adhd-how-wrapper .adhd-btn,
.adhd-included-wrapper .adhd-btn,
.adhd-conversion-wrapper .adhd-btn,
.adhd-pain-wrapper .adhd-btn {
  box-shadow: none;
  padding: 0;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  width: auto;
}

/* Reset accordions */
.adhd-testimonials-wrapper .adhd-accordion,
.adhd-included-wrapper .adhd-accordion,
.adhd-conversion-wrapper .adhd-accordion {
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.adhd-testimonials-wrapper .adhd-accordion-summary,
.adhd-included-wrapper .adhd-accordion-summary,
.adhd-conversion-wrapper .adhd-accordion-summary {
  font-size: inherit;
  padding: 0;
}

.adhd-testimonials-wrapper .adhd-accordion-summary::after,
.adhd-included-wrapper .adhd-accordion-summary::after,
.adhd-conversion-wrapper .adhd-accordion-summary::after {
  display: none;
  content: none;
}

.adhd-testimonials-wrapper .adhd-accordion-content,
.adhd-included-wrapper .adhd-accordion-content,
.adhd-conversion-wrapper .adhd-accordion-content {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border-left: none;
}

/* Reset section spacing */
.adhd-testimonials-wrapper.adhdkit-section,
.adhd-value-wrapper.adhdkit-section,
.adhd-how-wrapper.adhdkit-section,
.adhd-included-wrapper.adhdkit-section,
.adhd-conversion-wrapper.adhdkit-section,
.adhd-pain-wrapper.adhdkit-section {
  padding: 0;
}

.adhd-testimonials-wrapper + .adhdkit-section,
.adhdkit-section + .adhd-testimonials-wrapper,
.adhd-value-wrapper + .adhdkit-section,
.adhdkit-section + .adhd-value-wrapper,
.adhd-how-wrapper + .adhdkit-section,
.adhdkit-section + .adhd-how-wrapper,
.adhd-included-wrapper + .adhdkit-section,
.adhdkit-section + .adhd-included-wrapper,
.adhd-conversion-wrapper + .adhdkit-section,
.adhdkit-section + .adhd-conversion-wrapper,
.adhd-pain-wrapper + .adhdkit-section,
.adhdkit-section + .adhd-pain-wrapper {
  margin-top: 0;
}


/* ═══════════════════════════════════════ */
/* 25. ACCESSIBILITY                       */
/* ═══════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  .adhd-btn,
  .adhd-btn-arrow,
  .adhd-card,
  .adhd-template-card,
  .adhd-system-card,
  .adhd-sticky-bar,
  .adhd-btn-secondary {
    transition: none !important;
    animation: none !important;
  }

  .adhd-btn:hover,
  .adhd-card:hover,
  .adhd-template-card:hover,
  .adhd-system-card:hover {
    transform: none !important;
  }

  .adhd-btn:hover .adhd-btn-arrow {
    transform: none !important;
  }
}


/* ═══════════════════════════════════════ */
/* 26. UTILITIES                           */
/* ═══════════════════════════════════════ */

.adhd-text-center { text-align: center; }
.adhd-text-left { text-align: left; }
.adhd-text-right { text-align: right; }

.adhd-mb-0 { margin-bottom: 0; }
.adhd-mb-8 { margin-bottom: 8px; }
.adhd-mb-12 { margin-bottom: 12px; }
.adhd-mb-16 { margin-bottom: 16px; }
.adhd-mb-20 { margin-bottom: 20px; }
.adhd-mb-24 { margin-bottom: 24px; }
.adhd-mb-32 { margin-bottom: 32px; }

.adhd-mt-0 { margin-top: 0; }
.adhd-mt-8 { margin-top: 8px; }
.adhd-mt-12 { margin-top: 12px; }
.adhd-mt-16 { margin-top: 16px; }
.adhd-mt-20 { margin-top: 20px; }
.adhd-mt-24 { margin-top: 24px; }
.adhd-mt-32 { margin-top: 32px; }

.adhd-opacity-50 { opacity: 0.5; }
.adhd-opacity-75 { opacity: 0.75; }
.adhd-opacity-85 { opacity: 0.85; }

.adhd-bold { font-weight: 700; }
.adhd-semibold { font-weight: 600; }
.adhd-medium { font-weight: 500; }

.adhd-italic { font-style: italic; }

.adhd-flex { display: flex; }
.adhd-flex-center { display: flex; align-items: center; justify-content: center; }
.adhd-flex-between { display: flex; align-items: center; justify-content: space-between; }
.adhd-gap-8 { gap: 8px; }
.adhd-gap-12 { gap: 12px; }
.adhd-gap-16 { gap: 16px; }

/* ═══════════════════════════════════════ */
/* 27. PRODUCT PAYMENT BADGES (CTA TRUST) */
/* ═══════════════════════════════════════ */

.product-payment-badges {
  margin-top: 22px;
  margin-bottom: 6px;
  margin-left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  }


.product-payment-badges .list-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: auto;
  margin: 0;
  padding: 0;
}


.product-payment-badges .list-payment__item {
  display: flex;
  align-items: center;
}

.product-payment-badges .icon {
  width: 72px;   /* Bigger for conversion */
  height: auto;
}

/* Mobile refinement */
@media (max-width: 749px) {
  .product-payment-badges {
    margin-top: 18px;
  }

  .product-payment-badges .icon {
    width: 50px;
  }
}

@media screen and (min-width: 750px) {
  .product-payment-badges {
    margin-left: -57px;
  }

  .product-payment-badges .icon,
  .product-payment-badges .icon--full-color {
    width: 72px !important;
    height: auto !important;
  }

  .product-payment-badges .list-payment {
    gap: 20px;
  }
}


/* ═══════════════════════════════════════ */
/* END OF STYLESHEET v6.2                  */
/* ═══════════════════════════════════════ */

</style>