{"product_id":"gabbyai-monthly-membership-1","title":"GabbyAI Monthly Membership","description":"\u003cstyle\u003e\n  .gai-product-page,\n  .gai-product-page * {\n    box-sizing: border-box;\n  }\n\n  .gai-product-page {\n    --gai-black: #05020b;\n    --gai-deep: #0b0317;\n    --gai-purple: #8b3dff;\n    --gai-violet: #6535ff;\n    --gai-pink: #f74dcc;\n    --gai-gold: #ffd36a;\n    --gai-white: #ffffff;\n    --gai-muted: rgba(255,255,255,.70);\n    --gai-line: rgba(213,145,255,.21);\n\n    position: relative;\n    width: 100%;\n    margin: 0;\n    overflow: hidden;\n    isolation: isolate;\n\n    color: var(--gai-white);\n\n    background:\n      radial-gradient(\n        circle at 10% 5%,\n        rgba(247,77,204,.18),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 92% 12%,\n        rgba(101,53,255,.28),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 50% 70%,\n        rgba(46,137,255,.11),\n        transparent 42%\n      ),\n      linear-gradient(\n        155deg,\n        #05020b 0%,\n        #15062b 50%,\n        #070210 100%\n      );\n\n    border-radius: 32px;\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .gai-product-page::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: -2;\n    opacity: .36;\n    pointer-events: none;\n\n    background-image:\n      radial-gradient(\n        circle,\n        rgba(255,255,255,.9) 0 1px,\n        transparent 1.5px\n      ),\n      radial-gradient(\n        circle,\n        rgba(213,151,255,.72) 0 1px,\n        transparent 1.5px\n      );\n\n    background-size:\n      96px 96px,\n      139px 139px;\n\n    background-position:\n      0 0,\n      45px 58px;\n  }\n\n  .gai-inner {\n    width: min(1160px, calc(100% - 32px));\n    margin: 0 auto;\n  }\n\n  .gai-section {\n    padding: clamp(58px, 8vw, 105px) 0;\n  }\n\n  \/* HERO *\/\n\n  .gai-hero {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    align-items: center;\n    gap: clamp(35px, 6vw, 82px);\n    padding: clamp(55px, 8vw, 105px) 0;\n  }\n\n  .gai-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 20px;\n    padding: 10px 16px;\n\n    border: 1px solid rgba(255,211,106,.43);\n    border-radius: 999px;\n\n    color: #ffe8a8;\n    background: rgba(69,25,103,.53);\n\n    box-shadow:\n      0 0 30px rgba(162,61,255,.23),\n      inset 0 1px 0 rgba(255,255,255,.09);\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n  }\n\n  .gai-eyebrow-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n\n    background: var(--gai-gold);\n    box-shadow: 0 0 15px var(--gai-gold);\n\n    animation: gaiPulse 1.6s ease-in-out infinite;\n  }\n\n  @keyframes gaiPulse {\n    50% {\n      opacity: .44;\n      transform: scale(.72);\n    }\n  }\n\n  .gai-title {\n    margin: 0;\n    color: #fff;\n\n    font-size: clamp(48px, 7vw, 90px);\n    font-weight: 900;\n    line-height: .91;\n    letter-spacing: -.058em;\n  }\n\n  .gai-title span {\n    display: block;\n    margin-top: 9px;\n\n    color: transparent;\n    background:\n      linear-gradient(\n        90deg,\n        #ffffff 0%,\n        #efb9ff 30%,\n        #c36cff 62%,\n        #ffd36a 100%\n      );\n\n    -webkit-background-clip: text;\n    background-clip: text;\n\n    filter:\n      drop-shadow(0 0 19px rgba(184,82,255,.23));\n  }\n\n  .gai-hero-copy {\n    max-width: 650px;\n    margin: 25px 0 0;\n\n    color: var(--gai-muted);\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.67;\n  }\n\n  .gai-hero-copy strong {\n    color: #fff;\n  }\n\n  .gai-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .gai-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 13px;\n\n    border: 1px solid rgba(215,149,255,.18);\n    border-radius: 999px;\n\n    color: rgba(255,255,255,.72);\n    background: rgba(255,255,255,.055);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .gai-pill::before {\n    content: \"✦\";\n    color: var(--gai-gold);\n  }\n\n  .gai-hero-card {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(27px, 4vw, 42px);\n\n    border: 1px solid rgba(215,145,255,.30);\n    border-radius: 30px;\n\n    background:\n      linear-gradient(\n        150deg,\n        rgba(63,20,95,.85),\n        rgba(12,5,29,.96)\n      );\n\n    box-shadow:\n      0 38px 100px rgba(0,0,0,.48),\n      0 0 80px rgba(155,57,255,.18),\n      inset 0 1px 0 rgba(255,255,255,.13);\n  }\n\n  .gai-card-label {\n    margin: 0 0 10px;\n    color: var(--gai-gold);\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n  }\n\n  .gai-card-title {\n    margin: 0;\n    color: #fff;\n\n    font-size: clamp(29px, 4vw, 43px);\n    font-weight: 900;\n    line-height: 1.04;\n    letter-spacing: -.04em;\n  }\n\n  .gai-card-copy {\n    margin: 14px 0 22px;\n\n    color: rgba(255,255,255,.69);\n    font-size: 14px;\n    line-height: 1.63;\n  }\n\n  .gai-price-box {\n    display: flex;\n    align-items: flex-end;\n    gap: 11px;\n    margin-bottom: 23px;\n    padding: 18px;\n\n    border: 1px solid rgba(207,139,255,.19);\n    border-radius: 18px;\n    background: rgba(4,2,13,.45);\n  }\n\n  .gai-price {\n    color: #fff;\n    font-size: clamp(47px, 6vw, 66px);\n    font-weight: 900;\n    line-height: .9;\n    letter-spacing: -.054em;\n  }\n\n  .gai-price-meta {\n    padding-bottom: 4px;\n    color: rgba(255,255,255,.61);\n    font-size: 12px;\n    line-height: 1.38;\n  }\n\n  .gai-list {\n    display: grid;\n    gap: 0;\n    margin: 0;\n    padding: 0;\n  }\n\n  .gai-list li {\n    list-style: none;\n    display: grid;\n    grid-template-columns: 29px 1fr;\n    gap: 11px;\n    align-items: start;\n\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n\n    color: rgba(255,255,255,.84);\n    font-size: 14px;\n    line-height: 1.48;\n  }\n\n  .gai-check {\n    display: grid;\n    place-items: center;\n\n    width: 29px;\n    height: 29px;\n    border-radius: 9px;\n\n    color: #fff;\n    background:\n      linear-gradient(\n        135deg,\n        #7631ff,\n        #ed4ad2\n      );\n\n    box-shadow:\n      0 7px 21px rgba(145,52,255,.27);\n\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .gai-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n\n    min-height: 59px;\n    margin-top: 25px;\n    padding: 16px 27px;\n\n    border-radius: 16px;\n    text-decoration: none !important;\n\n    color: #fff !important;\n    background:\n      linear-gradient(\n        100deg,\n        #692aff,\n        #a33cff 46%,\n        #f84dcc\n      );\n\n    font-size: 16px;\n    font-weight: 900;\n\n    box-shadow:\n      0 18px 44px rgba(131,44,255,.40),\n      0 0 37px rgba(248,77,204,.19);\n\n    transition:\n      transform .2s ease,\n      filter .2s ease;\n  }\n\n  .gai-cta:hover {\n    color: #fff !important;\n    transform: translateY(-2px);\n    filter: brightness(1.08);\n  }\n\n  .gai-renewal-note {\n    margin: 13px 0 0;\n\n    color: rgba(255,255,255,.47);\n    font-size: 10px;\n    line-height: 1.55;\n  }\n\n  \/* TITLES *\/\n\n  .gai-section-title {\n    max-width: 830px;\n    margin: 0 auto 17px;\n\n    color: #fff;\n    text-align: center;\n\n    font-size: clamp(36px, 5vw, 66px);\n    font-weight: 900;\n    line-height: .97;\n    letter-spacing: -.05em;\n  }\n\n  .gai-section-title span {\n    color: transparent;\n    background:\n      linear-gradient(\n        90deg,\n        #efb8ff,\n        #ca6fff,\n        #ffd369\n      );\n\n    -webkit-background-clip: text;\n    background-clip: text;\n  }\n\n  .gai-section-copy {\n    max-width: 720px;\n    margin: 0 auto;\n\n    color: var(--gai-muted);\n    text-align: center;\n\n    font-size: 17px;\n    line-height: 1.68;\n  }\n\n  \/* BENEFITS *\/\n\n  .gai-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0,1fr));\n    gap: 17px;\n    margin-top: 43px;\n  }\n\n  .gai-benefit {\n    min-height: 215px;\n    padding: 25px;\n\n    border: 1px solid rgba(210,143,255,.18);\n    border-radius: 24px;\n\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.09),\n        rgba(255,255,255,.027)\n      );\n\n    box-shadow:\n      inset 0 1px 0 rgba(255,255,255,.08),\n      0 18px 50px rgba(0,0,0,.15);\n  }\n\n  .gai-benefit-icon {\n    display: grid;\n    place-items: center;\n\n    width: 49px;\n    height: 49px;\n    margin-bottom: 18px;\n    border-radius: 14px;\n\n    color: #fff;\n    background:\n      linear-gradient(\n        135deg,\n        #7631ff,\n        #ed4ad2\n      );\n\n    box-shadow:\n      0 11px 29px rgba(145,52,255,.29);\n\n    font-size: 23px;\n  }\n\n  .gai-benefit h3 {\n    margin: 0 0 9px;\n\n    color: #fff;\n    font-size: 19px;\n    font-weight: 800;\n  }\n\n  .gai-benefit p {\n    margin: 0;\n\n    color: rgba(255,255,255,.61);\n    font-size: 14px;\n    line-height: 1.64;\n  }\n\n  \/* STEPS *\/\n\n  .gai-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0,1fr));\n    gap: 18px;\n    margin-top: 43px;\n  }\n\n  .gai-step {\n    padding: 27px;\n\n    border: 1px solid rgba(209,142,255,.18);\n    border-radius: 24px;\n    background: rgba(255,255,255,.045);\n  }\n\n  .gai-step-number {\n    display: grid;\n    place-items: center;\n\n    width: 43px;\n    height: 43px;\n    margin-bottom: 18px;\n    border-radius: 50%;\n\n    color: #fff;\n    background:\n      linear-gradient(\n        135deg,\n        #7030ff,\n        #f04bce\n      );\n\n    box-shadow:\n      0 9px 27px rgba(143,49,255,.29);\n\n    font-size: 16px;\n    font-weight: 900;\n  }\n\n  .gai-step h3 {\n    margin: 0 0 8px;\n    color: #fff;\n    font-size: 20px;\n  }\n\n  .gai-step p {\n    margin: 0;\n\n    color: rgba(255,255,255,.62);\n    font-size: 14px;\n    line-height: 1.62;\n  }\n\n  \/* IMAGE GALLERY *\/\n\n  .gai-gallery {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 18px;\n    margin-top: 43px;\n  }\n\n  .gai-gallery-side {\n    display: grid;\n    gap: 18px;\n  }\n\n  .gai-gallery-frame {\n    overflow: hidden;\n    min-height: 250px;\n\n    border: 1px solid rgba(211,143,255,.20);\n    border-radius: 25px;\n    background: rgba(255,255,255,.04);\n\n    box-shadow:\n      0 25px 75px rgba(0,0,0,.25),\n      inset 0 1px 0 rgba(255,255,255,.07);\n  }\n\n  .gai-gallery-large {\n    min-height: 530px;\n  }\n\n  .gai-gallery-frame img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n  }\n\n  .gai-placeholder {\n    min-height: inherit;\n    display: grid;\n    place-items: center;\n    padding: 30px;\n\n    color: rgba(255,255,255,.43);\n    text-align: center;\n    line-height: 1.5;\n\n    background:\n      radial-gradient(\n        circle at 50% 20%,\n        rgba(176,70,255,.20),\n        transparent 45%\n      );\n  }\n\n  \/* COMPARISON *\/\n\n  .gai-comparison {\n    overflow: hidden;\n    margin-top: 43px;\n\n    border: 1px solid rgba(212,146,255,.20);\n    border-radius: 27px;\n\n    background: rgba(7,3,18,.58);\n    box-shadow: 0 25px 80px rgba(0,0,0,.29);\n  }\n\n  .gai-comparison-row {\n    display: grid;\n    grid-template-columns: 1.25fr .75fr .75fr;\n\n    min-height: 63px;\n    border-bottom: 1px solid rgba(255,255,255,.075);\n  }\n\n  .gai-comparison-row:last-child {\n    border-bottom: 0;\n  }\n\n  .gai-comparison-row \u003e div {\n    display: flex;\n    align-items: center;\n    padding: 15px 19px;\n  }\n\n  .gai-comparison-row \u003e div:not(:first-child) {\n    justify-content: center;\n    text-align: center;\n    border-left: 1px solid rgba(255,255,255,.075);\n  }\n\n  .gai-comparison-head {\n    color: #fff;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(132,48,255,.21),\n        rgba(248,77,204,.11)\n      );\n\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  .gai-comparison-row:not(.gai-comparison-head) {\n    color: rgba(255,255,255,.74);\n    font-size: 14px;\n  }\n\n  .gai-yes {\n    color: #dfaaff;\n    font-weight: 800;\n  }\n\n  .gai-no {\n    color: rgba(255,255,255,.36);\n  }\n\n  \/* CREDIBILITY *\/\n\n  .gai-credibility {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    align-items: center;\n    gap: clamp(30px, 6vw, 72px);\n\n    padding: clamp(30px, 5vw, 58px);\n\n    border: 1px solid rgba(215,145,255,.21);\n    border-radius: 30px;\n\n    background:\n      radial-gradient(\n        circle at 0 0,\n        rgba(201,71,255,.25),\n        transparent 36%\n      ),\n      linear-gradient(\n        145deg,\n        rgba(48,15,76,.80),\n        rgba(9,3,22,.93)\n      );\n\n    box-shadow:\n      0 34px 95px rgba(0,0,0,.38),\n      0 0 72px rgba(153,56,255,.14);\n  }\n\n  .gai-credibility img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 20px;\n  }\n\n  .gai-credibility h2 {\n    margin: 0;\n\n    color: #fff;\n    font-size: clamp(34px, 5vw, 60px);\n    font-weight: 900;\n    line-height: .98;\n    letter-spacing: -.048em;\n  }\n\n  .gai-credibility h2 span {\n    color: transparent;\n    background:\n      linear-gradient(\n        90deg,\n        #efb8ff,\n        #ca6fff,\n        #ffd369\n      );\n\n    -webkit-background-clip: text;\n    background-clip: text;\n  }\n\n  .gai-credibility p {\n    margin: 18px 0 0;\n\n    color: rgba(255,255,255,.68);\n    font-size: 16px;\n    line-height: 1.69;\n  }\n\n  \/* FAQ *\/\n\n  .gai-faq {\n    max-width: 850px;\n    margin: 43px auto 0;\n\n    display: grid;\n    gap: 12px;\n  }\n\n  .gai-faq details {\n    overflow: hidden;\n\n    border: 1px solid rgba(208,140,255,.17);\n    border-radius: 18px;\n    background: rgba(255,255,255,.045);\n  }\n\n  .gai-faq summary {\n    cursor: pointer;\n    padding: 20px 21px;\n\n    color: #fff;\n    font-size: 15px;\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .gai-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gai-faq summary::after {\n    content: \"+\";\n    float: right;\n    color: #d68bff;\n    font-size: 20px;\n  }\n\n  .gai-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gai-faq p {\n    margin: 0;\n    padding: 0 21px 21px;\n\n    color: rgba(255,255,255,.63);\n    font-size: 14px;\n    line-height: 1.67;\n  }\n\n  \/* FINAL CTA *\/\n\n  .gai-final {\n    padding-bottom: clamp(70px, 9vw, 115px);\n  }\n\n  .gai-final-card {\n    padding: clamp(40px, 7vw, 74px) 23px;\n\n    border: 1px solid rgba(216,145,255,.24);\n    border-radius: 32px;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(207,71,255,.31),\n        transparent 43%\n      ),\n      linear-gradient(\n        145deg,\n        rgba(48,15,76,.87),\n        rgba(9,3,22,.96)\n      );\n\n    box-shadow:\n      0 36px 103px rgba(0,0,0,.40),\n      0 0 73px rgba(153,56,255,.16);\n  }\n\n  .gai-final-card h2 {\n    max-width: 780px;\n    margin: 0 auto;\n\n    color: #fff;\n    font-size: clamp(39px, 6vw, 72px);\n    font-weight: 900;\n    line-height: .95;\n    letter-spacing: -.053em;\n  }\n\n  .gai-final-card p {\n    max-width: 630px;\n    margin: 20px auto 0;\n\n    color: rgba(255,255,255,.69);\n    font-size: 16px;\n    line-height: 1.66;\n  }\n\n  @media (max-width: 900px) {\n    .gai-hero,\n    .gai-credibility {\n      grid-template-columns: 1fr;\n    }\n\n    .gai-benefit-grid,\n    .gai-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .gai-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .gai-gallery-large {\n      min-height: auto;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .gai-product-page {\n      border-radius: 22px;\n    }\n\n    .gai-inner {\n      width: min(100% - 22px, 1160px);\n    }\n\n    .gai-title {\n      font-size: clamp(48px, 15vw, 66px);\n    }\n\n    .gai-hero-card {\n      padding: 24px 19px;\n      border-radius: 23px;\n    }\n\n    .gai-cta {\n      width: 100%;\n    }\n\n    .gai-comparison-row {\n      grid-template-columns: 1.25fr .7fr .7fr;\n    }\n\n    .gai-comparison-row \u003e div {\n      padding: 13px 8px;\n      font-size: 11px;\n    }\n\n    .gai-gallery-frame {\n      min-height: 210px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .gai-eyebrow-dot {\n      animation: none;\n    }\n    .gai-credibility-image {\n  width: 100%;\n}\n\n.gai-credibility-image img {\n  width: 100%;\n  height: auto;\n  display: block;\n  object-fit: contain;\n  border-radius: 20px;\n}\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"gai-product-page\" id=\"gabbyai-monthly-details\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003cdiv class=\"gai-inner\"\u003e\n    \u003cdiv class=\"gai-hero\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"gai-eyebrow\"\u003e\n          \u003cspan class=\"gai-eyebrow-dot\"\u003e\u003c\/span\u003e\n          Founding Beta Membership\n        \u003c\/div\u003e\n\n        \u003ch1 class=\"gai-title\"\u003e\n          Every Braid.\n          \u003cspan\u003eBetter.™\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"gai-hero-copy\"\u003e\n          Turn every upload into your next lesson. Receive a personalized\n          \u003cstrong\u003eSlay Score™\u003c\/strong\u003e, technical feedback and clear coaching\n          designed to improve your very next braid.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"gai-pills\"\u003e\n          \u003cspan class=\"gai-pill\"\u003eReal Photo Analysis\u003c\/span\u003e\n          \u003cspan class=\"gai-pill\"\u003ePersonalized Coaching\u003c\/span\u003e\n          \u003cspan class=\"gai-pill\"\u003eFive Sessions Daily\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"gai-cta\" href=\"#MainProduct\"\u003e\n          Start My Membership →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-hero-card\"\u003e\n        \u003cp class=\"gai-card-label\"\u003e\n          GabbyAI™ Monthly Membership\n        \u003c\/p\u003e\n\n        \u003ch2 class=\"gai-card-title\"\u003e\n          Your personal AI braid coach—ready every day.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"gai-card-copy\"\u003e\n          Analyze more braids, understand your technique and build measurable\n          improvement without waiting for your next class or appointment.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"gai-price-box\"\u003e\n          \u003cspan class=\"gai-price\"\u003e$0.99\u003c\/span\u003e\n\n          \u003cspan class=\"gai-price-meta\"\u003e\n            billed monthly\u003cbr\u003e\n            until canceled\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"gai-list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"gai-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eFive AI coaching sessions every day\u003c\/strong\u003e\u003cbr\u003e\n              Analyze multiple styles and practice consistently.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"gai-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eComplete Slay Score™ breakdown\u003c\/strong\u003e\u003cbr\u003e\n              Understand the technical factors behind your score.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"gai-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003ePersonalized visual feedback\u003c\/strong\u003e\u003cbr\u003e\n              Review strengths, corrections and priority improvements.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"gai-check\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\n              \u003cstrong\u003eFocused practice recommendations\u003c\/strong\u003e\u003cbr\u003e\n              Know exactly what deserves your attention next.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ca class=\"gai-cta\" href=\"#MainProduct\"\u003e\n          Choose Monthly Membership →\n        \u003c\/a\u003e\n\n        \u003cp class=\"gai-renewal-note\"\u003e\n          Recurring monthly subscription. Renews at $0.99 until canceled\n          through the Seal subscription portal.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n\n  \u003cdiv class=\"gai-inner gai-section\"\u003e\n    \u003ch2 class=\"gai-section-title\"\u003e\n      More than a score.\n      \u003cspan\u003eA complete coaching loop.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"gai-section-copy\"\u003e\n      GabbyAI™ helps you understand what happened, why it happened and what\n      to do differently the next time your hands touch the hair.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gai-benefit-grid\"\u003e\n\n      \u003cdiv class=\"gai-benefit\"\u003e\n        \u003cdiv class=\"gai-benefit-icon\"\u003e✦\u003c\/div\u003e\n        \u003ch3\u003eInstant Slay Score™\u003c\/h3\u003e\n        \u003cp\u003e\n          See how your braid performs across the technical categories that\n          shape the finished result.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-benefit\"\u003e\n        \u003cdiv class=\"gai-benefit-icon\"\u003e◎\u003c\/div\u003e\n        \u003ch3\u003eYour Biggest Win\u003c\/h3\u003e\n        \u003cp\u003e\n          Identify the strongest technical decision so you know exactly\n          what to repeat.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-benefit\"\u003e\n        \u003cdiv class=\"gai-benefit-icon\"\u003e↗\u003c\/div\u003e\n        \u003ch3\u003eYour Biggest Opportunity\u003c\/h3\u003e\n        \u003cp\u003e\n          Focus on the correction capable of creating the greatest\n          improvement next time.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-benefit\"\u003e\n        \u003cdiv class=\"gai-benefit-icon\"\u003e◉\u003c\/div\u003e\n        \u003ch3\u003eVisual Feedback\u003c\/h3\u003e\n        \u003cp\u003e\n          Understand parting, direction, symmetry, tension, distribution,\n          hair control and finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-benefit\"\u003e\n        \u003cdiv class=\"gai-benefit-icon\"\u003e▥\u003c\/div\u003e\n        \u003ch3\u003ePractice With Purpose\u003c\/h3\u003e\n        \u003cp\u003e\n          Turn every report into a focused drill instead of practicing\n          without direction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-benefit\"\u003e\n        \u003cdiv class=\"gai-benefit-icon\"\u003e★\u003c\/div\u003e\n        \u003ch3\u003eReal Braid Expertise\u003c\/h3\u003e\n        \u003cp\u003e\n          Built using the Gabby101™ Method and more than two decades of\n          professional braiding experience.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n\n  \u003cdiv class=\"gai-inner gai-section\"\u003e\n    \u003ch2 class=\"gai-section-title\"\u003e\n      Upload. Understand.\n      \u003cspan\u003eImprove.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"gai-steps\"\u003e\n\n      \u003cdiv class=\"gai-step\"\u003e\n        \u003cdiv class=\"gai-step-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eUpload your braid\u003c\/h3\u003e\n        \u003cp\u003e\n          Submit a clear photo that shows the braid, parts, overall shape\n          and finished technique.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-step\"\u003e\n        \u003cdiv class=\"gai-step-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eReceive your coaching\u003c\/h3\u003e\n        \u003cp\u003e\n          Review your Slay Score™, technical breakdown, biggest win and\n          priority correction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-step\"\u003e\n        \u003cdiv class=\"gai-step-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eApply your next step\u003c\/h3\u003e\n        \u003cp\u003e\n          Practice the focused recommendation, upload again and begin\n          tracking real improvement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SCREENSHOTS --\u003e\n\n\u003cdiv class=\"gai-inner gai-section\"\u003e\n  \u003ch2 class=\"gai-section-title\"\u003e\n    See it. Fix it.\n    \u003cspan\u003eSlay it.\u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"gai-section-copy\"\u003e\n    See the personalized coaching, Slay Score™ breakdown and progress tools\n    included with your GabbyAI™ monthly membership.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"gai-gallery\"\u003e\n\n    \u003c!-- LARGE VISUAL FEEDBACK IMAGE --\u003e\n    \u003cdiv class=\"gai-gallery-frame gai-gallery-large\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/46276C6D-7A75-4197-8209-7373C0A9EF87.png?v=1784065451\" alt=\"GabbyAI visual braid feedback\" loading=\"lazy\" width=\"1600\" height=\"1200\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gai-gallery-side\"\u003e\n\n      \u003c!-- SLAY SCORE IMAGE --\u003e\n      \u003cdiv class=\"gai-gallery-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/E95D3490-C749-4DF9-91F4-E4F5C1F02607.png?v=1784065451\" alt=\"GabbyAI Slay Score breakdown\" loading=\"lazy\" width=\"1200\" height=\"900\"\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- PROGRESS IMAGE --\u003e\n      \u003cdiv class=\"gai-gallery-frame\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/7A8648B9-46F1-4D5E-BE04-740BDCB65C76.png?v=1784065451\" alt=\"GabbyAI member progress dashboard\" loading=\"lazy\" width=\"1200\" height=\"900\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n  \u003c!-- COMPARISON --\u003e\n\n  \u003cdiv class=\"gai-inner gai-section\"\u003e\n    \u003ch2 class=\"gai-section-title\"\u003e\n      Free gets you started.\n      \u003cspan\u003eMembership keeps you growing.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"gai-comparison\"\u003e\n\n      \u003cdiv class=\"gai-comparison-row gai-comparison-head\"\u003e\n        \u003cdiv\u003eFeature\u003c\/div\u003e\n        \u003cdiv\u003eFree\u003c\/div\u003e\n        \u003cdiv\u003eMonthly\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-comparison-row\"\u003e\n        \u003cdiv\u003eDaily AI coaching sessions\u003c\/div\u003e\n        \u003cdiv\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"gai-yes\"\u003e5\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-comparison-row\"\u003e\n        \u003cdiv\u003eSlay Score™\u003c\/div\u003e\n        \u003cdiv\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"gai-yes\"\u003e✓\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-comparison-row\"\u003e\n        \u003cdiv\u003eCategory breakdown\u003c\/div\u003e\n        \u003cdiv class=\"gai-no\"\u003eLimited\u003c\/div\u003e\n        \u003cdiv class=\"gai-yes\"\u003eComplete\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-comparison-row\"\u003e\n        \u003cdiv\u003ePersonalized coaching\u003c\/div\u003e\n        \u003cdiv\u003eBasic\u003c\/div\u003e\n        \u003cdiv class=\"gai-yes\"\u003eFull report\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-comparison-row\"\u003e\n        \u003cdiv\u003ePractice recommendations\u003c\/div\u003e\n        \u003cdiv class=\"gai-no\"\u003e—\u003c\/div\u003e\n        \u003cdiv class=\"gai-yes\"\u003e✓\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-comparison-row\"\u003e\n        \u003cdiv\u003eProgress tools\u003c\/div\u003e\n        \u003cdiv class=\"gai-no\"\u003e—\u003c\/div\u003e\n        \u003cdiv class=\"gai-yes\"\u003e✓\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CREDIBILITY --\u003e\n\n\u003cdiv class=\"gai-inner gai-section\"\u003e\n  \u003cdiv class=\"gai-credibility\"\u003e\n\n    \u003cdiv class=\"gai-credibility-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/IMG_4305.png?v=1784065451\" alt=\"Gabby101 professional braider since 2001 credibility badge\" loading=\"lazy\" width=\"1400\" height=\"700\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003ch2\u003e\n        Built by a braider.\n        \u003cspan\u003eNot a generic beauty bot.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        GabbyAI™ combines modern AI analysis with the real-world coaching\n        perspective of a professional braider who has worked with real\n        clients, real hair, real mistakes and real transformations since\n        2001.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c!-- FAQ --\u003e\n\n  \u003cdiv class=\"gai-inner gai-section\"\u003e\n    \u003ch2 class=\"gai-section-title\"\u003e\n      Monthly membership\n      \u003cspan\u003equestions.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"gai-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is included in the monthly membership?\u003c\/summary\u003e\n        \u003cp\u003e\n          Members receive up to five eligible AI braid-coaching sessions\n          each day, complete Slay Score™ feedback, personalized coaching,\n          practice recommendations, progress tools and eligible beta\n          features.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a recurring subscription?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. The membership renews every month at $0.99 until canceled.\n          The recurring terms should also appear through Seal and Shopify\n          checkout.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I cancel?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. You may cancel future renewals through the Seal subscription\n          management portal associated with your purchase.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo unused daily sessions roll over?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. Membership provides up to five eligible sessions each day.\n          Unused daily sessions do not accumulate.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat photo should I upload?\u003c\/summary\u003e\n        \u003cp\u003e\n          Upload a bright, clear image showing the braid, parts and overall\n          shape. Avoid blurry photos, heavy filters and angles that hide\n          the technique.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs GabbyAI™ still in beta?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. Features and limits may be refined as the system develops.\n          Beta members help shape the future experience.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n\n  \u003cdiv class=\"gai-inner gai-final\"\u003e\n    \u003cdiv class=\"gai-final-card\"\u003e\n\n      \u003ch2\u003e\n        Stop guessing what your braid needs.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Get five opportunities every day to analyze, understand and improve\n        with GabbyAI™ Braid Coach.\n      \u003c\/p\u003e\n\n      \u003ca class=\"gai-cta\" href=\"#MainProduct\"\u003e\n        Start My Monthly Membership →\n      \u003c\/a\u003e\n\n      \u003cp style=\"\n        margin-top:14px;\n        color:rgba(255,255,255,.47);\n        font-size:11px;\n      \"\u003e\n        Recurring monthly membership. Cancel future renewals through your\n        Seal subscription portal.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Gabby-101","offers":[{"title":"Default Title","offer_id":49268281999619,"sku":null,"price":0.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/8350EF75-3E74-4B5A-B7BB-3338DD9638E4_3e52be6b-47fe-44bd-9557-52f5ab03ba5a.png?v=1784065269","url":"https:\/\/gabby-101.myshopify.com\/products\/gabbyai-monthly-membership-1","provider":"Gabby-101","version":"1.0","type":"link"}