{"id":2,"date":"2026-02-28T17:32:10","date_gmt":"2026-02-28T17:32:10","guid":{"rendered":"https:\/\/reviewscribe.com\/?page_id=2"},"modified":"2026-03-28T09:40:29","modified_gmt":"2026-03-28T09:40:29","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/reviewscribe.com\/?page_id=2","title":{"rendered":""},"content":{"rendered":"\n<style>\n\/* =====================================================\n   ReviewScribe \u2013 Global Styles (converted from React)\n   ===================================================== *\/\n:where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n    max-width: 100% !important;\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n}\n\/* ---------- Font Imports ---------- *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&display=swap');\n\n\/* Geist font (similar to Inter \u2013 use Inter as fallback) *\/\n:root {\n  --color-purple: #a750ff;\n  --color-teal:   #01CBA2;\n  --color-yellow: #fdca00;\n  --color-dark:   #030213;\n  --color-text:   #4d4d4d;\n  --color-muted:  #808080;\n}\n\n*, *::before, *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\nhtml {\n  font-size: 16px;\n  scroll-behavior: smooth;\n}\n\nbody {\n  font-family: 'Inter', system-ui, sans-serif;\n  background: #ffffff;\n  color: #000;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* ---------- Typography helpers ---------- *\/\n.font-geist { font-family: 'Inter', system-ui, sans-serif; }\n.font-inter  { font-family: 'Inter', system-ui, sans-serif; }\n\n\/* ---------- Scroll-reveal animations ---------- *\/\n.reveal {\n  opacity: 0;\n  transform: translateY(80px);\n  transition: opacity 1s ease, transform 1s ease;\n}\n.reveal.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* ---------- Hero entry animation ---------- *\/\n.hero-text-anim {\n  opacity: 0;\n  transform: translateY(30px);\n  animation: heroFadeUp 0.8s ease 0.2s forwards;\n}\n.hero-img-anim {\n  opacity: 0;\n  transform: translateY(40px);\n  animation: heroFadeUp 0.8s ease 0.4s forwards;\n}\n@keyframes heroFadeUp {\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* ---------- Navigation ---------- *\/\nnav.floating-nav {\n  position: fixed;\n  top: 1.5rem;\n  left: 0; right: 0;\n  z-index: 50;\n  display: flex;\n  justify-content: center;\n  padding: 0 1.25rem;\n  pointer-events: none;\n}\nnav.floating-nav .nav-inner {\n  max-width: 1280px;\n  width: 100%;\n  pointer-events: auto;\n}\nnav.floating-nav .nav-bar {\n  background: rgba(255,255,255,0.95);\n  backdrop-filter: blur(12px);\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 0.5rem 1rem;\n  border-radius: 32px;\n  width: 100%;\n  box-shadow: 0 4px 24px -8px rgba(0,0,0,0.05);\n  border: 0.5px solid rgba(0,0,0,0.1);\n  transition: all 0.3s;\n}\n\n\/* ---------- Mobile Menu ---------- *\/\n.mobile-menu {\n  display: none;\n  position: fixed;\n  top: 5rem;\n  left: 1rem; right: 1rem;\n  background: rgba(255,255,255,0.98);\n  border-radius: 20px;\n  padding: 1.5rem;\n  box-shadow: 0 8px 32px rgba(0,0,0,0.12);\n  border: 0.5px solid rgba(0,0,0,0.1);\n  z-index: 49;\n  flex-direction: column;\n  gap: 1rem;\n}\n.mobile-menu.open { display: flex; }\n.mobile-menu a, .mobile-menu button {\n  font-size: 1rem;\n  font-weight: 500;\n  color: #4d4d4d;\n  text-decoration: none;\n  padding: 0.5rem 0;\n  border: none;\n  background: none;\n  cursor: pointer;\n  text-align: left;\n}\n.mobile-menu a:hover, .mobile-menu button:hover { color: #000; }\n\n\/* ---------- Accordion (WooCommerce) ---------- *\/\n.accordion-item {\n  border-bottom: 1px solid #ccc;\n  cursor: pointer;\n  transition: padding 0.3s;\n  padding: 1.5rem 0;\n}\n.accordion-item.first { border-top: 1px solid #ccc; }\n.accordion-item.active { padding: 2rem 0; }\n.accordion-title {\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 1.5rem;\n  line-height: 1.4;\n  color: #666;\n  transition: color 0.2s;\n}\n.accordion-item.active .accordion-title { color: #000; }\n.accordion-body {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.35s ease, opacity 0.3s;\n  opacity: 0;\n}\n.accordion-item.active .accordion-body {\n  max-height: 200px;\n  opacity: 1;\n}\n.accordion-body p {\n  font-size: 1rem;\n  color: #4d4d4d;\n  line-height: 1.5;\n  padding-top: 0.5rem;\n}\n\n\/* Accordion image container *\/\n.accordion-img-wrap {\n  position: relative;\n  overflow: hidden;\n  border-radius: 25px;\n  border: 2px solid;\n}\n.accordion-img-wrap img {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: contain;\n  object-position: center;\n  transition: opacity 0.3s ease;\n}\n\n\/* ---------- Section divider stripe ---------- *\/\n.section-divider {\n  display: flex;\n  align-items: center;\n  gap: 1.5rem;\n  width: 100%;\n}\n.section-divider .stripe {\n  background: var(--color-yellow);\n  height: 4px;\n  border-radius: 99px;\n  width: 24px;\n  flex-shrink: 0;\n}\n.section-divider .label {\n  font-weight: 500;\n  font-size: 1rem;\n  letter-spacing: 0.64px;\n  text-transform: uppercase;\n  color: #4d4d4d;\n  white-space: nowrap;\n}\n.section-divider .dashed-line {\n  flex: 1;\n  height: 1px;\n  opacity: 0.4;\n  background-image: repeating-linear-gradient(to right, #999 0px, #999 10px, transparent 10px, transparent 20px);\n}\n\n\/* Purple variant (WooCommerce sections) *\/\n.section-divider .stripe.purple { background: var(--color-purple); }\n\n\/* ---------- Bullet points ---------- *\/\n.bullet-list { display: flex; flex-direction: column; gap: 0.5rem; }\n.bullet-item { display: flex; align-items: center; gap: 0.75rem; }\n.bullet-dot { flex-shrink: 0; width: 12px; height: 12px; }\n.bullet-text { font-size: 1.125rem; color: #4d4d4d; line-height: 1.44; letter-spacing: -0.09px; }\n\n\/* ---------- Feature section layout ---------- *\/\n.feature-section {\n  display: flex;\n  flex-direction: column;\n  gap: 1.5rem;\n  align-items: flex-start;\n  width: 100%;\n  max-width: 510px;\n  flex-shrink: 0;\n}\n.feature-section h4 {\n  font-weight: 600;\n  font-size: 1.75rem;\n  line-height: 2.375rem;\n  letter-spacing: -0.14px;\n  color: #000;\n}\n\n\/* ---------- CTA Section ---------- *\/\n.cta-section {\n  background: linear-gradient(to bottom, #180031, #012a21);\n  border-radius: 25px;\n  overflow: hidden;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  padding: 100px 1.25rem;\n  min-height: 480px;\n}\n\n\/* ---------- Footer ---------- *\/\nfooter.site-footer {\n  background: #f5eaff;\n  overflow: hidden;\n  position: relative;\n  padding: 3.5rem 0;\n}\n\n\/* ---------- Utility: line-clamp, selection ---------- *\/\n::selection { background: rgba(167, 80, 255, 0.2); }\n\n\/* ---------- Responsive ---------- *\/\n@media (max-width: 1024px) {\n  .desktop-nav-links { display: none !important; }\n  .mobile-menu-btn  { display: flex !important; }\n}\n@media (min-width: 1024px) {\n  .mobile-menu-btn { display: none !important; }\n  nav.floating-nav  { padding: 0; }\n}\n@media (max-width: 1280px) {\n  nav.floating-nav { padding: 0 1.25rem; }\n}\n\n\/* ---------- WooCommerce Hero circles ---------- *\/\n.woo-hero-bg {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  pointer-events: none;\n  overflow: hidden;\n  min-width: 1440px;\n  z-index: 0;\n}\n.woo-circle {\n  position: absolute;\n  top: 50%; left: 50%;\n  transform: translate(-50%, -50%);\n  border-radius: 50%;\n}\n\n\/* ---------- Parallax (JS-driven via data-parallax) ---------- *\/\n.parallax-el { will-change: transform; }\n\n<\/style>\n\n\n\n<script>\n\/* =====================================================\n   ReviewScribe \u2013 Main JS (converted from React)\n   ===================================================== *\/\n\ndocument.addEventListener('DOMContentLoaded', () => {\n\n  \/\/ \u2500\u2500\u2500 1. Scroll-reveal (Intersection Observer) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  const reveals = document.querySelectorAll('.reveal');\n  const revealObserver = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        revealObserver.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.15 });\n\n  reveals.forEach(el => revealObserver.observe(el));\n\n  \/\/ \u2500\u2500\u2500 2. Mobile menu toggle \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  const mobileMenuBtn = document.getElementById('mobile-menu-btn');\n  const mobileMenu    = document.getElementById('mobile-menu');\n\n  if (mobileMenuBtn && mobileMenu) {\n    mobileMenuBtn.addEventListener('click', () => {\n      mobileMenu.classList.toggle('open');\n    });\n    \/\/ Close on outside click\n    document.addEventListener('click', (e) => {\n      if (!mobileMenu.contains(e.target) && !mobileMenuBtn.contains(e.target)) {\n        mobileMenu.classList.remove('open');\n      }\n    });\n  }\n\n  \/\/ \u2500\u2500\u2500 3. Accordion (generic) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  initAccordion('.collect-accordion', '.collect-img');\n  initAccordion('.customize-accordion', '.customize-img');\n\n  function initAccordion(accordionSelector, imgSelector) {\n    const section = document.querySelector(accordionSelector);\n    if (!section) return;\n\n    const items  = section.querySelectorAll('.accordion-item');\n    const imgEl  = document.querySelector(imgSelector);\n\n    items.forEach((item, idx) => {\n      item.addEventListener('click', () => {\n        \/\/ Deactivate all\n        items.forEach(i => i.classList.remove('active'));\n        \/\/ Activate clicked\n        item.classList.add('active');\n        \/\/ Swap image\n        if (imgEl) {\n          const src = item.dataset.img;\n          if (src) imgEl.src = src;\n        }\n      });\n    });\n  }\n\n  \/\/ \u2500\u2500\u2500 4. Parallax (subtle scroll offset for decorative shapes) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  const parallaxEls = document.querySelectorAll('[data-parallax]');\n\n  if (parallaxEls.length) {\n    function applyParallax() {\n      parallaxEls.forEach(el => {\n        const container = el.closest('[data-parallax-container]') || el.parentElement;\n        if (!container) return;\n        const rect = container.getBoundingClientRect();\n        const wh   = window.innerHeight;\n        const totalDist = wh + rect.height;\n        const curDist   = wh - rect.top;\n        let progress = Math.max(0, Math.min(1, curDist \/ totalDist));\n        const speed = parseFloat(el.dataset.parallax) || 200;\n        const yOff  = -speed \/ 2 + progress * speed;\n        el.style.transform = `translateY(${yOff}px)`;\n      });\n    }\n    window.addEventListener('scroll', applyParallax, { passive: true });\n    applyParallax();\n  }\n\n  \/\/ \u2500\u2500\u2500 5. Active nav link (highlight current page) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  const currentPage = window.location.pathname.split('\/').pop() || 'index.html';\n  document.querySelectorAll('[data-nav-link]').forEach(link => {\n    const href = link.getAttribute('href') || '';\n    if (href.includes(currentPage) || (currentPage === 'index.html' && href === 'index.html')) {\n      link.classList.add('!text-black');\n      link.classList.remove('text-[#808080]');\n    }\n  });\n\n});\n\n<\/script>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>ReviewScribe \u2013 Take control of your store reviews<\/title>\n\n  <!-- Fonts -->\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n\n  <!-- Tailwind CSS (CDN \u2013 supports arbitrary values) -->\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n  <script>\n    tailwind.config = {\n      theme: {\n        extend: {\n          fontFamily: {\n            'Geist': ['Inter', 'system-ui', 'sans-serif'],\n            'Inter_Variable': ['Inter', 'system-ui', 'sans-serif'],\n          }\n        }\n      }\n    };\n  <\/script>\n\n  <!-- Custom styles -->\n  <link rel=\"stylesheet\" href=\"style.css\" \/>\n<\/head>\n<body class=\"bg-white font-sans selection:bg-purple-200\">\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     NAVIGATION\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<nav class=\"floating-nav\">\n  <div class=\"nav-inner\">\n    <div class=\"nav-bar\">\n\n      <!-- Logo -->\n      <a href=\"index.html\" class=\"h-[28px] relative shrink-0 w-[188px] block\">\n        <svg class=\"absolute block w-full h-full\" fill=\"none\" preserveAspectRatio=\"none\" viewBox=\"0 0 188 28\">\n          <g>\n            <path d=\"M149.76 23.042V10.2254H152.669V12.3494H152.705C152.937 11.6212 153.3 11.0669 153.795 10.6866C154.298 10.2982 154.956 10.104 155.771 10.104C155.978 10.104 156.162 10.1121 156.321 10.1283C156.489 10.1364 156.633 10.1445 156.752 10.1526V12.8713C156.641 12.8551 156.449 12.8348 156.178 12.8106C155.906 12.7863 155.623 12.7742 155.328 12.7742C154.609 12.7742 154.002 13.025 153.508 13.5267C153.021 14.0283 152.777 14.7808 152.777 15.7841V23.042H149.76Z\" fill=\"#303030\"\/>\n            <path d=\"M96.4977 23.3333C95.2365 23.3333 94.1429 23.0461 93.2169 22.4716C92.2909 21.8971 91.5765 21.1082 91.0736 20.1049C90.5787 19.0935 90.3313 17.9405 90.3313 16.6459C90.3313 15.3432 90.5867 14.1901 91.0976 13.1868C91.6164 12.1754 92.3309 11.3825 93.2409 10.808C94.1509 10.2254 95.1966 9.93411 96.378 9.93411C97.5913 9.93411 98.653 10.2173 99.563 10.7837C100.473 11.3501 101.179 12.135 101.682 13.1383C102.185 14.1335 102.437 15.2865 102.437 16.5973V17.4348H93.2888C93.3287 18.4785 93.632 19.32 94.1988 19.9593C94.7655 20.5985 95.5558 20.9181 96.5696 20.9181C97.3279 20.9181 97.9545 20.7522 98.4494 20.4205C98.9444 20.0806 99.2796 19.6356 99.4552 19.0854H102.281C102.121 19.9188 101.77 20.6551 101.227 21.2943C100.693 21.9335 100.018 22.4352 99.2038 22.7993C98.3896 23.1553 97.4875 23.3333 96.4977 23.3333ZM93.3127 15.3229H99.5391C99.4433 14.4086 99.116 13.6885 98.5572 13.1625C98.0064 12.6285 97.296 12.3615 96.4259 12.3615C95.5478 12.3615 94.8334 12.6285 94.2826 13.1625C93.7398 13.6885 93.4165 14.4086 93.3127 15.3229Z\" fill=\"#303030\"\/>\n            <path d=\"M106.155 23.042L102.252 10.2254H105.425L106.73 15.0923C106.93 15.8529 107.121 16.6378 107.305 17.4469C107.488 18.256 107.676 19.0571 107.867 19.85C108.059 19.0571 108.255 18.256 108.454 17.4469C108.654 16.6378 108.857 15.8529 109.065 15.0923L110.406 10.2254H113.196L114.525 15.0923C114.724 15.8529 114.92 16.6337 115.112 17.4348C115.311 18.2358 115.511 19.0328 115.71 19.8257C115.894 19.0328 116.077 18.2358 116.261 17.4348C116.445 16.6337 116.636 15.8529 116.836 15.0923L118.141 10.2254H121.35L117.434 23.042H114.297L112.765 17.7018C112.597 17.1111 112.433 16.5043 112.274 15.8812C112.114 15.2582 111.955 14.6352 111.795 14.0121C111.643 14.6352 111.488 15.2582 111.328 15.8812C111.168 16.5043 111.001 17.1111 110.825 17.7018L109.268 23.042H106.155Z\" fill=\"#303030\"\/>\n            <path d=\"M85.9541 23.042V10.2254H88.9715V23.042H85.9541ZM87.4628 8.3199C86.944 8.3199 86.5129 8.15402 86.1697 7.82228C85.8264 7.48244 85.6548 7.06574 85.6548 6.57217C85.6548 6.0786 85.8264 5.66594 86.1697 5.3342C86.5129 5.00246 86.944 4.83658 87.4628 4.83658C87.9737 4.83658 88.4008 5.00246 88.744 5.3342C89.0873 5.66594 89.2589 6.0786 89.2589 6.57217C89.2589 7.06574 89.0873 7.48244 88.744 7.82228C88.4008 8.15402 87.9737 8.3199 87.4628 8.3199Z\" fill=\"#303030\"\/>\n            <path d=\"M142.724 23.3333C141.495 23.3333 140.414 23.0501 139.48 22.4837C138.554 21.9174 137.831 21.1325 137.312 20.1292C136.801 19.1258 136.546 17.9647 136.546 16.6459C136.546 15.327 136.801 14.1659 137.312 13.1625C137.831 12.1511 138.554 11.3622 139.48 10.7958C140.414 10.2214 141.495 9.93411 142.724 9.93411C143.786 9.93411 144.732 10.1445 145.562 10.5652C146.392 10.9779 147.059 11.5524 147.562 12.2887C148.073 13.0169 148.372 13.8584 148.46 14.8132H145.502C145.391 14.1254 145.099 13.5671 144.628 13.1383C144.165 12.7013 143.543 12.4829 142.76 12.4829C141.771 12.4829 140.996 12.8591 140.437 13.6116C139.879 14.3641 139.599 15.3755 139.599 16.6459C139.599 17.9081 139.879 18.9155 140.437 19.668C140.996 20.4124 141.771 20.7846 142.76 20.7846C143.551 20.7846 144.165 20.5742 144.604 20.1534C145.043 19.7246 145.335 19.1542 145.478 18.4421H148.46C148.388 19.3807 148.097 20.2182 147.586 20.9545C147.083 21.6908 146.412 22.2734 145.574 22.7022C144.744 23.123 143.794 23.3333 142.724 23.3333Z\" fill=\"#303030\"\/>\n            <path d=\"M157.861 23.042V10.2254H160.878V23.042H157.861ZM159.369 8.3199C158.851 8.3199 158.419 8.15402 158.076 7.82228C157.733 7.48244 157.561 7.06574 157.561 6.57217C157.561 6.0786 157.733 5.66594 158.076 5.3342C158.419 5.00246 158.851 4.83658 159.369 4.83658C159.88 4.83658 160.307 5.00246 160.651 5.3342C160.994 5.66594 161.165 6.0786 161.165 6.57217C161.165 7.06574 160.994 7.48244 160.651 7.82228C160.307 8.15402 159.88 8.3199 159.369 8.3199Z\" fill=\"#303030\"\/>\n            <path d=\"M106.155 23.042L102.252 10.2254H105.425L106.73 15.0923C106.93 15.8529 107.121 16.6378 107.305 17.4469C107.488 18.256 107.676 19.0571 107.867 19.85C108.059 19.0571 108.255 18.256 108.454 17.4469C108.654 16.6378 108.857 15.8529 109.065 15.0923L110.406 10.2254H113.196L114.525 15.0923C114.724 15.8529 114.92 16.6337 115.112 17.4348C115.311 18.2358 115.511 19.0328 115.71 19.8257C115.894 19.0328 116.077 18.2358 116.261 17.4348C116.445 16.6337 116.636 15.8529 116.836 15.0923L118.141 10.2254H121.35L117.434 23.042H114.297L112.765 17.7018C112.597 17.1111 112.433 16.5043 112.274 15.8812C112.114 15.2582 111.955 14.6352 111.795 14.0121C111.643 14.6352 111.488 15.2582 111.328 15.8812C111.168 16.5043 111.001 17.1111 110.825 17.7018L109.268 23.042H106.155Z\" fill=\"#303030\"\/>\n            <path d=\"M96.4977 23.3333C95.2365 23.3333 94.1429 23.0461 93.2169 22.4716C92.2909 21.8971 91.5765 21.1082 91.0736 20.1049C90.5787 19.0935 90.3313 17.9405 90.3313 16.6459C90.3313 15.3432 90.5867 14.1901 91.0976 13.1868C91.6164 12.1754 92.3309 11.3825 93.2409 10.808C94.1509 10.2254 95.1966 9.93411 96.378 9.93411C97.5913 9.93411 98.653 10.2173 99.563 10.7837C100.473 11.3501 101.179 12.135 101.682 13.1383C102.185 14.1335 102.437 15.2865 102.437 16.5973V17.4348H93.2888C93.3287 18.4785 93.632 19.32 94.1988 19.9593C94.7655 20.5985 95.5558 20.9181 96.5696 20.9181C97.3279 20.9181 97.9545 20.7522 98.4494 20.4205C98.9444 20.0806 99.2796 19.6356 99.4552 19.0854H102.281C102.121 19.9188 101.77 20.6551 101.227 21.2943C100.693 21.9335 100.018 22.4352 99.2038 22.7993C98.3896 23.1553 97.4875 23.3333 96.4977 23.3333ZM93.3127 15.3229H99.5391C99.4433 14.4086 99.116 13.6885 98.5572 13.1625C98.0064 12.6285 97.296 12.3615 96.4259 12.3615C95.5478 12.3615 94.8334 12.6285 94.2826 13.1625C93.7398 13.6885 93.4165 14.4086 93.3127 15.3229Z\" fill=\"#303030\"\/>\n            <path d=\"M85.9541 23.042V10.2254H88.9715V23.042H85.9541ZM87.4628 8.3199C86.944 8.3199 86.5129 8.15402 86.1697 7.82228C85.8264 7.48244 85.6548 7.06574 85.6548 6.57217C85.6548 6.0786 85.8264 5.66594 86.1697 5.3342C86.5129 5.00246 86.944 4.83658 87.4628 4.83658C87.9737 4.83658 88.4008 5.00246 88.744 5.3342C89.0873 5.66594 89.2589 6.0786 89.2589 6.57217C89.2589 7.06574 89.0873 7.48244 88.744 7.82228C88.4008 8.15402 87.9737 8.3199 87.4628 8.3199Z\" fill=\"#303030\"\/>\n            <path d=\"M77.0749 23.042L72.3213 10.2254H75.5183L77.8292 16.9007C77.9969 17.4105 78.1565 17.9202 78.3082 18.43C78.4678 18.9317 78.6235 19.4333 78.7752 19.935C78.9268 19.4333 79.0785 18.9317 79.2302 18.43C79.3818 17.9202 79.5375 17.4105 79.6971 16.9007L81.9721 10.2254H85.1332L80.3796 23.042H77.0749Z\" fill=\"#303030\"\/>\n            <path d=\"M66.6391 23.3333C65.3778 23.3333 64.2842 23.0461 63.3583 22.4716C62.4323 21.8971 61.7179 21.1082 61.215 20.1049C60.72 19.0935 60.4726 17.9405 60.4726 16.6459C60.4726 15.3432 60.728 14.1901 61.2389 13.1868C61.7578 12.1754 62.4722 11.3825 63.3822 10.808C64.2922 10.2254 65.3379 9.93411 66.5193 9.93411C67.7327 9.93411 68.7943 10.2173 69.7043 10.7837C70.6143 11.3501 71.3208 12.135 71.8237 13.1383C72.3266 14.1335 72.578 15.2865 72.578 16.5973V17.4348H63.4301C63.47 18.4785 63.7734 19.32 64.3401 19.9593C64.9069 20.5985 65.6971 20.9181 66.7109 20.9181C67.4692 20.9181 68.0959 20.7522 68.5908 20.4205C69.0857 20.0806 69.421 19.6356 69.5966 19.0854H72.4224C72.2627 19.9188 71.9115 20.6551 71.3687 21.2943C70.8339 21.9335 70.1593 22.4352 69.3451 22.7993C68.5309 23.1553 67.6289 23.3333 66.6391 23.3333ZM63.4541 15.3229H69.6804C69.5846 14.4086 69.2573 13.6885 68.6985 13.1625C68.1478 12.6285 67.4373 12.3615 66.5672 12.3615C65.6891 12.3615 64.9747 12.6285 64.4239 13.1625C63.8811 13.6885 63.5578 14.4086 63.4541 15.3229Z\" fill=\"#303030\"\/>\n            <path d=\"M169.65 23.2969C168.819 23.2969 168.069 23.1149 167.398 22.7508C166.736 22.3867 166.209 21.8324 165.818 21.088H165.794V23.042H162.825V4.95795H165.842V12.0459H165.866C166.273 11.342 166.804 10.8201 167.458 10.4803C168.113 10.1404 168.847 9.97053 169.662 9.97053C170.747 9.97053 171.697 10.2537 172.511 10.8201C173.333 11.3784 173.972 12.1592 174.427 13.1625C174.89 14.1578 175.122 15.3108 175.122 16.6216C175.122 17.9567 174.894 19.1258 174.439 20.1292C173.992 21.1244 173.357 21.9012 172.535 22.4595C171.713 23.0178 170.751 23.2969 169.65 23.2969ZM168.943 20.736C169.877 20.736 170.631 20.3841 171.206 19.6801C171.781 18.9681 172.068 17.9486 172.068 16.6216C172.068 15.3027 171.781 14.2872 171.206 13.5752C170.631 12.8632 169.877 12.5072 168.943 12.5072C167.953 12.5072 167.159 12.8834 166.56 13.6359C165.97 14.3803 165.674 15.3755 165.674 16.6216C165.674 17.8676 165.97 18.8669 166.56 19.6194C167.159 20.3638 167.953 20.736 168.943 20.736Z\" fill=\"#303030\"\/>\n            <path d=\"M182.061 23.3333C180.8 23.3333 179.706 23.0461 178.78 22.4716C177.854 21.8971 177.14 21.1082 176.637 20.1049C176.142 19.0935 175.895 17.9405 175.895 16.6459C175.895 15.3432 176.15 14.1901 176.661 13.1868C177.18 12.1754 177.894 11.3825 178.804 10.808C179.714 10.2254 180.76 9.93411 181.941 9.93411C183.155 9.93411 184.216 10.2173 185.126 10.7837C186.036 11.3501 186.743 12.135 187.246 13.1383C187.749 14.1335 188 15.2865 188 16.5973V17.4348H178.852C178.892 18.4785 179.195 19.32 179.762 19.9593C180.329 20.5985 181.119 20.9181 182.133 20.9181C182.891 20.9181 183.518 20.7522 184.013 20.4205C184.508 20.0806 184.843 19.6356 185.019 19.0854H187.844C187.685 19.9188 187.333 20.6551 186.791 21.2943C186.256 21.9335 185.581 22.4352 184.767 22.7993C183.953 23.1553 183.051 23.3333 182.061 23.3333ZM178.876 15.3229H185.102C185.007 14.4086 184.679 13.6885 184.121 13.1625C183.57 12.6285 182.859 12.3615 181.989 12.3615C181.111 12.3615 180.397 12.6285 179.846 13.1625C179.303 13.6885 178.98 14.4086 178.876 15.3229Z\" fill=\"#303030\"\/>\n            <path d=\"M46.7081 23.042V4.95795H53.6648C54.9739 4.95795 56.1035 5.1926 57.0534 5.6619C58.0113 6.13119 58.7497 6.79873 59.2685 7.6645C59.7874 8.53027 60.0468 9.55382 60.0468 10.7352C60.0468 11.965 59.7475 13.0209 59.1488 13.9029C58.5501 14.7849 57.7199 15.4443 56.6582 15.8812L60.3821 23.042H56.8977L53.5451 16.4638C53.5211 16.4638 53.4932 16.4638 53.4613 16.4638H49.8691V23.042H46.7081ZM49.8691 13.8179H53.5092C54.5628 13.8179 55.397 13.5428 56.0117 12.9926C56.6263 12.4343 56.9336 11.6818 56.9336 10.7352C56.9336 9.79656 56.6223 9.05216 55.9997 8.50195C55.385 7.95174 54.5469 7.67664 53.4852 7.67664H49.8691V13.8179Z\" fill=\"#303030\"\/>\n            <!-- Teal pill (bottom) -->\n            <path d=\"M0 7C0 3.13401 3.13679 0 7.00621 0H28.0248C31.8943 0 35.0311 3.13401 35.0311 7C35.0311 10.866 31.8943 14 28.0248 14H0V7Z\" fill=\"#01CBA2\"\/>\n            <!-- Purple pill (top) -->\n            <path d=\"M35.0311 21C35.0311 17.134 31.8943 14 28.0248 14H7.00621C3.13679 14 0 17.134 0 21C0 24.866 3.13679 28 7.00621 28H35.0311V21Z\" fill=\"#A750FF\"\/>\n            <!-- Star -->\n            <path d=\"M17.5155 3.5L20.248 9.2715L26.6169 8.75L22.9804 14L26.6169 19.25L20.248 18.7285L17.5155 24.5L14.7831 18.7285L8.41419 19.25L12.0507 14L8.41419 8.75L14.7831 9.2715L17.5155 3.5Z\" fill=\"white\"\/>\n          <\/g>\n        <\/svg>\n      <\/a>\n\n      <!-- Desktop Nav Links (center) -->\n      <div class=\"desktop-nav-links hidden lg:flex gap-[24px] items-center\">\n        <a href=\"index.html\" data-nav-link class=\"font-medium text-[16px] text-black py-1 hover:text-[#808080] transition-colors\">Home<\/a>\n        <a href=\"woocommerce.html\" data-nav-link class=\"font-medium text-[16px] text-[#808080] hover:text-black transition-colors py-1\">WooCommerce<\/a>\n        <a href=\"#\" class=\"font-medium text-[16px] text-[#808080] hover:text-black transition-colors py-1\">Collect<\/a>\n        <a href=\"#\" class=\"font-medium text-[16px] text-[#808080] hover:text-black transition-colors py-1\">Showcase<\/a>\n        <a href=\"#\" class=\"font-medium text-[16px] text-[#808080] hover:text-black transition-colors py-1\">Analytics<\/a>\n      <\/div>\n\n      <!-- Desktop Right Links & CTA -->\n      <div class=\"desktop-nav-links hidden lg:flex gap-[24px] items-center\">\n        <a href=\"#\" class=\"font-medium text-[16px] text-[#808080] hover:text-black transition-colors py-1\">Price<\/a>\n        <a href=\"#\" class=\"font-medium text-[16px] text-[#808080] hover:text-black transition-colors py-1\">Blog<\/a>\n        <a href=\"#\" class=\"font-medium text-[16px] text-[#808080] hover:text-black transition-colors py-1\">Support<\/a>\n        <button class=\"bg-[#a750ff] hover:bg-purple-600 transition-colors flex gap-2 items-center px-4 py-2 rounded-[20px] group\">\n          <span class=\"font-normal text-[16px] text-white\">Login<\/span>\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 14 14\" fill=\"none\">\n            <path d=\"M12.9388 11.7517C11.9869 10.1061 10.52 8.92608 8.80815 8.3667C9.65492 7.86261 10.3128 7.0945 10.6808 6.18032C11.0488 5.26614 11.1065 4.25645 10.8451 3.3063C10.5837 2.35615 10.0176 1.51807 9.23376 0.920778C8.44994 0.323485 7.49173 0 6.50627 0C5.52082 0 4.5626 0.323485 3.77879 0.920778C2.99497 1.51807 2.42889 2.35615 2.16749 3.3063C1.90608 4.25645 1.96379 5.26614 2.33176 6.18032C2.69974 7.0945 3.35763 7.86261 4.2044 8.3667C2.49252 8.92545 1.02565 10.1055 0.0737727 11.7517C-0.00435578 12.004 -0.00106704 12.0713 0.0153504 12.136C0.0317679 12.2008 0.0609815 12.2615 0.101268 12.3148C0.141554 12.368 0.192096 12.4127 0.249913 12.4461C0.307730 12.4795 0.437903 12.5092 0.635661 12.4943C0.699926 12.4762 0.759911 12.4454 0.812077 12.4038C0.864244 12.3621 0.907536 12.3104 0.939398 12.2517C2.1169 10.2167 4.19815 9.0017 6.50627 9.0017C8.8144 9.0017 10.8956 10.2167 12.0731 12.2517C12.105 12.3104 12.1483 12.3621 12.2005 12.4038C12.2526 12.4454 12.3126 12.4762 12.3769 12.4943C12.4411 12.5125 12.5084 12.5175 12.5746 12.5092C12.6409 12.5009 12.7048 12.4795 12.7626 12.4461C12.8204 12.4127 12.871 12.368 12.9113 12.3148C12.9516 12.2615 12.9808 12.2008 12.9972 12.136C13.0136 12.0713 13.0169 12.004 13.0069 11.938C12.9968 11.872 12.9737 11.8086 12.9388 11.7517ZM3.00627 4.5017C3.00627 3.80947 3.21154 3.13278 3.59613 2.5572C3.98071 1.98163 4.52734 1.53303 5.16688 1.26812C5.80642 1.00322 6.51016 0.933903 7.18909 1.06895C7.86802 1.204 8.49166 1.53734 8.98115 2.02683C9.47063 2.51631 9.80397 3.13995 9.93902 3.81888C10.0741 4.49782 10.0048 5.20155 9.73985 5.84109C9.47494 6.48063 9.02634 7.02726 8.45077 7.41184C7.8752 7.79643 7.19851 8.0017 6.50627 8.0017C5.57832 8.00071 4.68866 7.63164 4.0325 6.97548C3.37633 6.31932 3.00727 5.42965 3.00627 4.5017Z\" fill=\"white\"\/>\n          <\/svg>\n        <\/button>\n      <\/div>\n\n      <!-- Mobile menu button -->\n      <button id=\"mobile-menu-btn\" class=\"mobile-menu-btn lg:hidden flex items-center justify-center p-2 text-slate-600\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"><\/line>\n          <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line>\n          <line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"><\/line>\n        <\/svg>\n      <\/button>\n    <\/div>\n  <\/div>\n<\/nav>\n\n<!-- Mobile Menu -->\n<div id=\"mobile-menu\" class=\"mobile-menu\">\n  <a href=\"index.html\">Home<\/a>\n  <a href=\"woocommerce.html\">WooCommerce<\/a>\n  <a href=\"#\">Collect<\/a>\n  <a href=\"#\">Showcase<\/a>\n  <a href=\"#\">Analytics<\/a>\n  <a href=\"#\">Price<\/a>\n  <a href=\"#\">Blog<\/a>\n  <a href=\"#\">Support<\/a>\n  <button class=\"bg-[#a750ff] text-white rounded-[20px] px-4 py-2 text-left\">Login<\/button>\n<\/div>\n\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     MAIN CONTENT\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<main class=\"flex flex-col w-full pb-[120px] gap-[120px]\">\n\n  <!-- \u2500\u2500 HERO SECTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"relative w-full flex justify-center pt-32 pb-0 overflow-hidden bg-[#FFFAE6] max-h-[1020px]\">\n\n    <!-- Background polygons -->\n    <div class=\"absolute inset-0 flex justify-center items-center pointer-events-none overflow-hidden\" style=\"min-width:1440px;z-index:0\">\n      <div class=\"absolute\" style=\"top:40%;left:50%;transform:translate(-50%,-50%);width:2008px;height:2007px\">\n        <svg class=\"w-full h-full\" fill=\"none\" viewBox=\"0 0 2008.84 2007.15\" preserveAspectRatio=\"none\">\n          <path d=\"M998.952 0.732474C1002.59 0.422685 1006.25 0.422686 1009.89 0.732474L1168.8 14.2569C1172.44 14.5667 1176.05 15.186 1179.58 16.1065L1333.91 56.292C1337.45 57.2126 1340.9 58.4318 1344.23 59.9366L1489.55 125.627C1492.88 127.132 1496.08 128.916 1499.1 130.962L1631.23 220.267C1634.26 222.312 1637.11 224.612 1639.75 227.14L1754.89 337.49C1757.52 340.018 1759.94 342.766 1762.11 345.703L1856.95 473.925C1859.12 476.862 1861.04 479.979 1862.68 483.241L1934.48 625.646C1936.12 628.907 1937.49 632.303 1938.56 635.796L1985.26 788.286C1986.33 791.779 1987.1 795.357 1987.56 798.981L2007.82 957.17C2008.28 960.793 2008.44 964.45 2008.28 968.1L2001.52 1127.44C2001.36 1131.09 2000.9 1134.72 2000.13 1138.29L1966.53 1294.19C1965.76 1297.76 1964.69 1301.26 1963.32 1304.65L1903.86 1452.63C1902.5 1456.02 1900.85 1459.29 1898.94 1462.4L1815.32 1598.2C1813.4 1601.31 1811.23 1604.25 1808.81 1607L1703.45 1726.71C1701.03 1729.46 1698.39 1731.99 1695.55 1734.28L1571.47 1834.47C1568.63 1836.77 1565.59 1838.82 1562.4 1840.6L1423.18 1918.38C1419.99 1920.16 1416.65 1921.67 1413.21 1922.88L1262.84 1976.01C1259.39 1977.23 1255.85 1978.15 1252.25 1978.77L1095.06 2005.72C1091.46 2006.34 1087.81 2006.65 1084.16 2006.65H924.681C921.028 2006.65 917.381 2006.34 913.781 2005.72L756.594 1978.77C752.994 1978.15 749.452 1977.23 746.007 1976.01L595.636 1922.88C592.192 1921.67 588.857 1920.16 585.667 1918.38L446.438 1840.6C443.249 1838.82 440.217 1836.77 437.375 1834.47L313.292 1734.28C310.45 1731.99 307.808 1729.46 305.395 1726.71L200.03 1607C197.616 1604.25 195.44 1601.31 193.525 1598.2L109.908 1462.4C107.992 1459.29 106.344 1456.02 104.982 1452.63L45.519 1304.65C44.157 1301.26 43.0856 1297.76 42.3159 1294.19L8.71631 1138.29C7.94666 1134.72 7.48171 1131.09 7.32666 1127.44L0.558109 968.1C0.403084 964.45 0.557983 960.793 1.02198 957.17L21.2798 798.981C21.7438 795.357 22.5148 791.779 23.5845 788.286L70.2837 635.796C71.3534 632.303 72.7182 628.907 74.3628 625.646L146.162 483.241C147.806 479.979 149.725 476.862 151.897 473.925L246.73 345.703C248.902 342.766 251.32 340.018 253.958 337.49L369.096 227.14C371.734 224.612 374.581 222.312 377.608 220.267L509.739 130.962C512.765 128.916 515.961 127.132 519.29 125.627L664.613 59.9366C667.942 58.4318 671.393 57.2126 674.928 56.292L829.262 16.1065C832.798 15.186 836.405 14.5667 840.045 14.2569L998.952 0.732474Z\" fill=\"#FFFAE6\" stroke=\"#FFB980\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"absolute\" style=\"top:40%;left:50%;transform:translate(-50%,-50%);width:1450px;height:1417px\">\n        <svg class=\"w-full h-full\" fill=\"none\" viewBox=\"0 0 1450.96 1417.84\" preserveAspectRatio=\"none\">\n          <path d=\"M697.495 6.88723C715.18 -1.62929 735.781 -1.6293 753.466 6.88723L1283.13 261.96C1300.81 270.477 1313.66 286.584 1318.03 305.72L1448.84 878.863C1453.21 897.999 1448.63 918.084 1436.39 933.43L1069.85 1393.06C1057.61 1408.4 1039.05 1417.34 1019.42 1417.34H431.539C411.91 1417.34 393.35 1408.4 381.111 1393.06L14.5722 933.43C2.33404 918.084 -2.24967 897.999 2.11814 878.863L132.934 305.72C137.301 286.584 150.146 270.477 167.831 261.96L697.495 6.88723Z\" fill=\"#FFF4CC\" stroke=\"#FFC799\"\/>\n        <\/svg>\n      <\/div>\n      <div class=\"absolute\" style=\"top:40%;left:50%;transform:translate(-50%,-48%);width:1148px;height:1123px\">\n        <svg class=\"w-full h-full\" fill=\"none\" viewBox=\"0 0 1148.73 1123.19\" preserveAspectRatio=\"none\">\n          <path d=\"M546.381 6.88723C564.066 -1.62929 584.667 -1.6293 602.352 6.88723L1010.83 203.601C1028.52 212.118 1041.36 228.224 1045.73 247.361L1146.62 689.373C1150.98 708.509 1146.4 728.594 1134.16 743.94L851.484 1098.41C839.245 1113.75 820.685 1122.69 801.056 1122.69H347.677C328.048 1122.69 309.488 1113.75 297.249 1098.41L14.5727 743.94C2.33432 728.594 -2.2501 708.509 2.1176 689.373L103.004 247.361C107.372 228.224 120.216 212.118 137.901 203.601L546.381 6.88723Z\" fill=\"#FEEFB3\" stroke=\"#FFC799\"\/>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col items-center text-center relative z-10\">\n\n      <!-- Headline + CTA -->\n      <div class=\"hero-text-anim flex flex-col items-center\">\n        <h2 class=\"text-[48px] font-semibold text-[#000] text-center max-w-[850px] leading-[58px] tracking-[-0.96px] font-['Geist'] mb-6 mt-4\">\n          Take control of your store reviews with smart analytics\n        <\/h2>\n        <p class=\"text-[18px] font-['Inter_Variable'] not-italic font-normal leading-[26px] tracking-[-0.09px] text-[#4d4d4d] max-w-[900px] mb-[24px]\">\n          Collect, display, and manage reviews beautifully on your WordPress store with ReviewScribe\n        <\/p>\n        <button class=\"flex items-center gap-2 px-[20px] py-[12px] pr-[16px] bg-[#a750ff] hover:bg-purple-600 text-white rounded-[25px] font-medium text-[16px] transition-colors ring-1 ring-[#ca96ff]\">\n          Get ReviewScribe\n          <span class=\"w-[20px] h-[20px] flex items-center justify-center ml-1\">\n            <svg width=\"15\" height=\"13\" fill=\"none\" viewBox=\"0 0 15.0005 12.5007\">\n              <path d=\"M14.8172 6.69254L9.19219 12.3175C9.07491 12.4348 8.91585 12.5007 8.75 12.5007C8.58415 12.5007 8.42509 12.4348 8.30781 12.3175C8.19054 12.2003 8.12465 12.0412 8.12465 11.8753C8.12465 11.7095 8.19054 11.5504 8.30781 11.4332L12.8664 6.87535H0.625C0.45924 6.87535 0.300269 6.8095 0.183058 6.69229C0.0658481 6.57508 0 6.41611 0 6.25035C0 6.08459 0.0658481 5.92562 0.183058 5.80841C0.300269 5.6912 0.45924 5.62535 0.625 5.62535H12.8664L8.30781 1.06753C8.19054 0.95026 8.12465 0.7912 8.12465 0.625347C8.12465 0.459495 8.19054 0.300435 8.30781 0.18316C8.42509 0.0658846 8.58415 0 8.75 0C8.91585 0 9.07491 0.0658846 9.19219 0.18316L14.8172 5.80816C14.8753 5.86621 14.9214 5.93514 14.9529 6.01101C14.9843 6.08688 15.0005 6.16821 15.0005 6.25035C15.0005 6.33248 14.9843 6.41381 14.9529 6.48969C14.9214 6.56556 14.8753 6.63449 14.8172 6.69254Z\" fill=\"white\"\/>\n            <\/svg>\n          <\/span>\n        <\/button>\n      <\/div>\n\n      <!-- Dashboard Mockups -->\n      <div class=\"hero-img-anim mt-16 w-full max-w-[1280px] mx-auto flex flex-col xl:flex-row items-start justify-center relative z-10 gap-[40px] px-0\">\n        <!-- Main Chart Card -->\n        <div class=\"w-full xl:w-[850px] h-[350px] sm:h-[450px] xl:h-[580px] rounded-t-[24px] overflow-hidden relative shadow-[0_0_40px_-15px_rgba(0,0,0,0.1)] border-t border-l border-r border-black\/5 bg-white shrink-0 mx-auto xl:mx-0\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/24a9a2780396e6c7c97691b1abccbd45e594e59d.png\" alt=\"Dashboard Overview\" class=\"absolute top-0 max-w-none pointer-events-none h-auto\" style=\"width:134.43%;left:-34.43%\"\/>\n        <\/div>\n        <!-- Donut Card -->\n        <div class=\"w-full sm:w-[377px] h-[457px] rounded-[24px] overflow-hidden relative shadow-[0_20px_40px_-15px_rgba(0,0,0,0.1)] border border-black\/5 bg-white shrink-0 mx-auto xl:mx-0\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/797273af70d2b891af1428758945c6d4a9efca78.png\" alt=\"Rating by product category\" class=\"absolute inset-0 w-full h-full object-cover pointer-events-none\"\/>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 OVERVIEW SECTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"reveal relative w-full flex justify-center bg-white py-0\" data-parallax-container>\n    <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col gap-[40px]\">\n\n      <!-- Header -->\n      <div class=\"flex flex-col gap-[16px] w-full\">\n        <div class=\"section-divider\">\n          <div class=\"stripe\"><\/div>\n          <span class=\"label\">overview<\/span>\n          <div class=\"dashed-line\"><\/div>\n        <\/div>\n        <h3 class=\"text-[36px] font-semibold text-[#000] leading-[46px] tracking-[-0.18px] font-['Geist'] max-w-[650px] text-left\">\n          Get a complete picture of how your reviews are performing\n        <\/h3>\n      <\/div>\n\n      <!-- Main Card -->\n      <div class=\"bg-gradient-to-b from-[#FFF4CC] to-white rounded-[25px] border-2 border-[#FEEFB3] relative overflow-hidden flex flex-col w-full\">\n\n        <!-- Image -->\n        <div class=\"flex justify-center items-center relative z-10 w-full min-h-[300px] sm:min-h-[433px] px-[135px] py-[48px]\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/1c8781777b3acda67cde13dfa374132a08782786.png\" alt=\"Overview Dashboard\" class=\"max-w-full lg:max-w-[1009px] w-full h-auto object-cover pointer-events-none rounded-[12px] sm:rounded-[20px]\"\/>\n        <\/div>\n\n        <!-- 2\u00d72 Feature Grid -->\n        <div class=\"grid grid-cols-1 md:grid-cols-2 w-full border-t border-black\/10 relative z-10\">\n          <div class=\"flex flex-col gap-[20px] p-[24px] px-[40px] border-b border-black\/10 md:border-r\">\n            <div class=\"flex items-center justify-center w-[48px] h-[48px] rounded-[50px] border border-black\/10 shrink-0\">\n              <svg width=\"22\" height=\"14\" fill=\"none\" viewBox=\"0 0 22 14\"><path d=\"M21 7H1M1 7L7 1M1 7L7 13\" stroke=\"#2F2F2F\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div class=\"flex flex-col gap-[12px]\">\n              <h6 class=\"font-['Geist'] font-medium text-[20px] text-[#000] leading-[28px] tracking-[-0.1px]\">Total Reviews Growth Trend over time<\/h6>\n              <p class=\"font-['Inter_Variable'] font-normal text-[16px] text-[#4D4D4D] leading-[24px] tracking-[-0.08px]\">View the evolution of your review volume on a timeline. Identify trends, seasonal patterns, and correlate activity with business initiatives.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"flex flex-col gap-[20px] p-[24px] px-[40px] border-b border-black\/10\">\n            <div class=\"flex items-center justify-center w-[48px] h-[48px] rounded-[50px] border border-black\/10 shrink-0\">\n              <svg width=\"18\" height=\"18\" fill=\"none\" viewBox=\"0 0 18 18\"><rect x=\"1\" y=\"1\" width=\"16\" height=\"16\" rx=\"3\" stroke=\"#2F2F2F\" stroke-width=\"1.5\"\/><path d=\"M5 9h8M9 5v8\" stroke=\"#2F2F2F\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n            <\/div>\n            <div class=\"flex flex-col gap-[12px]\">\n              <h6 class=\"font-['Geist'] font-medium text-[20px] text-[#000] leading-[28px] tracking-[-0.1px]\">Percentage Change vs Previous Period<\/h6>\n              <p class=\"font-['Inter_Variable'] font-normal text-[16px] text-[#4D4D4D] leading-[24px] tracking-[-0.08px]\">See how your review activity is trending. This metric shows the growth or decline in volume compared to the last period.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"flex flex-col gap-[20px] p-[24px] pb-[32px] px-[40px] border-b border-black\/10 md:border-b-0 md:border-r\">\n            <div class=\"flex items-center justify-center w-[48px] h-[48px] rounded-[50px] border border-black\/10 shrink-0\">\n              <svg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 20 20\"><circle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#2F2F2F\" stroke-width=\"1.5\"\/><path d=\"M10 6v4l3 3\" stroke=\"#2F2F2F\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n            <\/div>\n            <div class=\"flex flex-col gap-[12px]\">\n              <h6 class=\"font-['Geist'] font-medium text-[20px] text-[#000] leading-[28px] tracking-[-0.1px]\">Compare different sources or platforms<\/h6>\n              <p class=\"font-['Inter_Variable'] font-normal text-[16px] text-[#4D4D4D] leading-[24px] tracking-[-0.08px]\">Break down your reviews by their origin. Understand which platforms drive the most customer feedback.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"flex flex-col gap-[20px] p-[24px] pb-[32px] px-[40px]\">\n            <div class=\"flex items-center justify-center w-[48px] h-[48px] rounded-[50px] border border-black\/10 shrink-0\">\n              <svg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 20 20\"><path d=\"M3 10h14M3 5h14M3 15h10\" stroke=\"#2F2F2F\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n            <\/div>\n            <div class=\"flex flex-col gap-[12px]\">\n              <h6 class=\"font-['Geist'] font-medium text-[20px] text-[#000] leading-[28px] tracking-[-0.1px]\">Real-time updates with custom date range filters<\/h6>\n              <p class=\"font-['Inter_Variable'] font-normal text-[16px] text-[#4D4D4D] leading-[24px] tracking-[-0.08px]\">Use dynamic filters to get insights from specific dates, weeks, or quarters with up-to-date information.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 AVERAGE RATING SECTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"reveal w-full flex justify-center bg-white py-0\">\n    <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col lg:flex-row gap-[56px] justify-between items-center relative\">\n\n      <!-- Text -->\n      <div class=\"flex flex-col gap-[24px] items-start relative shrink-0 w-full lg:w-[510px]\">\n        <div class=\"flex flex-col gap-[16px] items-start w-full\">\n          <div class=\"section-divider\">\n            <div class=\"stripe\"><\/div>\n            <span class=\"label\">average rating<\/span>\n            <div class=\"dashed-line\"><\/div>\n          <\/div>\n          <h4 class=\"font-['Geist'] font-semibold leading-[38px] text-[28px] text-[#000] tracking-[-0.14px]\">\n            Track product satisfaction at a glance with average rating insights\n          <\/h4>\n        <\/div>\n        <div class=\"bullet-list\">\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Average rating over time chart<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Highlight weekly or monthly rating fluctuations<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Compare WooCommerce vs external platforms<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Detect rating drops early to take action<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Chart area -->\n      <div class=\"w-full lg:w-[714px] h-auto aspect-[714\/520] relative rounded-[25px] shrink-0 min-h-[300px]\"\n           style=\"background:radial-gradient(ellipse at center, #4d87eb 0%, #6d9def 25%, #8db2f2 50%, #ccddf9 100%);border:2px solid #b3cbf6\">\n        <div class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[85%] max-w-[609px]\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/6120570024712af10b417bddadabb7ff102077ee.png\" alt=\"Average Rating Dashboard\" class=\"w-full h-auto object-contain pointer-events-none\"\/>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 RATING SUMMARY \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"reveal w-full flex justify-center py-0 overflow-hidden bg-white\">\n    <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col lg:flex-row gap-[56px] justify-between items-center relative\">\n\n      <!-- Chart (reversed: order-1) -->\n      <div class=\"w-full lg:w-[714px] order-1 h-auto aspect-[714\/520] relative rounded-[25px] shrink-0 min-h-[300px] flex items-center justify-center overflow-hidden\"\n           style=\"background:radial-gradient(ellipse at center, #67e0c7 0%, #9aebd9 50%, #ccf5ec 100%);border:2px solid #b3efe3\">\n        <div class=\"relative h-auto w-full max-w-[565px] aspect-[565\/456] flex justify-center items-center\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/e834a7911382c10576265bc0c3239fd4e97d648f.png\" alt=\"Rating Summary Dashboard\" class=\"absolute inset-0 w-full h-full object-contain pointer-events-none\"\/>\n        <\/div>\n      <\/div>\n\n      <!-- Text (order-2) -->\n      <div class=\"flex flex-col gap-[24px] items-start relative shrink-0 w-full lg:w-[510px] order-2\">\n        <div class=\"flex flex-col gap-[16px] items-start w-full\">\n          <div class=\"section-divider\">\n            <div class=\"stripe\"><\/div>\n            <span class=\"label\">Rating Summary<\/span>\n            <div class=\"dashed-line\"><\/div>\n          <\/div>\n          <h4 class=\"font-['Geist'] font-semibold leading-[38px] text-[28px] text-[#000] tracking-[-0.14px]\">\n            Understand what customers think \u2014 visually everything\n          <\/h4>\n        <\/div>\n        <div class=\"bullet-list\">\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Positive vs Negative review ratio<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Product rating distribution by stars<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">View reviews as stars, emojis, thumbs, or numbers<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 REVIEW SOURCES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"reveal w-full flex justify-center py-0 overflow-hidden bg-white\">\n    <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col lg:flex-row gap-[56px] justify-between items-center relative\">\n\n      <!-- Text (order-1) -->\n      <div class=\"flex flex-col gap-[24px] items-start relative shrink-0 w-full lg:w-[510px] order-1\">\n        <div class=\"flex flex-col gap-[16px] items-start w-full\">\n          <div class=\"section-divider\">\n            <div class=\"stripe\"><\/div>\n            <span class=\"label\">Review Sources<\/span>\n            <div class=\"dashed-line\"><\/div>\n          <\/div>\n          <h4 class=\"font-['Geist'] font-semibold leading-[38px] text-[28px] text-[#000] tracking-[-0.14px]\">\n            Never miss a review \u2014 automate follow-ups that boost feedback\n          <\/h4>\n        <\/div>\n        <div class=\"bullet-list\">\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">See reviews from different sources<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Understand which platform drives the most engagement<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Compare review quality and sentiment per source<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Chart (order-2) -->\n      <div class=\"w-full lg:w-[714px] order-2 h-auto aspect-[714\/520] relative rounded-[25px] shrink-0 min-h-[300px] flex items-center justify-center overflow-hidden\"\n           style=\"background:radial-gradient(ellipse at center, #feda4d 0%, #fee16d 25%, #ffe78d 50%, #fff4cc 100%);border:2px solid #feefb3\">\n        <div class=\"relative h-auto w-full max-w-[609px] aspect-[609\/337] flex justify-center items-center\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/1d702e27c1c07bf72e7679e158e090ce69fdd5c7.png\" alt=\"Review Sources Dashboard\" class=\"absolute inset-0 w-full h-full object-contain pointer-events-none\"\/>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 PRODUCT CATEGORY \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"reveal w-full flex justify-center py-0 overflow-hidden bg-white\">\n    <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col lg:flex-row gap-[56px] justify-between items-center relative\">\n\n      <!-- Chart (order-1 reversed) -->\n      <div class=\"w-full lg:w-[714px] order-1 h-auto aspect-[714\/520] relative rounded-[25px] shrink-0 min-h-[300px] flex items-center justify-center overflow-hidden\"\n           style=\"background:radial-gradient(ellipse at center, #c185ff 0%, #d7b1ff 50%, #eddcff 100%);border:2px solid #e5cbff\">\n        <div class=\"relative h-auto w-full max-w-[377px] aspect-[377\/457] flex justify-center items-center\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/797273af70d2b891af1428758945c6d4a9efca78.png\" alt=\"Product Category Dashboard\" class=\"absolute inset-0 w-full h-full object-contain pointer-events-none\"\/>\n        <\/div>\n      <\/div>\n\n      <!-- Text (order-2) -->\n      <div class=\"flex flex-col gap-[24px] items-start relative shrink-0 w-full lg:w-[510px] order-2\">\n        <div class=\"flex flex-col gap-[16px] items-start w-full\">\n          <div class=\"section-divider\">\n            <div class=\"stripe\"><\/div>\n            <span class=\"label\">Product Category<\/span>\n            <div class=\"dashed-line\"><\/div>\n          <\/div>\n          <h4 class=\"font-['Geist'] font-semibold leading-[38px] text-[28px] text-[#000] tracking-[-0.14px]\">\n            Category-Wise ratings to identify top-performing items\n          <\/h4>\n        <\/div>\n        <div class=\"bullet-list\">\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Positive vs Negative reviews ratio<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Product rating distribution by stars<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Category-wise ratings to identify top-performing items<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 EMAIL ANALYTICS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"reveal w-full flex justify-center py-0 overflow-hidden bg-white\">\n    <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col lg:flex-row gap-[56px] justify-between items-center relative\">\n\n      <!-- Text (order-1) -->\n      <div class=\"flex flex-col gap-[24px] items-start relative shrink-0 w-full lg:w-[510px] order-1\">\n        <div class=\"flex flex-col gap-[16px] items-start w-full\">\n          <div class=\"section-divider\">\n            <div class=\"stripe\"><\/div>\n            <span class=\"label\">Email Analytics<\/span>\n            <div class=\"dashed-line\"><\/div>\n          <\/div>\n          <h4 class=\"font-['Geist'] font-semibold leading-[38px] text-[28px] text-[#000] tracking-[-0.14px]\">\n            Measure how effective your review requests are with email analytics\n          <\/h4>\n        <\/div>\n        <div class=\"bullet-list\">\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">Track sent review request emails<\/p><\/div>\n          <div class=\"bullet-item\"><svg class=\"bullet-dot\" viewBox=\"0 0 12 12\" fill=\"none\"><circle cx=\"6\" cy=\"6\" r=\"5.5\" fill=\"#E6EEFC\" stroke=\"#80A9F1\"\/><\/svg><p class=\"bullet-text\">See how many were opened, clicked, and completed<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Chart (order-2) -->\n      <div class=\"w-full lg:w-[714px] order-2 h-auto aspect-[714\/520] relative rounded-[25px] shrink-0 min-h-[300px]\"\n           style=\"background:radial-gradient(ellipse at center, #ffb980 0%, #ffcead 50%, #ffe3cc 100%);border:2px solid #ffd5b3\">\n        <div class=\"absolute left-1\/2 top-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[58.4%] max-w-[417px] aspect-[417\/301]\">\n          <img decoding=\"async\" src=\"..\/src\/assets\/f2d5184532a1907ea896dec7c21b6bd94b4c0e5f.png\" alt=\"Email Analytics Overview\" class=\"absolute inset-0 w-full h-full object-contain pointer-events-none\"\/>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 CTA SECTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 -->\n  <section class=\"reveal relative w-full flex justify-center py-0 px-5 xl:px-0\">\n    <div class=\"cta-section max-w-[1280px] w-full\">\n\n      <!-- Decorative polygon (CSS background) -->\n      <div class=\"absolute left-0 top-0 bottom-0 w-1\/2 pointer-events-none overflow-hidden opacity-20\" style=\"z-index:0\">\n        <div style=\"width:800px;height:800px;border-radius:50%;background:radial-gradient(circle, rgba(131,53,230,0.4) 0%, transparent 70%);position:absolute;left:-200px;top:-200px\"><\/div>\n      <\/div>\n\n      <!-- Content -->\n      <div class=\"relative z-10 flex flex-col gap-[24px] items-center max-w-[887px]\">\n        <h2 class=\"font-['Geist'] font-semibold leading-[1.2] md:leading-[58px] text-[36px] md:text-[48px] text-center text-white tracking-[-0.96px]\">Your reviews are your reputation<\/h2>\n        <p class=\"font-['Inter_Variable'] font-normal leading-[1.5] md:leading-[26px] text-center text-white\/90 tracking-[-0.09px] text-[16px]\">ReviewScribe automates the collection and display of social proof. Turn your customers&#8217; words into your most powerful marketing tool with elegant, high-conversion widgets.<\/p>\n        <div class=\"flex gap-[24px] items-start mt-[16px]\">\n          <button class=\"bg-[#a750ff] hover:bg-purple-600 transition-colors flex gap-[8px] items-center px-[20px] py-[12px] rounded-[25px] ring-1 ring-[#ca96ff]\">\n            <span class=\"font-['Geist'] font-medium leading-[24px] text-[16px] text-white tracking-[-0.16px] whitespace-nowrap\">Check Pricing<\/span>\n          <\/button>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     FOOTER\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<footer class=\"site-footer w-full overflow-hidden relative py-[56px] flex justify-center\">\n\n  <!-- Decorative ellipse -->\n  <div class=\"absolute inset-0 pointer-events-none z-0\" style=\"overflow:hidden\">\n    <div style=\"position:absolute;right:-350px;top:-50px;width:632px;height:632px;border-radius:50%;background:radial-gradient(circle, rgba(167,80,255,0.15) 0%, transparent 70%);opacity:0.5\"><\/div>\n  <\/div>\n\n  <div class=\"max-w-[1280px] w-full px-5 xl:px-0 flex flex-col lg:flex-row gap-[40px] lg:gap-[78px] justify-between relative z-10\">\n\n    <!-- Logo + Tagline + Subscribe -->\n    <div class=\"flex flex-col justify-between items-start gap-[40px] w-full lg:w-[290px] min-h-[312px] shrink-0\">\n      <div class=\"flex flex-col gap-[24px] items-start w-full\">\n        <div class=\"flex flex-col gap-[16px] items-start w-full\">\n          <!-- Footer Logo (200x30) -->\n          <div class=\"h-[30px] shrink-0 w-[200px]\">\n            <svg class=\"block w-full h-full\" fill=\"none\" preserveAspectRatio=\"none\" viewBox=\"0 0 200 30\">\n              <g>\n                <path d=\"M49.6894 24.6879V5.31209H57.0902C58.4829 5.31209 59.6845 5.5635 60.6951 6.06632C61.7141 6.56914 62.4996 7.28435 63.0516 8.21196C63.6036 9.13957 63.8796 10.2362 63.8796 11.502C63.8796 12.8197 63.5611 13.951 62.9242 14.896C62.2873 15.8409 61.4042 16.5475 60.2747 17.0156L64.2363 24.6879H60.5295L56.9628 17.6398C56.9374 17.6398 56.9076 17.6398 56.8737 17.6398H53.0523V24.6879H49.6894ZM53.0523 14.8049H56.9246C58.0456 14.8049 58.933 14.5102 59.5869 13.9207C60.2408 13.3225 60.5677 12.5163 60.5677 11.502C60.5677 10.4963 60.2365 9.69874 59.5741 9.10923C58.9203 8.51972 58.0286 8.22497 56.8992 8.22497H53.0523V14.8049Z\" fill=\"#303030\"\/>\n                <path d=\"M112.931 24.6879L108.779 10.9558H112.154L113.543 16.1704C113.755 16.9853 113.959 17.8262 114.154 18.6931C114.349 19.56 114.549 20.4183 114.753 21.2679C114.956 20.4183 115.165 19.56 115.377 18.6931C115.589 17.8262 115.806 16.9853 116.026 16.1704L117.453 10.9558H120.421L121.835 16.1704C122.047 16.9853 122.255 17.8218 122.459 18.6801C122.671 19.5384 122.884 20.3923 123.096 21.2419C123.291 20.3923 123.487 19.5384 123.682 18.6801C123.877 17.8218 124.081 16.9853 124.293 16.1704L125.682 10.9558H129.096L124.93 24.6879H121.593L119.962 18.9662C119.784 18.3333 119.61 17.6831 119.44 17.0156C119.27 16.3481 119.101 15.6805 118.931 15.013C118.769 15.6805 118.604 16.3481 118.434 17.0156C118.264 17.6831 118.086 18.3333 117.899 18.9662L116.243 24.6879H112.931Z\" fill=\"#303030\"\/>\n                <path d=\"M91.4406 24.6879V10.9558H94.6506V24.6879H91.4406ZM93.0456 8.91418C92.4936 8.91418 92.035 8.73645 91.6699 8.38101C91.3047 8.0169 91.1221 7.57044 91.1221 7.04161C91.1221 6.51279 91.3047 6.07066 91.6699 5.71522C92.035 5.35978 92.4936 5.18205 93.0456 5.18205C93.5891 5.18205 94.0434 5.35978 94.4085 5.71522C94.7737 6.07066 94.9563 6.51279 94.9563 7.04161C94.9563 7.57044 94.7737 8.0169 94.4085 8.38101C94.0434 8.73645 93.5891 8.91418 93.0456 8.91418Z\" fill=\"#303030\"\/>\n                <path d=\"M102.657 25C101.315 25 100.152 24.6922 99.1669 24.0767C98.1819 23.4612 97.4218 22.616 96.8868 21.541C96.3603 20.4573 96.0971 19.2219 96.0971 17.8348C96.0971 16.4391 96.3688 15.2037 96.9123 14.1287C97.4643 13.0451 98.2243 12.1955 99.1924 11.58C100.161 10.9558 101.273 10.6437 102.530 10.6437C103.821 10.6437 104.950 10.9471 105.918 11.554C106.886 12.1608 107.638 13.0017 108.173 14.0767C108.708 15.143 108.975 16.3784 108.975 17.7828V18.6801H99.2434C99.2858 19.7984 99.6085 20.7 100.211 21.3849C100.814 22.0698 101.655 22.4122 102.734 22.4122C103.540 22.4122 104.207 22.2345 104.733 21.8791C105.260 21.515 105.617 21.0381 105.803 20.4486H108.810C108.640 21.3416 108.266 22.1305 107.689 22.8153C107.120 23.5002 106.402 24.0377 105.536 24.4278C104.670 24.8093 103.710 25 102.657 25ZM99.2688 16.4174H105.893C105.791 15.4378 105.443 14.6662 104.848 14.1027C104.262 13.5306 103.506 13.2445 102.581 13.2445C101.647 13.2445 100.887 13.5306 100.301 14.1027C99.7232 14.6662 99.3792 15.4378 99.2688 16.4174Z\" fill=\"#303030\"\/>\n                <path d=\"M151.835 25C150.527 25 149.376 24.6966 148.383 24.0897C147.397 23.4829 146.629 22.642 146.077 21.567C145.533 20.492 145.262 19.2479 145.262 17.8348C145.262 16.4218 145.533 15.1777 146.077 14.1027C146.629 13.0191 147.397 12.1738 148.383 11.567C149.376 10.9515 150.527 10.6437 151.835 10.6437C152.964 10.6437 153.970 10.8691 154.853 11.3199C155.737 11.762 156.446 12.3775 156.981 13.1664C157.524 13.9467 157.843 14.8483 157.936 15.8713H154.790C154.671 15.1344 154.361 14.5362 153.860 14.0767C153.367 13.6086 152.705 13.3745 151.873 13.3745C150.820 13.3745 149.996 13.7776 149.402 14.5839C148.807 15.3901 148.510 16.4738 148.510 17.8348C148.510 19.1873 148.807 20.2666 149.402 21.0728C149.996 21.8704 150.820 22.2692 151.873 22.2692C152.713 22.2692 153.367 22.0438 153.834 21.593C154.301 21.1335 154.611 20.5223 154.764 19.7594H157.936C157.860 20.7651 157.550 21.6623 157.006 22.4512C156.471 23.2401 155.758 23.8643 154.866 24.3238C153.983 24.7746 152.972 25 151.835 25Z\" fill=\"#303030\"\/>\n                <path d=\"M167.937 24.6879V10.9558H171.147V24.6879H167.937ZM169.542 8.91418C168.990 8.91418 168.531 8.73645 168.166 8.38101C167.801 8.0169 167.618 7.57044 167.618 7.04161C167.618 6.51279 167.801 6.07066 168.166 5.71522C168.531 5.35978 168.990 5.18205 169.542 5.18205C170.085 5.18205 170.540 5.35978 170.905 5.71522C171.270 6.07066 171.453 6.51279 171.453 7.04161C171.453 7.57044 171.270 8.0169 170.905 8.38101C170.540 8.73645 170.085 8.91418 169.542 8.91418Z\" fill=\"#303030\"\/>\n                <path d=\"M137 25C134.648 25 132.805 24.4148 131.472 23.2445C130.147 22.0655 129.485 20.44 129.485 18.368H132.784C132.801 19.5384 133.179 20.453 133.918 21.1118C134.665 21.7707 135.701 22.1001 137.026 22.1001C138.206 22.1001 139.157 21.8487 139.879 21.3459C140.601 20.8344 140.962 20.1539 140.962 19.3043C140.962 18.6194 140.690 18.0646 140.147 17.6398C139.603 17.2063 138.699 16.8422 137.433 16.5475L135.395 16.0793C133.502 15.6372 132.105 14.9827 131.205 14.1157C130.304 13.2488 129.854 12.1348 129.854 10.7737C129.854 9.62072 130.143 8.61075 130.721 7.74382C131.306 6.8769 132.122 6.20503 133.166 5.72822C134.219 5.24274 135.442 5 136.835 5C138.958 5 140.639 5.5505 141.879 6.6515C143.127 7.75249 143.777 9.26528 143.828 11.1899H140.631C140.563 10.1669 140.189 9.36498 139.510 8.78413C138.830 8.20329 137.934 7.91287 136.822 7.91287C135.769 7.91287 134.907 8.16428 134.236 8.6671C133.565 9.16992 133.230 9.81578 133.230 10.6047C133.230 11.2549 133.493 11.7837 134.020 12.1912C134.555 12.5899 135.442 12.9324 136.682 13.2185L138.605 13.6736C140.575 14.1157 142.019 14.7746 142.936 15.6502C143.853 16.5258 144.312 17.6745 144.312 19.0962C144.312 20.3013 144.015 21.3459 143.420 22.2302C142.826 23.1144 141.981 23.7993 140.885 24.2848C139.790 24.7616 138.495 25 137 25Z\" fill=\"#303030\"\/>\n                <path d=\"M180.478 24.961C179.595 24.961 178.797 24.7659 178.084 24.3758C177.379 23.9857 176.818 23.3918 176.402 22.5943H176.377V24.6879H173.218V5.31209H176.428V12.9064H176.453C176.886 12.1521 177.451 11.593 178.147 11.2289C178.844 10.8648 179.625 10.6827 180.491 10.6827C181.646 10.6827 182.656 10.9861 183.523 11.593C184.397 12.1912 185.077 13.0277 185.561 14.1027C186.053 15.1691 186.300 16.4044 186.300 17.8088C186.300 19.2393 186.057 20.492 185.573 21.567C185.098 22.6333 184.423 23.4655 183.548 24.0637C182.673 24.6619 181.650 24.961 180.478 24.961ZM179.727 22.2172C180.720 22.2172 181.523 21.8401 182.134 21.0858C182.746 20.3229 183.051 19.2306 183.051 17.8088C183.051 16.3958 182.746 15.3078 182.134 14.5449C181.523 13.782 180.720 13.4005 179.727 13.4005C178.674 13.4005 177.829 13.8036 177.192 14.6099C176.563 15.4075 176.249 16.4738 176.249 17.8088C176.249 19.1439 176.563 20.2146 177.192 21.0208C177.829 21.8184 178.674 22.2172 179.727 22.2172Z\" fill=\"#303030\"\/>\n                <path d=\"M193.682 25C192.340 25 191.177 24.6922 190.192 24.0767C189.207 23.4612 188.447 22.616 187.912 21.541C187.385 20.4573 187.122 19.2219 187.122 17.8348C187.122 16.4391 187.394 15.2037 187.937 14.1287C188.489 13.0451 189.249 12.1955 190.217 11.58C191.185 10.9558 192.298 10.6437 193.555 10.6437C194.845 10.6437 195.975 10.9471 196.943 11.554C197.911 12.1608 198.663 13.0017 199.198 14.0767C199.733 15.143 200 16.3784 200 17.7828V18.6801H190.268C190.311 19.7984 190.633 20.7 191.236 21.3849C191.839 22.0698 192.680 22.4122 193.758 22.4122C194.565 22.4122 195.232 22.2345 195.758 21.8791C196.285 21.515 196.641 21.0381 196.828 20.4486H199.834C199.665 21.3416 199.291 22.1305 198.713 22.8153C198.144 23.5002 197.427 24.0377 196.561 24.4278C195.695 24.8093 194.735 25 193.682 25ZM190.294 16.4174H196.917C196.816 15.4378 196.467 14.6662 195.873 14.1027C195.287 13.5306 194.531 13.2445 193.606 13.2445C192.671 13.2445 191.911 13.5306 191.325 14.1027C190.748 14.6662 190.404 15.4378 190.294 16.4174Z\" fill=\"#303030\"\/>\n                <path d=\"M70.8926 25C69.5509 25 68.3875 24.6922 67.4024 24.0767C66.4173 23.4612 65.6573 22.616 65.1223 21.541C64.5958 20.4573 64.3325 19.2219 64.3325 17.8348C64.3325 16.4391 64.6043 15.2037 65.1478 14.1287C65.6998 13.0451 66.4598 12.1955 67.4279 11.58C68.396 10.9558 69.5084 10.6437 70.7652 10.6437C72.056 10.6437 73.1855 10.9471 74.1535 11.554C75.1216 12.1608 75.8732 13.0017 76.4082 14.0767C76.9432 15.143 77.2107 16.3784 77.2107 17.7828V18.6801H67.4788C67.5213 19.7984 67.844 20.7 68.4469 21.3849C69.0499 22.0698 69.8906 22.4122 70.969 22.4122C71.7758 22.4122 72.4424 22.2345 72.9689 21.8791C73.4954 21.515 73.8521 21.0381 74.0389 20.4486H77.0451C76.8752 21.3416 76.5016 22.1305 75.9241 22.8153C75.3552 23.5002 74.6376 24.0377 73.7714 24.4278C72.9052 24.8093 71.9456 25 70.8926 25ZM67.5043 16.4174H74.1281C74.0262 15.4378 73.678 14.6662 73.0836 14.1027C72.4976 13.5306 71.7418 13.2445 70.8162 13.2445C69.8821 13.2445 69.122 13.5306 68.5361 14.1027C67.9586 14.6662 67.6147 15.4378 67.5043 16.4174Z\" fill=\"#303030\"\/>\n                <path d=\"M81.9946 24.6879L76.9376 10.9558H80.3386L82.7971 18.1079C82.9754 18.6541 83.1452 19.2003 83.3066 19.7464C83.4764 20.2839 83.642 20.8214 83.8034 21.3589C83.9647 20.8214 84.1261 20.2839 84.2874 19.7464C84.4488 19.2003 84.6143 18.6541 84.7842 18.1079L87.2044 10.9558H90.5672L85.5103 24.6879H81.9946Z\" fill=\"#303030\"\/>\n                <!-- Teal pill -->\n                <path d=\"M0 7.5C0 3.35786 3.33701 0 7.45342 0H29.8137C33.9301 0 37.2671 3.35786 37.2671 7.5C37.2671 11.6421 33.9301 15 29.8137 15H0V7.5Z\" fill=\"#01CBA2\"\/>\n                <!-- Purple pill -->\n                <path d=\"M37.2671 22.5C37.2671 18.3579 33.9301 15 29.8137 15H7.45342C3.33701 15 0 18.3579 0 22.5C0 26.6421 3.33701 30 7.45342 30H37.2671V22.5Z\" fill=\"#A750FF\"\/>\n                <!-- Star -->\n                <path d=\"M18.6335 3.75L21.5404 9.93375L28.3158 9.375L24.4472 15L28.3158 20.625L21.5404 20.0662L18.6335 26.25L15.7267 20.0662L8.95127 20.625L12.8199 15L8.95127 9.375L15.7267 9.93375L18.6335 3.75Z\" fill=\"white\"\/>\n              <\/g>\n            <\/svg>\n          <\/div>\n          <p class=\"font-['Inter_Variable'] font-normal leading-[24px] text-[#4d4d4d] text-[16px] tracking-[-0.08px]\">Stop chasing reviews. Start automating them. ReviewScribe handles the work so you can focus on the growth.<\/p>\n        <\/div>\n        <!-- Email subscribe -->\n        <div class=\"flex flex-col gap-[8px] items-start w-full\">\n          <div class=\"min-h-[32px] relative rounded-[8px] w-full bg-white\/50 border border-[#d3a8ff]\">\n            <input type=\"email\" placeholder=\"Enter a valid email\" class=\"w-full h-[32px] px-[8px] py-[4px] rounded-[8px] border-none bg-transparent text-[13px] font-['Inter_Variable'] text-[#000] focus:outline-none focus:ring-1 focus:ring-[#a750ff]\"\/>\n          <\/div>\n          <button class=\"bg-[#4d4d4d] hover:bg-[#333] transition-colors flex gap-[8px] items-center px-[12px] py-[4px] rounded-[20px]\">\n            <span class=\"font-['Inter_Variable'] font-normal leading-[24px] text-[16px] text-white tracking-[-0.08px] whitespace-nowrap\">Subscribe<\/span>\n          <\/button>\n        <\/div>\n      <\/div>\n      <p class=\"font-['Inter_Variable'] font-normal leading-[20px] text-[#4d4d4d] text-[13px] tracking-[-0.065px] mt-auto\">\u00a9 2026 ReviewScribe. All rights reserved.<\/p>\n    <\/div>\n\n    <!-- Links -->\n    <div class=\"flex flex-col md:flex-row items-stretch rounded-[25px] border border-[#d3a8ff] flex-1 relative z-0\">\n      <div class=\"flex flex-col gap-[24px] p-[32px] flex-1 border-b md:border-b-0 md:border-r border-[#d3a8ff]\">\n        <h4 class=\"font-['Inter_Variable'] font-medium leading-[24px] text-[16px] text-black tracking-[-0.08px]\">Products<\/h4>\n        <div class=\"flex flex-col gap-[16px] items-start font-['Inter_Variable'] font-normal leading-[24px] text-[#4d4d4d] text-[16px] tracking-[-0.08px]\">\n          <a href=\"#\" class=\"hover:text-black transition-colors\">WooCommerce Widget<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Collect Reviews<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Showcase Reviews<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Analytics<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"flex flex-col gap-[24px] p-[32px] flex-1 border-b md:border-b-0 md:border-r border-[#d3a8ff]\">\n        <h4 class=\"font-['Inter_Variable'] font-medium leading-[24px] text-[16px] text-black tracking-[-0.08px]\">Resources<\/h4>\n        <div class=\"flex flex-col gap-[16px] items-start font-['Inter_Variable'] font-normal leading-[24px] text-[#4d4d4d] text-[16px] tracking-[-0.08px]\">\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Pricing<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Blogs<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Documentations<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Privacy Policy<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"flex flex-col gap-[24px] p-[32px] flex-1\">\n        <h4 class=\"font-['Inter_Variable'] font-medium leading-[24px] text-[16px] text-black tracking-[-0.08px]\">Company<\/h4>\n        <div class=\"flex flex-col gap-[16px] items-start font-['Inter_Variable'] font-normal leading-[24px] text-[#4d4d4d] text-[16px] tracking-[-0.08px]\">\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Contact Us<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Help Center<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">About Us<\/a>\n          <a href=\"#\" class=\"hover:text-black transition-colors\">Careers<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/footer>\n\n<script src=\"script.js\"><\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>ReviewScribe \u2013 Take control of your store reviews Home WooCommerce Collect Showcase Analytics Price Blog Support Login Home WooCommerce Collect Showcase Analytics Price Blog Support Login Take control of your store reviews with smart analytics Collect, display, and manage reviews beautifully on your WordPress store with ReviewScribe Get ReviewScribe overview Get a complete picture of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/reviewscribe.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reviewscribe.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reviewscribe.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reviewscribe.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reviewscribe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":3,"href":"https:\/\/reviewscribe.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":63,"href":"https:\/\/reviewscribe.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/63"}],"wp:attachment":[{"href":"https:\/\/reviewscribe.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}