{"product_id":"gabbyai-full-analysis-report","title":"GabbyAI Full Analysis Report","description":"\u003cstyle\u003e\n  .gai-report-page,\n  .gai-report-page * {\n    box-sizing: border-box;\n  }\n\n  .gai-report-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, 0.7);\n    --gai-line: rgba(213, 145, 255, 0.21);\n\n    position: relative;\n    isolation: isolate;\n    width: 100%;\n    margin: 0;\n    overflow: hidden;\n\n    color: var(--gai-white);\n\n    background:\n      radial-gradient(\n        circle at 10% 5%,\n        rgba(247, 77, 204, 0.2),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 92% 12%,\n        rgba(101, 53, 255, 0.3),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 50% 70%,\n        rgba(46, 137, 255, 0.12),\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-report-page::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    z-index: -2;\n    opacity: 0.36;\n    pointer-events: none;\n\n    background-image:\n      radial-gradient(\n        circle,\n        rgba(255, 255, 255, 0.9) 0 1px,\n        transparent 1.5px\n      ),\n      radial-gradient(\n        circle,\n        rgba(213, 151, 255, 0.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-report-page::after {\n    content: \"\";\n    position: absolute;\n    z-index: -1;\n    top: -320px;\n    right: -180px;\n\n    width: 640px;\n    height: 640px;\n    border-radius: 50%;\n    pointer-events: none;\n\n    background:\n      radial-gradient(\n        circle,\n        rgba(220, 79, 255, 0.38),\n        rgba(110, 49, 255, 0.13) 47%,\n        transparent 72%\n      );\n\n    filter: blur(14px);\n    animation: gaiReportAmbient 9s ease-in-out infinite alternate;\n  }\n\n  @keyframes gaiReportAmbient {\n    from {\n      transform: translate3d(0, 0, 0) scale(1);\n    }\n\n    to {\n      transform: translate3d(-50px, 55px, 0) scale(1.15);\n    }\n  }\n\n  .gai-report-inner {\n    position: relative;\n    z-index: 2;\n    width: min(1160px, calc(100% - 32px));\n    margin: 0 auto;\n  }\n\n  .gai-report-section {\n    padding: clamp(58px, 8vw, 105px) 0;\n  }\n\n  \/* HERO *\/\n\n  .gai-report-hero {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    align-items: center;\n    gap: clamp(35px, 6vw, 82px);\n\n    padding: clamp(55px, 8vw, 105px) 0;\n  }\n\n  .gai-report-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n\n    margin-bottom: 20px;\n    padding: 10px 16px;\n\n    border: 1px solid rgba(255, 211, 106, 0.43);\n    border-radius: 999px;\n\n    color: #ffe8a8;\n    background: rgba(69, 25, 103, 0.53);\n\n    box-shadow:\n      0 0 30px rgba(162, 61, 255, 0.23),\n      inset 0 1px 0 rgba(255, 255, 255, 0.09);\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .gai-report-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: gaiReportPulse 1.6s ease-in-out infinite;\n  }\n\n  @keyframes gaiReportPulse {\n    50% {\n      opacity: 0.44;\n      transform: scale(0.72);\n    }\n  }\n\n  .gai-report-title {\n    margin: 0;\n    color: #fff;\n\n    font-size: clamp(47px, 7vw, 88px);\n    font-weight: 900;\n    line-height: 0.92;\n    letter-spacing: -0.057em;\n  }\n\n  .gai-report-title span {\n    display: block;\n    margin-top: 9px;\n\n    color: transparent;\n\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, 0.23));\n  }\n\n  .gai-report-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-report-hero-copy strong {\n    color: #fff;\n  }\n\n  .gai-report-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .gai-report-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 9px 13px;\n\n    border: 1px solid rgba(215, 149, 255, 0.18);\n    border-radius: 999px;\n\n    color: rgba(255, 255, 255, 0.72);\n    background: rgba(255, 255, 255, 0.055);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .gai-report-pill::before {\n    content: \"✦\";\n    color: var(--gai-gold);\n  }\n\n  \/* PURCHASE CARD *\/\n\n  .gai-report-card {\n    position: relative;\n    overflow: hidden;\n\n    padding: clamp(27px, 4vw, 42px);\n\n    border: 1px solid rgba(215, 145, 255, 0.3);\n    border-radius: 30px;\n\n    background:\n      linear-gradient(\n        150deg,\n        rgba(63, 20, 95, 0.86),\n        rgba(12, 5, 29, 0.96)\n      );\n\n    box-shadow:\n      0 38px 100px rgba(0, 0, 0, 0.48),\n      0 0 80px rgba(155, 57, 255, 0.18),\n      inset 0 1px 0 rgba(255, 255, 255, 0.13);\n  }\n\n  .gai-report-card::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    padding: 1px;\n    border-radius: inherit;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255, 255, 255, 0.4),\n        rgba(166, 64, 255, 0.07),\n        rgba(255, 201, 98, 0.3)\n      );\n\n    -webkit-mask:\n      linear-gradient(#000 0 0) content-box,\n      linear-gradient(#000 0 0);\n\n    -webkit-mask-composite: xor;\n    mask-composite: exclude;\n    pointer-events: none;\n  }\n\n  .gai-report-card-label {\n    position: relative;\n    margin: 0 0 10px;\n\n    color: var(--gai-gold);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .gai-report-card-title {\n    position: relative;\n    margin: 0;\n\n    color: #fff;\n    font-size: clamp(29px, 4vw, 43px);\n    font-weight: 900;\n    line-height: 1.04;\n    letter-spacing: -0.04em;\n  }\n\n  .gai-report-card-copy {\n    position: relative;\n    margin: 14px 0 22px;\n\n    color: rgba(255, 255, 255, 0.69);\n    font-size: 14px;\n    line-height: 1.63;\n  }\n\n  .gai-report-price-box {\n    position: relative;\n    display: flex;\n    align-items: flex-end;\n    gap: 11px;\n\n    margin-bottom: 23px;\n    padding: 18px;\n\n    border: 1px solid rgba(207, 139, 255, 0.19);\n    border-radius: 18px;\n\n    background: rgba(4, 2, 13, 0.45);\n  }\n\n  .gai-report-price {\n    color: #fff;\n    font-size: clamp(47px, 6vw, 66px);\n    font-weight: 900;\n    line-height: 0.9;\n    letter-spacing: -0.054em;\n  }\n\n  .gai-report-price-meta {\n    padding-bottom: 4px;\n\n    color: rgba(255, 255, 255, 0.61);\n    font-size: 12px;\n    line-height: 1.38;\n  }\n\n  .gai-report-list {\n    display: grid;\n    gap: 0;\n\n    margin: 0;\n    padding: 0;\n  }\n\n  .gai-report-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, 0.08);\n\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 14px;\n    line-height: 1.48;\n  }\n\n  .gai-report-check {\n    display: grid;\n    place-items: center;\n\n    width: 29px;\n    height: 29px;\n    border-radius: 9px;\n\n    color: #fff;\n\n    background:\n      linear-gradient(\n        135deg,\n        #7631ff,\n        #ed4ad2\n      );\n\n    box-shadow:\n      0 7px 21px rgba(145, 52, 255, 0.27);\n\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .gai-report-once {\n    position: relative;\n\n    margin-top: 17px;\n    padding: 13px 15px;\n\n    border: 1px solid rgba(255, 211, 106, 0.25);\n    border-radius: 14px;\n\n    color: #ffe9ac;\n    background: rgba(255, 211, 106, 0.07);\n\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  \/* CTA *\/\n\n  .gai-report-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\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, 0.4),\n      0 0 37px rgba(248, 77, 204, 0.19);\n\n    transition:\n      transform 0.2s ease,\n      filter 0.2s ease;\n  }\n\n  .gai-report-card .gai-report-cta {\n    width: 100%;\n  }\n\n  .gai-report-cta:hover {\n    color: #fff !important;\n    transform: translateY(-2px);\n    filter: brightness(1.08);\n  }\n\n  .gai-report-fine-print {\n    margin: 13px 0 0;\n\n    color: rgba(255, 255, 255, 0.47);\n    font-size: 10px;\n    line-height: 1.55;\n    text-align: center;\n  }\n\n  \/* SHARED TITLES *\/\n\n  .gai-report-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: 0.97;\n    letter-spacing: -0.05em;\n  }\n\n  .gai-report-section-title span {\n    color: transparent;\n\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-report-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  \/* DELIVERABLES *\/\n\n  .gai-report-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 17px;\n\n    margin-top: 43px;\n  }\n\n  .gai-report-feature {\n    min-height: 215px;\n    padding: 25px;\n\n    border: 1px solid rgba(210, 143, 255, 0.18);\n    border-radius: 24px;\n\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255, 255, 255, 0.09),\n        rgba(255, 255, 255, 0.027)\n      );\n\n    box-shadow:\n      inset 0 1px 0 rgba(255, 255, 255, 0.08),\n      0 18px 50px rgba(0, 0, 0, 0.15);\n\n    transition:\n      transform 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .gai-report-feature:hover {\n    transform: translateY(-4px);\n    border-color: rgba(215, 145, 255, 0.36);\n  }\n\n  .gai-report-feature-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\n    background:\n      linear-gradient(\n        135deg,\n        #7631ff,\n        #ed4ad2\n      );\n\n    box-shadow:\n      0 11px 29px rgba(145, 52, 255, 0.29);\n\n    font-size: 23px;\n  }\n\n  .gai-report-feature h3 {\n    margin: 0 0 9px;\n\n    color: #fff;\n    font-size: 19px;\n    font-weight: 800;\n  }\n\n  .gai-report-feature p {\n    margin: 0;\n\n    color: rgba(255, 255, 255, 0.61);\n    font-size: 14px;\n    line-height: 1.64;\n  }\n\n  \/* HOW IT WORKS *\/\n\n  .gai-report-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n\n    margin-top: 43px;\n  }\n\n  .gai-report-step {\n    padding: 27px;\n\n    border: 1px solid rgba(209, 142, 255, 0.18);\n    border-radius: 24px;\n\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .gai-report-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\n    background:\n      linear-gradient(\n        135deg,\n        #7030ff,\n        #f04bce\n      );\n\n    box-shadow:\n      0 9px 27px rgba(143, 49, 255, 0.29);\n\n    font-size: 16px;\n    font-weight: 900;\n  }\n\n  .gai-report-step h3 {\n    margin: 0 0 8px;\n\n    color: #fff;\n    font-size: 20px;\n  }\n\n  .gai-report-step p {\n    margin: 0;\n\n    color: rgba(255, 255, 255, 0.62);\n    font-size: 14px;\n    line-height: 1.62;\n  }\n\n  \/* GALLERY *\/\n\n  .gai-report-gallery {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 18px;\n\n    margin-top: 43px;\n  }\n\n  .gai-report-gallery-side {\n    display: grid;\n    gap: 18px;\n  }\n\n  .gai-report-gallery-frame {\n    overflow: hidden;\n    min-height: 250px;\n\n    border: 1px solid rgba(211, 143, 255, 0.2);\n    border-radius: 25px;\n\n    background: rgba(255, 255, 255, 0.04);\n\n    box-shadow:\n      0 25px 75px rgba(0, 0, 0, 0.25),\n      inset 0 1px 0 rgba(255, 255, 255, 0.07);\n  }\n\n  .gai-report-gallery-large {\n    min-height: 530px;\n  }\n\n  .gai-report-gallery-frame img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n  }\n\n  \/* COMPARISON *\/\n\n  .gai-report-comparison {\n    overflow: hidden;\n    margin-top: 43px;\n\n    border: 1px solid rgba(212, 146, 255, 0.2);\n    border-radius: 27px;\n\n    background: rgba(7, 3, 18, 0.58);\n    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.29);\n  }\n\n  .gai-report-comparison-row {\n    display: grid;\n    grid-template-columns: 1.25fr 0.75fr 0.75fr;\n\n    min-height: 63px;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.075);\n  }\n\n  .gai-report-comparison-row:last-child {\n    border-bottom: 0;\n  }\n\n  .gai-report-comparison-row \u003e div {\n    display: flex;\n    align-items: center;\n    padding: 15px 19px;\n  }\n\n  .gai-report-comparison-row \u003e div:not(:first-child) {\n    justify-content: center;\n    text-align: center;\n    border-left: 1px solid rgba(255, 255, 255, 0.075);\n  }\n\n  .gai-report-comparison-head {\n    color: #fff;\n\n    background:\n      linear-gradient(\n        90deg,\n        rgba(132, 48, 255, 0.21),\n        rgba(248, 77, 204, 0.11)\n      );\n\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .gai-report-comparison-row:not(.gai-report-comparison-head) {\n    color: rgba(255, 255, 255, 0.74);\n    font-size: 14px;\n  }\n\n  .gai-report-yes {\n    color: #dfaaff;\n    font-weight: 800;\n  }\n\n  .gai-report-no {\n    color: rgba(255, 255, 255, 0.36);\n  }\n\n  \/* CREDIBILITY *\/\n\n  .gai-report-credibility {\n    display: grid;\n    grid-template-columns: 0.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, 0.21);\n    border-radius: 30px;\n\n    background:\n      radial-gradient(\n        circle at 0 0,\n        rgba(201, 71, 255, 0.25),\n        transparent 36%\n      ),\n      linear-gradient(\n        145deg,\n        rgba(48, 15, 76, 0.8),\n        rgba(9, 3, 22, 0.93)\n      );\n\n    box-shadow:\n      0 34px 95px rgba(0, 0, 0, 0.38),\n      0 0 72px rgba(153, 56, 255, 0.14);\n  }\n\n  .gai-report-credibility img {\n    width: 100%;\n    height: auto;\n    display: block;\n\n    object-fit: contain;\n    border-radius: 20px;\n  }\n\n  .gai-report-credibility h2 {\n    margin: 0;\n\n    color: #fff;\n    font-size: clamp(34px, 5vw, 60px);\n    font-weight: 900;\n    line-height: 0.98;\n    letter-spacing: -0.048em;\n  }\n\n  .gai-report-credibility h2 span {\n    color: transparent;\n\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-report-credibility p {\n    margin: 18px 0 0;\n\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 16px;\n    line-height: 1.69;\n  }\n\n  \/* FAQ *\/\n\n  .gai-report-faq {\n    max-width: 850px;\n    margin: 43px auto 0;\n\n    display: grid;\n    gap: 12px;\n  }\n\n  .gai-report-faq details {\n    overflow: hidden;\n\n    border: 1px solid rgba(208, 140, 255, 0.17);\n    border-radius: 18px;\n\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .gai-report-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-report-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gai-report-faq summary::after {\n    content: \"+\";\n    float: right;\n\n    color: #d68bff;\n    font-size: 20px;\n  }\n\n  .gai-report-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gai-report-faq p {\n    margin: 0;\n    padding: 0 21px 21px;\n\n    color: rgba(255, 255, 255, 0.63);\n    font-size: 14px;\n    line-height: 1.67;\n  }\n\n  \/* FINAL CTA *\/\n\n  .gai-report-final {\n    padding-bottom: clamp(70px, 9vw, 115px);\n  }\n\n  .gai-report-final-card {\n    padding: clamp(40px, 7vw, 74px) 23px;\n\n    border: 1px solid rgba(216, 145, 255, 0.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, 0.31),\n        transparent 43%\n      ),\n      linear-gradient(\n        145deg,\n        rgba(48, 15, 76, 0.87),\n        rgba(9, 3, 22, 0.96)\n      );\n\n    box-shadow:\n      0 36px 103px rgba(0, 0, 0, 0.4),\n      0 0 73px rgba(153, 56, 255, 0.16);\n  }\n\n  .gai-report-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: 0.95;\n    letter-spacing: -0.053em;\n  }\n\n  .gai-report-final-card p {\n    max-width: 630px;\n    margin: 20px auto 0;\n\n    color: rgba(255, 255, 255, 0.69);\n    font-size: 16px;\n    line-height: 1.66;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 900px) {\n    .gai-report-hero,\n    .gai-report-credibility {\n      grid-template-columns: 1fr;\n    }\n\n    .gai-report-grid,\n    .gai-report-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .gai-report-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .gai-report-gallery-large {\n      min-height: auto;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .gai-report-page {\n      border-radius: 22px;\n    }\n\n    .gai-report-inner {\n      width: min(100% - 22px, 1160px);\n    }\n\n    .gai-report-title {\n      font-size: clamp(47px, 14.5vw, 65px);\n    }\n\n    .gai-report-card {\n      padding: 24px 19px;\n      border-radius: 23px;\n    }\n\n    .gai-report-cta {\n      width: 100%;\n    }\n\n    .gai-report-comparison-row {\n      grid-template-columns: 1.25fr 0.7fr 0.7fr;\n    }\n\n    .gai-report-comparison-row \u003e div {\n      padding: 13px 8px;\n      font-size: 11px;\n    }\n\n    .gai-report-gallery-frame {\n      min-height: 210px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .gai-report-page::after,\n    .gai-report-eyebrow-dot {\n      animation: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"gai-report-page\" id=\"gabbyai-full-report-details\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003cdiv class=\"gai-report-inner\"\u003e\n    \u003cdiv class=\"gai-report-hero\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"gai-report-eyebrow\"\u003e\n          \u003cspan class=\"gai-report-eyebrow-dot\"\u003e\u003c\/span\u003e\n          One-Time Full Report\n        \u003c\/div\u003e\n\n        \u003ch1 class=\"gai-report-title\"\u003e\n          One Braid.\n          \u003cspan\u003eFull Breakdown.™\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"gai-report-hero-copy\"\u003e\n          Get one complete GabbyAI™ braid analysis without starting a\n          subscription. Upload your braid and receive your\n          \u003cstrong\u003efull Slay Score™ report, personalized feedback and focused\n          practice plan.\u003c\/strong\u003e\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"gai-report-pills\"\u003e\n          \u003cspan class=\"gai-report-pill\"\u003eNo Subscription\u003c\/span\u003e\n          \u003cspan class=\"gai-report-pill\"\u003eComplete Report\u003c\/span\u003e\n          \u003cspan class=\"gai-report-pill\"\u003eOne-Time Payment\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"gai-report-cta gai-report-purchase-link\" href=\"#gabbyai-one-time-purchase\"\u003e\n          Get My Full Report →\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-card\"\u003e\n        \u003cp class=\"gai-report-card-label\"\u003e\n          GabbyAI™ Full Braid Report\n        \u003c\/p\u003e\n\n        \u003ch2 class=\"gai-report-card-title\"\u003e\n          See the braid the way a coach sees it.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"gai-report-card-copy\"\u003e\n          One detailed analysis designed to show you what worked, what held\n          the style back and what to practice next.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"gai-report-price-box\"\u003e\n          \u003cspan class=\"gai-report-price\"\u003e$2.99\u003c\/span\u003e\n\n          \u003cspan class=\"gai-report-price-meta\"\u003e\n            one-time purchase\u003cbr\u003e\n            no recurring charge\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"gai-report-list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"gai-report-check\"\u003e✓\u003c\/span\u003e\n\n            \u003cspan\u003e\n              \u003cstrong\u003eOne complete braid analysis\u003c\/strong\u003e\u003cbr\u003e\n              Submit one eligible braid photo for a full coaching report.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"gai-report-check\"\u003e✓\u003c\/span\u003e\n\n            \u003cspan\u003e\n              \u003cstrong\u003eComplete Slay Score™ breakdown\u003c\/strong\u003e\u003cbr\u003e\n              Review the technical categories behind your overall score.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"gai-report-check\"\u003e✓\u003c\/span\u003e\n\n            \u003cspan\u003e\n              \u003cstrong\u003eYour Biggest Win\u003c\/strong\u003e\u003cbr\u003e\n              Identify the strongest part of your technique.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"gai-report-check\"\u003e✓\u003c\/span\u003e\n\n            \u003cspan\u003e\n              \u003cstrong\u003eYour Biggest Opportunity\u003c\/strong\u003e\u003cbr\u003e\n              Learn the one correction capable of improving your next braid.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"gai-report-check\"\u003e✓\u003c\/span\u003e\n\n            \u003cspan\u003e\n              \u003cstrong\u003ePersonalized practice plan\u003c\/strong\u003e\u003cbr\u003e\n              Leave with a clear drill or next step.\n            \u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"gai-report-once\"\u003e\n          One payment. One complete report. No automatic renewal.\n        \u003c\/div\u003e\n\n        \u003ca class=\"gai-report-cta gai-report-purchase-link\" href=\"#gabbyai-one-time-purchase\"\u003e\n          Purchase My Full Report →\n        \u003c\/a\u003e\n\n        \u003cp class=\"gai-report-fine-print\"\u003e\n          This purchase includes one eligible full analysis. Additional\n          reports require a new purchase or an active GabbyAI™ membership.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT IS INCLUDED --\u003e\n\n  \u003cdiv class=\"gai-report-inner gai-report-section\"\u003e\n    \u003ch2 class=\"gai-report-section-title\"\u003e\n      Not a quick score.\n      \u003cspan\u003eA full coaching report.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"gai-report-section-copy\"\u003e\n      Your report is designed to help you understand the braid you created\n      and take one clear step toward improving the next one.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gai-report-grid\"\u003e\n\n      \u003cdiv class=\"gai-report-feature\"\u003e\n        \u003cdiv class=\"gai-report-feature-icon\"\u003e✦\u003c\/div\u003e\n\n        \u003ch3\u003eComplete Slay Score™\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Receive an overall score plus a detailed technical breakdown of\n          the visible braid.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-feature\"\u003e\n        \u003cdiv class=\"gai-report-feature-icon\"\u003e◎\u003c\/div\u003e\n\n        \u003ch3\u003eYour Biggest Win\u003c\/h3\u003e\n\n        \u003cp\u003e\n          See which part of your technique deserves to be repeated in your\n          next style.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-feature\"\u003e\n        \u003cdiv class=\"gai-report-feature-icon\"\u003e↗\u003c\/div\u003e\n\n        \u003ch3\u003eYour Priority Correction\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Focus on the single improvement likely to create the biggest\n          visible difference.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-feature\"\u003e\n        \u003cdiv class=\"gai-report-feature-icon\"\u003e◉\u003c\/div\u003e\n\n        \u003ch3\u003eVisual Feedback\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review feedback around visible parting, symmetry, braid path,\n          tension, distribution, control and finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-feature\"\u003e\n        \u003cdiv class=\"gai-report-feature-icon\"\u003e▥\u003c\/div\u003e\n\n        \u003ch3\u003ePersonalized Practice\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Get a focused exercise or next goal tied to the issue found in\n          your braid.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-feature\"\u003e\n        \u003cdiv class=\"gai-report-feature-icon\"\u003e★\u003c\/div\u003e\n\n        \u003ch3\u003eGabby101™ Perspective\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Receive coaching influenced by 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-report-inner gai-report-section\"\u003e\n    \u003ch2 class=\"gai-report-section-title\"\u003e\n      Purchase. Upload.\n      \u003cspan\u003eGet coached.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"gai-report-steps\"\u003e\n\n      \u003cdiv class=\"gai-report-step\"\u003e\n        \u003cdiv class=\"gai-report-step-number\"\u003e1\u003c\/div\u003e\n\n        \u003ch3\u003ePurchase one report\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Complete the one-time Shopify checkout. No subscription is added\n          to your order.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-step\"\u003e\n        \u003cdiv class=\"gai-report-step-number\"\u003e2\u003c\/div\u003e\n\n        \u003ch3\u003eUpload your braid\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Submit one bright, clear photo that shows the braid, parts and\n          overall shape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-step\"\u003e\n        \u003cdiv class=\"gai-report-step-number\"\u003e3\u003c\/div\u003e\n\n        \u003ch3\u003eReceive your full report\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review your score, technical coaching and personalized next\n          practice goal.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- APP PREVIEW --\u003e\n\n  \u003cdiv class=\"gai-report-inner gai-report-section\"\u003e\n    \u003ch2 class=\"gai-report-section-title\"\u003e\n      See what your report\n      \u003cspan\u003ecan reveal.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"gai-report-section-copy\"\u003e\n      Your analysis goes beyond whether the braid looks good. It breaks down\n      the visible technique behind the final result.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gai-report-gallery\"\u003e\n\n      \u003cdiv class=\"gai-report-gallery-frame gai-report-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 full visual feedback report\" loading=\"lazy\" width=\"1600\" height=\"1200\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-gallery-side\"\u003e\n\n        \u003cdiv class=\"gai-report-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 full Slay Score breakdown\" loading=\"lazy\" width=\"1200\" height=\"900\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gai-report-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 coaching progress interface\" 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!-- ONE TIME VS MEMBERSHIP --\u003e\n\n  \u003cdiv class=\"gai-report-inner gai-report-section\"\u003e\n    \u003ch2 class=\"gai-report-section-title\"\u003e\n      Need one answer—or\n      \u003cspan\u003eongoing coaching?\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"gai-report-section-copy\"\u003e\n      The one-time report is ideal when you want a complete evaluation\n      without committing to recurring access.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gai-report-comparison\"\u003e\n\n      \u003cdiv class=\"gai-report-comparison-row gai-report-comparison-head\"\u003e\n        \u003cdiv\u003eFeature\u003c\/div\u003e\n        \u003cdiv\u003eFull Report\u003c\/div\u003e\n        \u003cdiv\u003eMembership\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-comparison-row\"\u003e\n        \u003cdiv\u003ePrice\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003e$2.99 once\u003c\/div\u003e\n        \u003cdiv\u003e$0.99\/month\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-comparison-row\"\u003e\n        \u003cdiv\u003eEligible analyses\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003e1 total\u003c\/div\u003e\n        \u003cdiv\u003eUp to 5 daily\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-comparison-row\"\u003e\n        \u003cdiv\u003eComplete Slay Score™ report\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003e✓\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-comparison-row\"\u003e\n        \u003cdiv\u003ePersonalized practice recommendation\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003e✓\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-comparison-row\"\u003e\n        \u003cdiv\u003eOngoing progress tracking\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-no\"\u003e—\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003e✓\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gai-report-comparison-row\"\u003e\n        \u003cdiv\u003eRecurring charge\u003c\/div\u003e\n        \u003cdiv class=\"gai-report-yes\"\u003eNone\u003c\/div\u003e\n        \u003cdiv\u003eMonthly\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-report-inner gai-report-section\"\u003e\n    \u003cdiv class=\"gai-report-credibility\"\u003e\n\n      \u003cdiv\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\" 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 practical 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\n  \u003c!-- FAQ --\u003e\n\n  \u003cdiv class=\"gai-report-inner gai-report-section\"\u003e\n    \u003ch2 class=\"gai-report-section-title\"\u003e\n      Full report\n      \u003cspan\u003equestions.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"gai-report-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a subscription?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. This is a one-time purchase for one eligible complete\n          GabbyAI™ braid report. There is no automatic renewal.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many braids can I submit?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          This product includes one eligible braid-photo analysis. A second\n          report requires another one-time purchase or an active membership.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is included in the full report?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Your report includes an overall Slay Score™, technical category\n          feedback, your biggest win, your highest-impact opportunity,\n          personalized coaching and a focused practice recommendation.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat kind of photo should I upload?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Use a bright, clear photo showing the braid, parts and overall\n          shape. Avoid blurry photos, strong filters and angles that hide\n          the technique.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes one purchase include ongoing progress tracking?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Ongoing analyses and progress features are intended for active\n          membership access. This one-time product is designed for one\n          complete report.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes GabbyAI™ replace professional instruction?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. GabbyAI™ is an educational coaching tool. It does not replace\n          licensed professional services, hands-on education, cosmetology\n          training or medical advice.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs GabbyAI™ still in beta?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. Features and report formats may be improved as the coaching\n          system develops.\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-report-inner gai-report-final\"\u003e\n    \u003cdiv class=\"gai-report-final-card\"\u003e\n\n      \u003ch2\u003e\n        One braid can teach you a lot—when you know what to look for.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Get one complete GabbyAI™ report with your Slay Score™, personalized\n        feedback and clear next step for $2.99.\n      \u003c\/p\u003e\n\n      \u003ca class=\"gai-report-cta gai-report-purchase-link\" href=\"#gabbyai-one-time-purchase\"\u003e\n        Purchase My Full Report →\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        One-time payment. No subscription and no automatic renewal.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const purchaseLinks = document.querySelectorAll(\n      \".gai-report-purchase-link\"\n    );\n\n    function findProductPurchaseArea() {\n      return (\n        document.querySelector(\"product-form\") ||\n        document.querySelector('form[action*=\"\/cart\/add\"]') ||\n        document.querySelector(\".product-form\") ||\n        document.querySelector(\".product__info-container\") ||\n        document.querySelector('[id^=\"ProductInfo-\"]') ||\n        document.querySelector(\"#MainProduct\")\n      );\n    }\n\n    purchaseLinks.forEach(function (link) {\n      link.addEventListener(\"click\", function (event) {\n        event.preventDefault();\n\n        const purchaseArea = findProductPurchaseArea();\n\n        if (!purchaseArea) {\n          window.scrollTo({\n            top: 0,\n            behavior: \"smooth\"\n          });\n\n          return;\n        }\n\n        purchaseArea.setAttribute(\n          \"id\",\n          \"gabbyai-one-time-purchase\"\n        );\n\n        purchaseArea.scrollIntoView({\n          behavior: \"smooth\",\n          block: \"center\"\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Gabby-101","offers":[{"title":"Default Title","offer_id":49268394164483,"sku":null,"price":2.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/3849\/0627\/files\/8350EF75-3E74-4B5A-B7BB-3338DD9638E4_f739c556-f464-4b26-bb29-fe9f8808c226.png?v=1784067107","url":"https:\/\/gabby-101.myshopify.com\/products\/gabbyai-full-analysis-report","provider":"Gabby-101","version":"1.0","type":"link"}