{"campaignId":"6a0e98a28ff1de60b7a26ebc","campaignVersionId":"6a2e5a06178322e032355db8","companyId":"68e7ed398dd96b003ca83d34","pageId":"6a0e98a38ff1de60b7a26f20","pageName":"Landing page - Offer","pageSlug":"page_tzh9i4","tag":"landing","components":[{"_id":"6a2e557234cf178ad89522f5","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!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>Property Management Hero</title>\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=Rubik:wght@400;700&display=swap\" rel=\"stylesheet\" />\n  <script src=\"https://cdn.tailwindcss.com\"></script>\n  <style>\n    * { font-family: 'Rubik', sans-serif; }\n\n    /* Slide entrance animation */\n    @keyframes slideUp {\n      from { opacity: 0; transform: translateY(50px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .anim { opacity: 0; animation: slideUp 600ms ease forwards; }\n    .d1  { animation-delay:  50ms; }\n    .d2  { animation-delay: 100ms; }\n    .d3  { animation-delay: 150ms; }\n    .d4  { animation-delay: 200ms; }\n    .d5  { animation-delay: 250ms; }\n    .d6  { animation-delay: 300ms; }\n    .d7  { animation-delay: 350ms; }\n    .d8  { animation-delay: 400ms; }\n\n    /* Subtle shimmer on the accent badge */\n    @keyframes shimmer {\n      0%   { background-position: -200% center; }\n      100% { background-position:  200% center; }\n    }\n    .shimmer-badge {\n      background: linear-gradient(90deg, #0D63C9 30%, #3b8ef5 50%, #0D63C9 70%);\n      background-size: 200% auto;\n      animation: shimmer 3s linear infinite;\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    /* Stat card hover lift */\n    .stat-card {\n      transition: transform 0.25s ease, box-shadow 0.25s ease;\n      position: relative;\n      overflow: hidden;\n    }\n    .stat-card::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(135deg, rgba(13,99,201,0.05) 0%, transparent 100%);\n      opacity: 0;\n      transition: opacity 0.25s ease;\n    }\n    .stat-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 16px 40px -6px rgba(13,99,201,0.2);\n    }\n    .stat-card:hover::before {\n      opacity: 1;\n    }\n\n    /* Star pulse */\n    @keyframes starPop {\n      0%, 100% { transform: scale(1); }\n      50%       { transform: scale(1.15); }\n    }\n    .star { display: inline-block; animation: starPop 1.8s ease-in-out infinite; }\n    .star:nth-child(2) { animation-delay: 0.1s; }\n    .star:nth-child(3) { animation-delay: 0.2s; }\n    .star:nth-child(4) { animation-delay: 0.3s; }\n    .star:nth-child(5) { animation-delay: 0.4s; }\n\n    /* Divider line */\n    .divider {\n      height: 1px;\n      background: linear-gradient(to right, transparent, #e2e8f0, transparent);\n    }\n\n    /* Stat cards grid with gap separator */\n    .stat-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      position: relative;\n    }\n    .stat-grid::after {\n      content: '';\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 1px;\n      height: 70%;\n      background: linear-gradient(to bottom, transparent, #e2e8f0, transparent);\n    }\n\n    /* Subtle background pattern with houses and map */\n    .bg-pattern {\n      position: absolute;\n      inset: 0;\n      opacity: 0.12;\n      background-image: \n        url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 400 400\"><defs><pattern id=\"houses\" x=\"0\" y=\"0\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><g fill=\"none\" stroke=\"%230D63C9\" stroke-width=\"0.5\"><path d=\"M30 70 L50 50 L70 70 M35 70 L35 55 M65 70 L65 55 M40 60 L40 70 M60 60 L60 70 M45 65 L55 65\"/><path d=\"M20 85 L20 75 L80 75 L80 85 M30 80 L30 85 M70 80 L70 85\"/><circle cx=\"50\" cy=\"40\" r=\"3\"/></g><g fill=\"none\" stroke=\"%230D63C9\" stroke-width=\"0.3\" opacity=\"0.5\"><line x1=\"10\" y1=\"30\" x2=\"90\" y2=\"30\"/><line x1=\"10\" y1=\"35\" x2=\"90\" y2=\"35\"/><line x1=\"30\" y1=\"20\" x2=\"30\" y2=\"40\"/><line x1=\"70\" y1=\"20\" x2=\"70\" y2=\"40\"/></g></pattern></defs><rect width=\"400\" height=\"400\" fill=\"white\"/><rect width=\"400\" height=\"400\" fill=\"url(%23houses)\"/></svg>'),\n        radial-gradient(circle at 20% 50%, rgba(13, 99, 201, 0.02) 0%, transparent 50%),\n        radial-gradient(circle at 80% 80%, rgba(13, 99, 201, 0.02) 0%, transparent 50%);\n      background-size: 200px 200px, 600px 600px, 800px 800px;\n      background-position: 0 0, 100px 50px, -50px 100px;\n      pointer-events: none;\n    }\n  </style>\n</head>\n<body class=\"bg-white m-0 p-0\">\n\n  <section class=\"relative w-full bg-white overflow-hidden px-6 pt-6 pb-8\">\n\n    <!-- Subtle background pattern -->\n    <div class=\"bg-pattern\" aria-hidden=\"true\"></div>\n\n    <!-- Background decorative blobs -->\n    <div class=\"absolute inset-0 pointer-events-none overflow-hidden\" aria-hidden=\"true\">\n      <div class=\"absolute -top-24 -right-24 w-72 h-72 rounded-full bg-blue-50 opacity-60 blur-3xl\"></div>\n      <div class=\"absolute bottom-0 -left-16 w-56 h-56 rounded-full bg-blue-50 opacity-40 blur-3xl\"></div>\n    </div>\n\n    <div class=\"relative max-w-sm mx-auto flex flex-col items-center text-center gap-6\">\n\n      <!-- ① Star rating -->\n      <div class=\"anim d1 flex flex-col items-center gap-1\">\n        <div class=\"flex gap-0.5\">\n          <span class=\"star text-amber-400 text-2xl\">★</span>\n          <span class=\"star text-amber-400 text-2xl\">★</span>\n          <span class=\"star text-amber-400 text-2xl\">★</span>\n          <span class=\"star text-amber-400 text-2xl\">★</span>\n          <span class=\"star text-amber-400 text-2xl\">★</span>\n        </div>\n        <p class=\"text-sm text-gray-500 font-medium tracking-wide\">\n          <span class=\"text-gray-800 font-bold\">4.5</span> from 400+ verified reviews\n        </p>\n      </div>\n\n      <!-- ② Badge pill -->\n      <div class=\"anim d2\">\n        <div class=\"inline-flex items-center gap-2 bg-blue-50 border border-blue-100 rounded-full px-4 py-2 shadow-sm\">\n          <span class=\"text-lg\">🏠</span>\n          <span class=\"text-sm font-bold text-[#0D63C9] tracking-tight\">One Step away from <span class=\"text-red-500\">Hassle Free Management</span></span>\n        </div>\n      </div>\n\n      <!-- ③ Main headline -->\n      <div class=\"anim d3 flex flex-col gap-2\">\n        <p class=\"text-base text-gray-500 font-medium leading-snug\">\n          With Florida's <span class=\"text-[#0D63C9] font-bold underline underline-offset-2\">Most Experienced</span> Property Management Company\n        </p>\n        <h1 class=\"text-5xl font-bold text-[#000000] leading-tight tracking-tight\">\n          54 Years of<br/>\n          <span class=\"shimmer-badge\">Proven Excellence</span>\n        </h1>\n      </div>\n\n      <!-- ④ Divider -->\n      <div class=\"anim d4 divider w-full\"></div>\n\n      <!-- ⑤ Stat cards row with vertical separator -->\n      <div class=\"anim d5 stat-grid w-full\">\n\n        <!-- Stat 1 -->\n        <div class=\"stat-card bg-gradient-to-br from-white to-blue-50 border border-blue-100 rounded-xl p-5 shadow-[0_4px_20px_-4px_rgba(0,0,0,0.08)] flex flex-col items-center gap-2\">\n          <div class=\"w-12 h-12 rounded-full bg-gradient-to-br from-[#0D63C9] to-[#1a7fe8] flex items-center justify-center mb-1 shadow-[0_4px_12px_-2px_rgba(13,99,201,0.3)]\">\n            <svg class=\"w-6 h-6 text-white\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\"/>\n            </svg>\n          </div>\n          <span class=\"text-3xl font-bold text-[#000000]\">300+</span>\n          <span class=\"text-xs text-gray-600 font-medium leading-tight text-center\">Satisfied Property<br/>Owners</span>\n        </div>\n\n        <!-- Stat 2 -->\n        <div class=\"stat-card bg-gradient-to-br from-white to-blue-50 border border-blue-100 rounded-xl p-5 shadow-[0_4px_20px_-4px_rgba(0,0,0,0.08)] flex flex-col items-center gap-2\">\n          <div class=\"w-12 h-12 rounded-full bg-gradient-to-br from-[#0D63C9] to-[#1a7fe8] flex items-center justify-center mb-1 shadow-[0_4px_12px_-2px_rgba(13,99,201,0.3)]\">\n            <svg class=\"w-6 h-6 text-white\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"/>\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"/>\n            </svg>\n          </div>\n          <span class=\"text-3xl font-bold text-[#000000]\">10</span>\n          <span class=\"text-xs text-gray-600 font-medium leading-tight text-center\">Florida Counties<br/>Served</span>\n        </div>\n\n      </div>\n\n      <!-- ⑥ Managing doors stat -->\n      <div class=\"anim d6 w-full bg-gradient-to-r from-[#0D63C9] via-[#1a7fe8] to-[#0D63C9] rounded-xl px-5 py-4 shadow-[0_8px_24px_-4px_rgba(13,99,201,0.25)]\">\n        <div class=\"flex items-center justify-center gap-3\">\n          <div class=\"w-10 h-10 rounded-full bg-white/20 flex items-center justify-center\">\n            <svg class=\"w-5 h-5 text-white\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 12l2-3m0 0l7-4 7 4M5 9v10a1 1 0 001 1h12a1 1 0 001-1V9m-9 11l4-4m0 0l4 4m-4-4v4\"/>\n            </svg>\n          </div>\n          <div class=\"text-left\">\n            <p class=\"text-white font-bold text-lg\">700+</p>\n            <p class=\"text-blue-100 text-xs font-medium\">Doors Actively Managed</p>\n          </div>\n        </div>\n      </div>\n\n      <!-- ⑦ Trust feature list -->\n      <div class=\"anim d7 w-full flex flex-col gap-2.5\">\n        <div class=\"flex items-center gap-3 bg-gray-50 rounded-xl px-4 py-3 border border-gray-100 hover:border-blue-200 hover:bg-blue-50 transition-all duration-200\">\n          <div class=\"w-8 h-8 rounded-lg bg-[#0D63C9] flex items-center justify-center shrink-0\">\n            <svg class=\"w-4 h-4 text-white\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 13l4 4L19 7\"/>\n            </svg>\n          </div>\n          <span class=\"text-sm font-medium text-gray-800 text-left\">Tenant Placement & Screening</span>\n        </div>\n        <div class=\"flex items-center gap-3 bg-gray-50 rounded-xl px-4 py-3 border border-gray-100 hover:border-blue-200 hover:bg-blue-50 transition-all duration-200\">\n          <div class=\"w-8 h-8 rounded-lg bg-[#0D63C9] flex items-center justify-center shrink-0\">\n            <svg class=\"w-4 h-4 text-white\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 13l4 4L19 7\"/>\n            </svg>\n          </div>\n          <span class=\"text-sm font-medium text-gray-800 text-left\">Rent Collection & Financial Reporting</span>\n        </div>\n        <div class=\"flex items-center gap-3 bg-gray-50 rounded-xl px-4 py-3 border border-gray-100 hover:border-blue-200 hover:bg-blue-50 transition-all duration-200\">\n          <div class=\"w-8 h-8 rounded-lg bg-[#0D63C9] flex items-center justify-center shrink-0\">\n            <svg class=\"w-4 h-4 text-white\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 13l4 4L19 7\"/>\n            </svg>\n          </div>\n          <span class=\"text-sm font-medium text-gray-800 text-left\">24/7 Maintenance Coordination</span>\n        </div>\n      </div>\n\n      <!-- ⑧ Social proof strip -->\n      <div class=\"anim d8 w-full bg-gradient-to-r from-[#0D63C9] to-[#1a7fe8] rounded-xl px-5 py-4 flex items-center gap-4 shadow-[0_8px_24px_-4px_rgba(13,99,201,0.35)]\">\n        <div class=\"flex -space-x-2 shrink-0\">\n          <img src=\"https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80\" class=\"w-9 h-9 rounded-full ring-2 ring-white object-cover\" alt=\"owner\" />\n          <img src=\"https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=64&h=64&q=80\" class=\"w-9 h-9 rounded-full ring-2 ring-white object-cover\" alt=\"owner\" />\n          <img src=\"https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&w=64&h=64&q=80\" class=\"w-9 h-9 rounded-full ring-2 ring-white object-cover\" alt=\"owner\" />\n        </div>\n        <div class=\"text-left\">\n          <p class=\"text-white font-bold text-sm leading-tight\">Trusted by property owners</p>\n          <p class=\"text-blue-100 text-xs font-medium mt-0.5\">across all of Florida since 1970</p>\n        </div>\n      </div>\n\n    </div>\n  </section>\n\n</body>\n</html>","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none"},"framed":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"embed","createdAt":"2026-06-14T07:17:06.162Z","updatedAt":"2026-06-14T07:25:15.574Z","__v":0},{"_id":"6a0e98a38ff1de60b7a26f61","type":"component","isTemplate":false,"name":"gridRow","content":{"box":{"left":"none","right":"none","top":"none","bottom":"none","bgImage":{"visible":true,"src":"https://perspective.imgix.net/67befb9a2bcf42003b2f664a.png?auto=compress&crop=focalpoint&cropHeight=172&cropWidth=164&dpr=2&fit=crop&fp-x=0.85&fp-y=0.81&fp-z=2.644815049793485&h=1888.1858825683594&w=1800","opacity":91,"focalPoint":{"x":46.519674936930336,"y":20.042816162109375}},"backgroundColor":"#E4F0F7"},"verticalAlign":"center","framed":true},"campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a38ff1de60b7a26f96","type":"component","isTemplate":false,"name":"gridColumn","content":{"box":{"left":"none","right":"none","top":"small","bottom":"small","backgroundColor":"linear-gradient(175deg, rgba(228,240,247,1) 57%, RGB(129, 181, 242) 89%)","bgImage":{"visible":false,"src":"https://perspective.imgix.net/67befb9a2bcf42003b2f664a.png?auto=format,compress&w=720&dpr=2","opacity":100,"focalPoint":{"x":35.055350553505534,"y":99.33333333333333}}},"verticalAlign":"center","framed":false},"parentId":"6a0e98a38ff1de60b7a26f61","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a38ff1de60b7a26feb","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"medium","top":"none","right":"xLarge","left":"xLarge"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"Ready to get started?","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\"><em>Ready to get started?</em></strong></span></p>"},"parentId":"6a0e98a38ff1de60b7a26f96","categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4b32dfc44fb3c33b11","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"text","createdAt":"2026-06-14T07:28:06.040Z","updatedAt":"2026-06-14T07:28:34.205Z","__v":0},{"_id":"6a0e98a38ff1de60b7a26fea","type":"component","isTemplate":false,"name":"button","content":{"buttonType":"button","box":{"bottom":"small","top":"small","right":"large","left":"large"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"linking":{"isInternal":true},"size":"small","align":"center","text":"Klick mich!","borderRadius":"minor","plainText":"Get Your Free Rental Analysis Only 2 Minutes","clickId":"button_click_cgt845","animation":"jittery","backgroundColor":"linear-gradient(165deg, RGBA(255,77,0,1) 22%, rgba(0,102,255,1) 93%)","wysiwygHtml":"<p><span style=\"color: #FFFFFF; --fs-m: 16px; --fs-t: 16px; --fs-d: 16px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>Get Your Free Rental Analysis</em></strong></span></p><p><span style=\"color: #FFFFFF; --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><em><em>Only 2 Minutes</em></em></span></p>"},"parentId":"6a0e98a38ff1de60b7a26f96","categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4f32dfc44fb3c33b71","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"button","createdAt":"2026-05-21T05:31:15.271Z","updatedAt":"2026-06-14T07:29:53.306Z","__v":0}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridColumn","createdAt":"2026-05-21T05:31:15.164Z","updatedAt":"2026-06-14T07:28:06.093Z","__v":4}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridRow","createdAt":"2026-05-21T05:31:15.092Z","updatedAt":"2026-06-14T07:28:29.508Z","__v":0},{"_id":"6a0e98a38ff1de60b7a27204","type":"component","isTemplate":false,"name":"gridRow","content":{"box":{"left":"none","right":"none","top":"none","bottom":"none","bgImage":{"visible":false,"src":"https://perspective.imgix.net/67beee4031c084003b0d8f99.png?auto=format,compress&w=720&dpr=2","opacity":100,"focalPoint":{"x":37.269372693726936,"y":86.66666666666667}},"backgroundColor":"#E4F0F7"},"verticalAlign":"center","framed":true},"campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a2725a","type":"component","isTemplate":false,"name":"gridColumn","content":{"box":{"left":"none","right":"none","top":"small","bottom":"small","backgroundColor":"transparent"},"verticalAlign":"center","framed":false},"parentId":"6a0e98a38ff1de60b7a27204","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a272af","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"small","top":"small","right":"xLarge","left":"xLarge"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"Trusted by Homeowners, Backed by Results","wysiwygHtml":"<h3><span style=\"color: #0D63C9\"><strong class=\"fun-font-bold\">Trusted by Homeowners, Backed by </strong></span><span style=\"color: #F14432\"><strong class=\"fun-font-bold\">Results</strong></span></h3>"},"parentId":"6a0e98a48ff1de60b7a2725a","categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4b32dfc44fb3c33b11","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"text","createdAt":"2026-05-21T05:31:16.153Z","updatedAt":"2026-06-14T07:13:07.243Z","__v":0},{"_id":"6a0e98a48ff1de60b7a272ae","type":"component","isTemplate":false,"name":"logos","content":{"isGrayscale":false,"images":["https://perspective.imgix.net/68ee53117cb13b003c8e9d9a.png?auto=compress&crop=focalpoint&cropHeight=556&cropWidth=640&dpr=2&fit=crop&fp-x=0.50&fp-y=0.50&fp-z=1&h=1251&w=1440","https://perspective.imgix.net/692739096ff45d003c6a5dba.png","https://perspective.imgix.net/68ee530f70e622003cb05812.png","https://perspective.imgix.net/6a0e99af2aaf6bb03803635b.png","https://perspective.imgix.net/6a0e9a0bc52999f5c37f1b03.jfif"],"box":{"left":"none","right":"none","top":"medium","bottom":"medium"},"size":"large"},"parentId":"6a0e98a48ff1de60b7a2725a","categoryId":"61af39fa0ff35780165e4faa","sectionId":"66e0c3eb1cbcb92eb90fef68","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"logos","createdAt":"2026-05-21T05:31:16.153Z","updatedAt":"2026-06-12T04:22:34.783Z","__v":0},{"_id":"6a0e98a48ff1de60b7a272ad","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"none","top":"medium","right":"xLarge","left":"xLarge"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"Over 5 Decades of Managing Properties 300+ Landlords Trust Our Expertise Since 1972","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 24px;--fs-t: 30px;--fs-d: 36px;--lh-m: 1.25;--lh-t: 1.2;--lh-d: 1.15;--ls-m: normal;--ls-t: -0.01em;--ls-d: -0.02em;\"><strong class=\"fun-font-bold\"><strong class=\"fun-font-bold\">Over </strong></strong></span><span style=\"color: #F14432; --fs-m: 24px; --fs-t: 30px; --fs-d: 36px; --lh-m: 1.25; --lh-t: 1.2; --lh-d: 1.15; --ls-m: normal; --ls-t: -0.01em; --ls-d: -0.02em\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><strong class=\"fun-font-bold\">5 Decades</strong></strong></span><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 24px;--fs-t: 30px;--fs-d: 36px;--lh-m: 1.25;--lh-t: 1.2;--lh-d: 1.15;--ls-m: normal;--ls-t: -0.01em;--ls-d: -0.02em;\"><strong class=\"fun-font-bold\"><strong class=\"fun-font-bold\"> of</strong></strong></span></p><p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 24px;--fs-t: 30px;--fs-d: 36px;--lh-m: 1.25;--lh-t: 1.2;--lh-d: 1.15;--ls-m: normal;--ls-t: -0.01em;--ls-d: -0.02em;\"><strong class=\"fun-font-bold\"><strong class=\"fun-font-bold\">Managing Properties&nbsp;&nbsp;</strong></strong></span></p><p></p><p><span style=\"color: #0D63C9; --fs-m: 24px; --fs-t: 30px; --fs-d: 36px; --lh-m: 1.25; --lh-t: 1.2; --lh-d: 1.15; --ls-m: normal; --ls-t: -0.01em; --ls-d: -0.02em\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><strong class=\"fun-font-bold\">300+ Landlords</strong></strong></span><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 24px;--fs-t: 30px;--fs-d: 36px;--lh-m: 1.25;--lh-t: 1.2;--lh-d: 1.15;--ls-m: normal;--ls-t: -0.01em;--ls-d: -0.02em;\"><strong class=\"fun-font-bold\"><strong class=\"fun-font-bold\"> Trust Our Expertise</strong></strong></span></p><p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><u><strong class=\"fun-font-bold\">Si<strong class=\"fun-font-bold\">nce 1972</strong></strong></u></span></p>"},"parentId":"6a0e98a48ff1de60b7a2725a","categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4b32dfc44fb3c33b11","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"text","createdAt":"2026-05-21T05:31:16.153Z","updatedAt":"2026-06-14T07:12:46.901Z","__v":0},{"_id":"6a2e53bf34cf178ad8952027","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!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>Innovation Property Management – Trust & Guarantees</title>\n  <link href=\"https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap\" rel=\"stylesheet\" />\n  <script src=\"https://cdn.tailwindcss.com\"></script>\n  <style>\n    * { font-family: 'Rubik', sans-serif; }\n\n    /* Slide entrance animation */\n    @keyframes slideUp {\n      from { opacity: 0; transform: translateY(50px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .anim {\n      opacity: 0;\n      animation: slideUp 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;\n    }\n    .anim-1  { animation-delay: 50ms; }\n    .anim-2  { animation-delay: 100ms; }\n    .anim-3  { animation-delay: 150ms; }\n    .anim-4  { animation-delay: 200ms; }\n    .anim-5  { animation-delay: 250ms; }\n    .anim-6  { animation-delay: 300ms; }\n    .anim-7  { animation-delay: 350ms; }\n\n    /* Guarantee card shimmer border */\n    .guarantee-card {\n      position: relative;\n      background: #ffffff;\n      border-radius: 12px;\n      box-shadow: 0 4px 24px -4px rgba(13,99,201,0.10), 0 1px 4px rgba(0,0,0,0.05);\n      overflow: hidden;\n    }\n    .guarantee-card::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      border-radius: 12px;\n      border: 1.5px solid rgba(13,99,201,0.15);\n      pointer-events: none;\n    }\n    .guarantee-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: linear-gradient(135deg, #e8f0fd 0%, #dceafe 100%);\n      color: #0D63C9;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      padding: 4px 10px;\n      border-radius: 9999px;\n    }\n    .stat-pill {\n      background: linear-gradient(135deg, #0D63C9 0%, #1a7de0 100%);\n      color: #fff;\n      border-radius: 9999px;\n      font-weight: 700;\n      font-size: 13px;\n      padding: 3px 14px;\n      display: inline-block;\n    }\n    .section-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: #e8f0fd;\n      color: #0D63C9;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      padding: 5px 14px;\n      border-radius: 9999px;\n    }\n    .divider-line {\n      height: 2px;\n      background: linear-gradient(90deg, #0D63C9 0%, transparent 100%);\n      width: 40px;\n      border-radius: 9999px;\n    }\n  </style>\n</head>\n<body style=\"background:#FFFFFF; color:#000000; margin:0; padding:0;\">\n\n  <section style=\"max-width:640px; margin:0 auto; padding:56px 24px 64px;\">\n\n    <!-- EYEBROW -->\n    <div class=\"anim anim-1\" style=\"display:flex; justify-content:center; margin-bottom:28px;\">\n      <span class=\"section-eyebrow\">\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0D63C9\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n        54 Years of Proven Expertise\n      </span>\n    </div>\n\n    <!-- HEADLINE -->\n    <div class=\"anim anim-2\" style=\"text-align:center; margin-bottom:16px;\">\n      <h1 style=\"font-size:clamp(36px,6vw,52px); font-weight:700; line-height:1.1; color:#000000; margin:0;\">\n        Florida's Most Trusted<br/>\n        <span style=\"color:#0D63C9;\">Property Management</span>\n      </h1>\n    </div>\n\n    <!-- SUBHEADLINE -->\n    <div class=\"anim anim-3\" style=\"text-align:center; margin-bottom:40px;\">\n      <p style=\"font-size:18px; color:#4a5568; line-height:1.7; margin:0 auto; max-width:480px;\">\n        Property owners across <strong style=\"color:#000;\">10 Florida counties</strong> rely on us for consistent rental income, quality tenants, and decades of results that speak for themselves.\n      </p>\n    </div>\n\n    <!-- STATS ROW -->\n    <div class=\"anim anim-3\" style=\"display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-bottom:52px;\">\n      <div style=\"background:#f7f9fc; border-radius:12px; padding:20px 28px; text-align:center; flex:1; min-width:140px; box-shadow:0 2px 12px rgba(0,0,0,0.05);\">\n        <div style=\"font-size:36px; font-weight:700; color:#0D63C9; line-height:1;\">54</div>\n        <div style=\"font-size:13px; color:#6b7280; margin-top:4px; font-weight:400;\">Years in Business</div>\n      </div>\n      <div style=\"background:#f7f9fc; border-radius:12px; padding:20px 28px; text-align:center; flex:1; min-width:140px; box-shadow:0 2px 12px rgba(0,0,0,0.05);\">\n        <div style=\"font-size:36px; font-weight:700; color:#0D63C9; line-height:1;\">10</div>\n        <div style=\"font-size:13px; color:#6b7280; margin-top:4px; font-weight:400;\">Florida Counties</div>\n      </div>\n      <div style=\"background:#f7f9fc; border-radius:12px; padding:20px 28px; text-align:center; flex:1; min-width:140px; box-shadow:0 2px 12px rgba(0,0,0,0.05);\">\n        <div style=\"font-size:36px; font-weight:700; color:#0D63C9; line-height:1;\">3</div>\n        <div style=\"font-size:13px; color:#6b7280; margin-top:4px; font-weight:400;\">Iron-Clad Guarantees</div>\n      </div>\n    </div>\n\n    <!-- SECTION DIVIDER -->\n    <div class=\"anim anim-4\" style=\"text-align:center; margin-bottom:40px;\">\n      <div style=\"display:inline-flex; align-items:center; gap:16px;\">\n        <div class=\"divider-line\"></div>\n        <p style=\"font-size:22px; font-weight:700; color:#000; margin:0; letter-spacing:-0.01em;\">\n          Not Just Talk —&nbsp;<span style=\"color:#0D63C9;\">It's Guaranteed.</span>\n        </p>\n        <div class=\"divider-line\" style=\"background:linear-gradient(90deg,transparent,#0D63C9);\"></div>\n      </div>\n      <p style=\"font-size:16px; color:#6b7280; margin:12px auto 0; max-width:420px; line-height:1.6;\">\n        We back every promise with a real commitment. Here's exactly what you can count on.\n      </p>\n    </div>\n\n    <!-- GUARANTEE CARDS -->\n    <div style=\"display:flex; flex-direction:column; gap:20px;\">\n\n      <!-- Card 1: Results Guarantee -->\n      <div class=\"guarantee-card anim anim-4\" style=\"padding:28px;\">\n        <div style=\"display:flex; align-items:flex-start; gap:20px;\">\n          <div style=\"flex-shrink:0; width:52px; height:52px; background:linear-gradient(135deg,#0D63C9,#1a7de0); border-radius:12px; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 14px rgba(13,99,201,0.3);\">\n            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"/></svg>\n          </div>\n          <div style=\"flex:1;\">\n            <div style=\"display:flex; align-items:center; gap:10px; margin-bottom:10px; flex-wrap:wrap;\">\n              <h3 style=\"font-size:20px; font-weight:700; color:#000; margin:0;\">Results Guarantee</h3>\n              <span class=\"guarantee-badge\">\n                <svg width=\"10\" height=\"10\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0D63C9\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>\n                Zero Risk\n              </span>\n            </div>\n            <p style=\"font-size:16px; color:#374151; line-height:1.7; margin:0;\">\n              <strong style=\"color:#000;\">You don't pay a single cent until we deliver.</strong> We handle all marketing, tenant screening, and the full move-in process — completely upfront, before you ever see a bill.\n            </p>\n          </div>\n        </div>\n      </div>\n\n      <!-- Card 2: 30-Day Rental Guarantee -->\n      <div class=\"guarantee-card anim anim-5\" style=\"padding:28px;\">\n        <div style=\"display:flex; align-items:flex-start; gap:20px;\">\n          <div style=\"flex-shrink:0; width:52px; height:52px; background:linear-gradient(135deg,#0D63C9,#1a7de0); border-radius:12px; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 14px rgba(13,99,201,0.3);\">\n            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"/></svg>\n          </div>\n          <div style=\"flex:1;\">\n            <div style=\"display:flex; align-items:center; gap:10px; margin-bottom:10px; flex-wrap:wrap;\">\n              <h3 style=\"font-size:20px; font-weight:700; color:#000; margin:0;\">30-Day Rental Guarantee</h3>\n              <span class=\"guarantee-badge\">\n                <svg width=\"10\" height=\"10\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0D63C9\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>\n                Fee Waived\n              </span>\n            </div>\n            <p style=\"font-size:16px; color:#374151; line-height:1.7; margin:0;\">\n              If your home isn't rented within 30 days, <strong style=\"color:#000;\">your first month's management fee is completely waived.</strong>\n            </p>\n          </div>\n        </div>\n      </div>\n\n      <!-- Card 3: Leasing Guarantee -->\n      <div class=\"guarantee-card anim anim-6\" style=\"padding:28px;\">\n        <div style=\"display:flex; align-items:flex-start; gap:20px;\">\n          <div style=\"flex-shrink:0; width:52px; height:52px; background:linear-gradient(135deg,#0D63C9,#1a7de0); border-radius:12px; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 14px rgba(13,99,201,0.3);\">\n            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"/></svg>\n          </div>\n          <div style=\"flex:1;\">\n            <div style=\"display:flex; align-items:center; gap:10px; margin-bottom:10px; flex-wrap:wrap;\">\n              <h3 style=\"font-size:20px; font-weight:700; color:#000; margin:0;\">Leasing Guarantee</h3>\n              <span class=\"guarantee-badge\">\n                <svg width=\"10\" height=\"10\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0D63C9\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"/></svg>\n                No Extra Cost\n              </span>\n            </div>\n            <p style=\"font-size:16px; color:#374151; line-height:1.7; margin:0;\">\n              If a tenant doesn't stay for at least 8 months, <strong style=\"color:#000;\">we'll find you a qualified replacement — at absolutely no extra cost to you.</strong> Quality tenants, or we make it right.\n            </p>\n          </div>\n        </div>\n      </div>\n\n    </div>\n\n    <!-- CLOSING STATEMENT -->\n    <div class=\"anim anim-7\" style=\"margin-top:44px; background:linear-gradient(135deg,#0D63C9 0%,#1a7de0 100%); border-radius:12px; padding:36px 32px; text-align:center; box-shadow:0 8px 32px rgba(13,99,201,0.25);\">\n      <div style=\"font-size:13px; font-weight:700; color:rgba(255,255,255,0.7); letter-spacing:0.1em; text-transform:uppercase; margin-bottom:12px;\">The Bottom Line</div>\n      <h2 style=\"font-size:clamp(22px,4vw,30px); font-weight:700; color:#ffffff; margin:0 0 14px; line-height:1.2;\">\n        Three Promises. One Simple Goal.\n      </h2>\n      <p style=\"font-size:17px; color:rgba(255,255,255,0.88); line-height:1.7; margin:0 auto; max-width:400px;\">\n        Your peace of mind. Because when you partner with Innovation Property Management, you're not just hiring a manager — you're gaining a partner who's fully invested in your success.\n      </p>\n    </div>\n\n  </section>\n\n</body>\n</html>","head":"","provider":"ai","box":{"left":"none","right":"none","top":"none","bottom":"none"},"framed":false},"parentId":"6a0e98a48ff1de60b7a2725a","categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"embed","createdAt":"2026-06-14T07:09:51.072Z","updatedAt":"2026-06-14T07:15:16.589Z","__v":0}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridColumn","createdAt":"2026-05-21T05:31:16.067Z","updatedAt":"2026-06-14T07:12:20.820Z","__v":4}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridRow","createdAt":"2026-05-21T05:31:15.955Z","updatedAt":"2026-06-14T07:15:54.771Z","__v":0},{"_id":"6a0e98a48ff1de60b7a2738b","type":"component","isTemplate":false,"name":"gridRow","content":{"box":{"left":"none","right":"none","top":"none","bottom":"small","backgroundColor":"#E4F0F7"},"verticalAlign":"center","framed":true},"campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a273a1","type":"component","isTemplate":false,"name":"gridColumn","content":{"box":{"left":"none","right":"none","top":"small","bottom":"small","backgroundColor":"linear-gradient(175deg, rgba(228,240,247,1) 57%, RGB(129, 181, 242) 89%)"},"verticalAlign":"start","framed":true},"parentId":"6a0e98a48ff1de60b7a2738b","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a273af","type":"component","isTemplate":false,"name":"reviews","content":{"images":["https://images.unsplash.com/photo-1624224971170-2f84fed5eb5e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc0MDQ4NzQ1N3w&ixlib=rb-4.0.3&q=80&w=1080"],"align":"center","color":"#FFD600","showImages":false,"showStars":true,"rating":5,"box":{"left":"medium","right":"medium","top":"none","bottom":"medium","backgroundColor":"transparent"},"plainText":"\"I Would Recommend Them to Others\" Working with Diana at Innovation Properties was truly an exceptional experience from start to finish — Dean R.","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">&quot;<strong class=\"fun-font-bold\">I Would Recommend Them to Others&quot;</strong></strong></span><br><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><em>Working with Diana at Innovation Properties was truly an exceptional experience from start to finish — Dean R.</em></span></p>"},"parentId":"6a0e98a48ff1de60b7a273a1","categoryId":"61af39fa0ff35780165e4faa","sectionId":"66ed272512c0bb2be1cdc269","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"reviews","createdAt":"2026-05-21T05:31:16.439Z","updatedAt":"2026-06-14T07:32:04.755Z","__v":0}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridColumn","createdAt":"2026-05-21T05:31:16.421Z","updatedAt":"2026-06-12T05:17:20.859Z","__v":0},{"_id":"6a0e98a48ff1de60b7a273a2","type":"component","isTemplate":false,"name":"gridColumn","content":{"box":{"left":"none","right":"none","top":"small","bottom":"small","backgroundColor":"linear-gradient(175deg,rgba(228,240,247,1)57%,rgba(161,203,255,1)89%)"},"verticalAlign":"center","framed":true},"parentId":"6a0e98a48ff1de60b7a2738b","categoryId":"61af39fa0ff35780165e4faa","sectionId":"679cb57673ca2c9b8023b8da","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a273b3","type":"component","isTemplate":false,"name":"reviews","content":{"images":["https://images.unsplash.com/photo-1564564244660-5d73c057f2d2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc0MDQ4OTk1MHw&ixlib=rb-4.0.3&q=80&w=1080"],"align":"center","color":"#FFD600","showImages":false,"showStars":true,"rating":5,"box":{"left":"medium","right":"medium","top":"small","bottom":"medium","backgroundColor":"transparent"},"plainText":"\"Fast Tenant Placement & Great Support\" I generally don’t write reviews, but I couldn't pass up the opportunity to commend Zarima Flores. Over the past 8 years, she’s managed my 10 properties — Orlando C","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">&quot;Fast Tenant Placement &amp; Great Support&quot;</strong></span><br><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><em>I generally don’t write reviews, but I couldn&apos;t pass up the opportunity to commend Zarima Flores. Over the past 8 years, she’s managed my 10 properties — Orlando C</em></span></p>"},"parentId":"6a0e98a48ff1de60b7a273a2","categoryId":"61af39fa0ff35780165e4faa","sectionId":"66ed272512c0bb2be1cdc269","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"reviews","createdAt":"2026-05-21T05:31:16.441Z","updatedAt":"2026-05-21T05:39:54.866Z","__v":0}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridColumn","createdAt":"2026-05-21T05:31:16.421Z","updatedAt":"2026-05-21T05:31:28.315Z","__v":0},{"_id":"6a0e98a48ff1de60b7a273a3","type":"component","isTemplate":false,"name":"gridColumn","content":{"box":{"left":"none","right":"none","top":"small","bottom":"small","backgroundColor":"linear-gradient(175deg,rgba(228,240,247,1)57%,rgba(161,203,255,1)89%)"},"verticalAlign":"start","framed":true},"parentId":"6a0e98a48ff1de60b7a2738b","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a273b6","type":"component","isTemplate":false,"name":"reviews","content":{"images":["https://images.unsplash.com/photo-1564564244660-5d73c057f2d2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc0MDQ4OTk1MHw&ixlib=rb-4.0.3&q=80&w=1080"],"align":"center","color":"#FFD600","showImages":false,"showStars":true,"rating":5,"box":{"left":"medium","right":"medium","top":"small","bottom":"medium","backgroundColor":"transparent"},"plainText":"\"Excellent service\" It was a fast but smooth process dealing with one of the property coordinators Henry Venegas over at the location — Abby M.","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">&quot;Excellent service&quot;</strong></span><br><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><em>It was a fast but smooth process dealing with one of the property coordinators Henry Venegas over at the location — Abby M.</em></span></p>"},"parentId":"6a0e98a48ff1de60b7a273a3","categoryId":"61af39fa0ff35780165e4faa","sectionId":"66ed272512c0bb2be1cdc269","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"reviews","createdAt":"2026-05-21T05:31:16.446Z","updatedAt":"2026-05-21T05:40:37.919Z","__v":0}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridColumn","createdAt":"2026-05-21T05:31:16.421Z","updatedAt":"2026-05-21T05:31:28.315Z","__v":0}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridRow","createdAt":"2026-05-21T05:31:16.392Z","updatedAt":"2026-06-14T07:16:09.280Z","__v":0},{"_id":"6a0e98a48ff1de60b7a273da","type":"component","isTemplate":false,"name":"gridRow","content":{"box":{"left":"none","right":"none","top":"small","bottom":"medium","backgroundColor":"#E4F0F7"},"verticalAlign":"center","framed":true},"campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a273de","type":"component","isTemplate":false,"name":"gridColumn","content":{"box":{"left":"none","right":"none","top":"small","bottom":"small","backgroundColor":"#E4F0F7"},"verticalAlign":"start","framed":true},"parentId":"6a0e98a48ff1de60b7a273da","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[{"_id":"6a0e98a48ff1de60b7a273e2","type":"component","isTemplate":false,"name":"button","content":{"buttonType":"button","box":{"bottom":"none","top":"none","right":"large","left":"large"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"linking":{"isInternal":true},"size":"small","align":"center","text":"Klick mich!","borderRadius":"minor","plainText":"Get Your Free Rental Analysis - 54+ Years of Trust Only 2 min and completely free","clickId":"button_click_1hb7o1","animation":"jittery","buttonStyle":"filled","fullWidthOnDesktop":false,"backgroundColor":"linear-gradient(165deg, RGBA(255,77,0,1) 22%, rgba(0,102,255,1) 93%)","wysiwygHtml":"<p><span style=\"color: #FFFFFF; --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>Get Your Free Rental Analysis - </em></strong></span></p><p><span style=\"color: #FFFFFF; --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>54+ Years of Trust</em></strong></span></p><p><span style=\"color: #FFFFFF; --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><em><em>Only 2 min and completely free </em></em></span></p>"},"parentId":"6a0e98a48ff1de60b7a273de","categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4f32dfc44fb3c33b71","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"button","createdAt":"2026-05-21T05:31:16.520Z","updatedAt":"2026-06-14T07:32:19.826Z","__v":0}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridColumn","createdAt":"2026-05-21T05:31:16.505Z","updatedAt":"2026-06-12T05:16:50.226Z","__v":2}],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"gridRow","createdAt":"2026-05-21T05:31:16.491Z","updatedAt":"2026-06-12T05:16:45.052Z","__v":0},{"_id":"6a2b89a8c32f31ad589ece59","type":"component","isTemplate":false,"name":"text","content":{"kind":[],"box":{"bottom":"medium","top":"small","right":"xLarge","left":"xLarge","backgroundColor":"#E4F0F7"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"align":"center","size":"medium","text":"Das ist ein Text Block für deine Nachricht.","plainText":"Still reading? See real Google reviews — decide for yourself!","wysiwygHtml":"<p><span style=\"color: #000000; --fs-m: 20px; --fs-t: 20px; --fs-d: 24px; --lh-m: 1.25; --lh-t: 1.25; --lh-d: 1.25; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>Still reading?</em></strong></span></p><p></p><p><span style=\"color: #000000; --fs-m: 20px; --fs-t: 20px; --fs-d: 24px; --lh-m: 1.25; --lh-t: 1.25; --lh-d: 1.25; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\">See real Google reviews — decide for yourself!</strong></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4b32dfc44fb3c33b11","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"text","createdAt":"2026-06-12T04:23:04.184Z","updatedAt":"2026-06-12T05:15:49.176Z","__v":0},{"_id":"6a2b8b4ccbc25d6fb52c3a26","type":"component","isTemplate":false,"name":"embed","content":{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" />\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n  <title>Google Reviews</title>\n  <link href=\"https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap\" rel=\"stylesheet\" />\n  <script src=\"https://cdn.tailwindcss.com\"></script>\n  <style>\n    * { font-family: 'Rubik', sans-serif; }\n\n    @keyframes slideUp {\n      from { opacity: 0; transform: translateY(50px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .slide-up {\n      opacity: 0;\n      animation: slideUp 600ms ease forwards;\n    }\n\n    @keyframes marquee {\n      0%   { transform: translateX(0); }\n      100% { transform: translateX(-33.333%); }\n    }\n    .marquee-track {\n      display: flex;\n      width: max-content;\n      animation: marquee 40s linear infinite;\n    }\n    .marquee-track:hover { animation-play-state: paused; }\n\n    /* Google G logo colors */\n    .g-blue  { color: #4285F4; }\n    .g-red   { color: #EA4335; }\n    .g-yellow{ color: #FBBC05; }\n    .g-green { color: #34A853; }\n  </style>\n</head>\n<body style=\"background:#FFFFFF; color:#000000;\" class=\"px-4 py-16\">\n\n  <!-- Header -->\n  <div class=\"text-center mb-12 slide-up\" style=\"animation-delay:50ms\">\n    <!-- Google Logo -->\n    <div class=\"flex items-center justify-center gap-2 mb-4\">\n      <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-8 h-8\">\n        <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n        <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n        <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n        <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n        <path fill=\"none\" d=\"M0 0h48v48H0z\"/>\n      </svg>\n      <span class=\"text-3xl font-bold tracking-tight\" style=\"color:#000000;\">Reviews</span>\n    </div>\n\n    <!-- Overall rating summary -->\n    <div class=\"flex items-center justify-center gap-3 mb-2\">\n      <span class=\"text-6xl font-bold\" style=\"color:#000000;\">5.0</span>\n      <div class=\"flex flex-col items-start gap-1\">\n        <div class=\"flex gap-1\">\n          <svg class=\"w-6 h-6 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n          <svg class=\"w-6 h-6 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n          <svg class=\"w-6 h-6 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n          <svg class=\"w-6 h-6 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n          <svg class=\"w-6 h-6 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n        </div>\n        <span class=\"text-sm\" style=\"color:#555;\">Based on Google Reviews</span>\n      </div>\n    </div>\n  </div>\n\n  <!-- ROW 1 (Reviews 1-3) -->\n  <div class=\"slide-up overflow-hidden mb-8\" style=\"animation-delay:100ms; -webkit-mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent); mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent);\">\n    <div class=\"marquee-track\">\n      <!-- Card 1 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-600 font-bold text-lg shrink-0 mt-0.5\">D</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Doug V.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Great experience working with Diana\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Diana arranged tours immediately and answered all our questions quickly. The entire experience was smooth, professional, and stress-free from start to finish.</p>\n      </div>\n\n      <!-- Card 2 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-green-100 flex items-center justify-center text-green-600 font-bold text-lg shrink-0 mt-0.5\">L</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Luis P.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Helpful and supportive throughout\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Even though we didn't get the house we wanted, Diana was incredibly helpful and supportive throughout the process. We truly appreciated her time, patience, and professionalism.</p>\n      </div>\n\n      <!-- Card 3 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center text-purple-600 font-bold text-lg shrink-0 mt-0.5\">B</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Barbara N.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Made our move easy\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna was extremely helpful during our move and provided outstanding support for our family. We appreciated everything she did to make the transition easier.</p>\n      </div>\n\n      <!-- Duplicate set for seamless loop -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-600 font-bold text-lg shrink-0 mt-0.5\">D</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Doug V.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Great experience working with Diana\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Diana arranged tours immediately and answered all our questions quickly. The entire experience was smooth, professional, and stress-free from start to finish.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-green-100 flex items-center justify-center text-green-600 font-bold text-lg shrink-0 mt-0.5\">L</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Luis P.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Helpful and supportive throughout\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Even though we didn't get the house we wanted, Diana was incredibly helpful and supportive throughout the process. We truly appreciated her time, patience, and professionalism.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center text-purple-600 font-bold text-lg shrink-0 mt-0.5\">B</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Barbara N.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Made our move easy\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna was extremely helpful during our move and provided outstanding support for our family. We appreciated everything she did to make the transition easier.</p>\n      </div>\n    </div>\n  </div>\n\n  <!-- ROW 2 (Reviews 4-6) -->\n  <div class=\"slide-up overflow-hidden mb-8\" style=\"animation-delay:150ms; -webkit-mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent); mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent);\">\n    <div class=\"marquee-track\">\n      <!-- Card 4 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-orange-100 flex items-center justify-center text-orange-600 font-bold text-lg shrink-0 mt-0.5\">S</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Sandra S.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Amazing rental experience\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna made renting a home easy, quick, and stress-free. She was incredibly helpful throughout the entire process, and we're so grateful we found her.</p>\n      </div>\n\n      <!-- Card 5 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-red-100 flex items-center justify-center text-red-600 font-bold text-lg shrink-0 mt-0.5\">L</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Lisa C.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Highly recommend this company\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Innovation Property Management was professional and easy to work with. Jenna made my first rental experience pleasant and enjoyable, and her friendly approach made all the difference.</p>\n      </div>\n\n      <!-- Card 6 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold text-lg shrink-0 mt-0.5\">T</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Troy F.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Excellent communication and service\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna was responsive, friendly, and always available when we needed assistance. Our family had a fantastic experience and would highly recommend the team.</p>\n      </div>\n\n      <!-- Duplicate set for seamless loop -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-orange-100 flex items-center justify-center text-orange-600 font-bold text-lg shrink-0 mt-0.5\">S</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Sandra S.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Amazing rental experience\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna made renting a home easy, quick, and stress-free. She was incredibly helpful throughout the entire process, and we're so grateful we found her.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-red-100 flex items-center justify-center text-red-600 font-bold text-lg shrink-0 mt-0.5\">L</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Lisa C.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Highly recommend this company\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Innovation Property Management was professional and easy to work with. Jenna made my first rental experience pleasant and enjoyable, and her friendly approach made all the difference.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold text-lg shrink-0 mt-0.5\">T</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Troy F.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Excellent communication and service\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna was responsive, friendly, and always available when we needed assistance. Our family had a fantastic experience and would highly recommend the team.</p>\n      </div>\n    </div>\n  </div>\n\n  <!-- ROW 3 (Reviews 7-9) -->\n  <div class=\"slide-up overflow-hidden mb-8\" style=\"animation-delay:200ms; -webkit-mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent); mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent);\">\n    <div class=\"marquee-track\">\n      <!-- Card 7 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center text-pink-600 font-bold text-lg shrink-0 mt-0.5\">P</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">P.G.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Smooth move-in process\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Diana was excellent and made sure our move went as smoothly as possible. Her communication and support were outstanding.</p>\n      </div>\n\n      <!-- Card 8 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-cyan-100 flex items-center justify-center text-cyan-600 font-bold text-lg shrink-0 mt-0.5\">E</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Elio F.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Wonderful experience from start to finish\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna was amazing and helped us tremendously throughout our rental experience. We couldn't have asked for better support and service.</p>\n      </div>\n\n      <!-- Card 9 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-lime-100 flex items-center justify-center text-lime-600 font-bold text-lg shrink-0 mt-0.5\">B</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Brenda B.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Above and beyond expectations\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna guided us through every step and provided all the information we needed. Her knowledge, professionalism, and dedication exceeded our expectations.</p>\n      </div>\n\n      <!-- Duplicate set for seamless loop -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center text-pink-600 font-bold text-lg shrink-0 mt-0.5\">P</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">P.G.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Smooth move-in process\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Diana was excellent and made sure our move went as smoothly as possible. Her communication and support were outstanding.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-cyan-100 flex items-center justify-center text-cyan-600 font-bold text-lg shrink-0 mt-0.5\">E</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Elio F.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Wonderful experience from start to finish\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna was amazing and helped us tremendously throughout our rental experience. We couldn't have asked for better support and service.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-lime-100 flex items-center justify-center text-lime-600 font-bold text-lg shrink-0 mt-0.5\">B</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Brenda B.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Above and beyond expectations\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna guided us through every step and provided all the information we needed. Her knowledge, professionalism, and dedication exceeded our expectations.</p>\n      </div>\n    </div>\n  </div>\n\n  <!-- ROW 4 (Reviews 10-12) -->\n  <div class=\"slide-up overflow-hidden mb-8\" style=\"animation-delay:250ms; -webkit-mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent); mask-image:linear-gradient(to right,transparent,black 60px,black calc(100% - 60px),transparent);\">\n    <div class=\"marquee-track\">\n      <!-- Card 10 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-violet-100 flex items-center justify-center text-violet-600 font-bold text-lg shrink-0 mt-0.5\">W</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">William C.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Always available to help\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Innovation Property Management has been fantastic to work with. Jenna was always accessible, responsive, and willing to help whenever we needed assistance.</p>\n      </div>\n\n      <!-- Card 11 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-rose-100 flex items-center justify-center text-rose-600 font-bold text-lg shrink-0 mt-0.5\">R</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Rashana H.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"A company you can trust\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Working with Innovation Property Management was amazing. Jenna was understanding, supportive, and made the entire experience enjoyable and stress-free.</p>\n      </div>\n\n      <!-- Card 12 -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-amber-100 flex items-center justify-center text-amber-600 font-bold text-lg shrink-0 mt-0.5\">J</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Janie C.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\">\n            <path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/>\n            <path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/>\n            <path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/>\n            <path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/>\n          </svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Kind and helpful every step of the way\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna helped us through every stage of the process and was incredibly kind throughout. We couldn't have asked for a better experience.</p>\n      </div>\n\n      <!-- Duplicate set for seamless loop -->\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-violet-100 flex items-center justify-center text-violet-600 font-bold text-lg shrink-0 mt-0.5\">W</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">William C.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Always available to help\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Innovation Property Management has been fantastic to work with. Jenna was always accessible, responsive, and willing to help whenever we needed assistance.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-rose-100 flex items-center justify-center text-rose-600 font-bold text-lg shrink-0 mt-0.5\">R</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Rashana H.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"A company you can trust\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Working with Innovation Property Management was amazing. Jenna was understanding, supportive, and made the entire experience enjoyable and stress-free.</p>\n      </div>\n      <div class=\"shrink-0 bg-white rounded-xl p-5 mx-3 w-[320px] shadow-[0_4px_24px_-4px_rgba(0,0,0,0.10),0_1px_4px_rgba(0,0,0,0.04)]\">\n        <div class=\"flex items-start gap-3 mb-3\">\n          <div class=\"w-10 h-10 rounded-full bg-amber-100 flex items-center justify-center text-amber-600 font-bold text-lg shrink-0 mt-0.5\">J</div>\n          <div class=\"flex-1\">\n            <p class=\"font-bold text-sm\" style=\"color:#000;\">Janie C.</p>\n            <div class=\"flex gap-0.5 mt-1\">\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n              <svg class=\"w-4 h-4 text-yellow-400\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"/></svg>\n            </div>\n          </div>\n          <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"w-5 h-5 shrink-0 mt-0.5\"><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fill=\"#FBBC05\" d=\"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z\"/><path fill=\"#34A853\" d=\"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.18 1.48-4.97 2.31-8.16 2.31-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z\"/></svg>\n        </div>\n        <p class=\"font-bold text-sm mb-2\" style=\"color:#000;\">\"Kind and helpful every step of the way\"</p>\n        <p class=\"text-sm leading-relaxed\" style=\"color:#333;\">Jenna helped us through every stage of the process and was incredibly kind throughout. We couldn't have asked for a better experience.</p>\n      </div>\n    </div>\n  </div>\n\n  <!-- Footer trust line -->\n  <div class=\"text-center mt-10 slide-up\" style=\"animation-delay:300ms;\">\n    <p class=\"text-sm\" style=\"color:#888;\">⭐ Verified reviews from Google · Updated regularly</p>\n  </div>\n\n</body>\n</html>","head":"","provider":"ai","box":{"left":"none","right":"none","top":"medium","bottom":"large","backgroundColor":"#E4F0F7"},"framed":false,"isGdprSensitive":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"69f9a1b9fdde719c0f714fd6","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"embed","createdAt":"2026-06-12T04:30:04.729Z","updatedAt":"2026-06-12T05:03:49.092Z","__v":0},{"_id":"6a2b932a32b7892e75e07ce2","type":"component","isTemplate":false,"name":"button","content":{"buttonType":"button","box":{"bottom":"medium","top":"medium","right":"large","left":"large","backgroundColor":"#E4F0F7"},"responsive":{"active":false,"hasContainer":true,"options":{"size":[],"offset":[]},"mapping":[]},"linking":{"isInternal":true},"size":"small","align":"center","text":"Klick mich!","borderRadius":"minor","plainText":"Get Your Free Rental Analysis - 54+ Years of Trust Only 2 min and completely free","clickId":"button_click_hkqu73","animation":"jittery","buttonStyle":"filled","fullWidthOnDesktop":false,"backgroundColor":"linear-gradient(165deg, RGBA(255,77,0,1) 22%, rgba(0,102,255,1) 93%)","wysiwygHtml":"<p><span style=\"color: #FFFFFF; --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>Get Your Free Rental Analysis - </em></strong></span></p><p><span style=\"color: #FFFFFF; --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\"><em>54+ Years of Trust</em></strong></span></p><p><span style=\"color: #FFFFFF; --fs-m: 14px; --fs-t: 14px; --fs-d: 14px; --lh-m: 1.5; --lh-t: 1.5; --lh-d: 1.5; --ls-m: normal; --ls-t: normal; --ls-d: normal\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><em><em>Only 2 min and completely free </em></em></span></p>"},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"6557bc4f32dfc44fb3c33b71","campaignId":"6a0e98a28ff1de60b7a26ebc","components":[],"allowedChildSections":[],"pageId":"6a0e98a38ff1de60b7a26f20","companyId":"68e7ed398dd96b003ca83d34","componentType":"button","createdAt":"2026-06-12T05:03:38.596Z","updatedAt":"2026-06-14T07:32:31.346Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"67becb7adccb5b003b7078a3","type":"theme","transition":"slide","name":"Property Valuation","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","typography":"Rubik:400,700","fontColor":"#000000","backgroundColor":"#FFFFFF","formFieldBackgroundColor":"#F14432","buttonBackgroundColor":"#0D63C9","borderRadius":"small","createdAt":"2025-02-26T08:06:18.758Z","updatedAt":"2025-02-26T08:17:26.620Z","__v":0,"fontId":null},"themeV2":{"typography":"Rubik:400,700","fontId":null,"fontColor":"#000000","backgroundColor":"#FFFFFF","formFieldBackgroundColor":"#F14432","buttonBackgroundColor":"#0D63C9","borderRadius":"small","transition":"slide"},"fields":[{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_hawz24","componentId":"6a0e98a38ff1de60b7a2708c","_id":"6a0e98a38ff1de60b7a270cc","answerTextId":"6a0e98a38ff1de60b7a27131","answerMediaId":"6a0e98a38ff1de60b7a27132","value":"Other","visual":"https://images.unsplash.com/photo-1448630360428-65456885c650?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc2MDQ1NjY1OXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"},{"fieldName":"question_hawz24","componentId":"6a0e98a38ff1de60b7a2708d","_id":"6a0e98a38ff1de60b7a270ce","answerTextId":"6a0e98a38ff1de60b7a2712f","answerMediaId":"6a0e98a38ff1de60b7a27130","value":"Condos","visual":"https://images.unsplash.com/photo-1577593980495-6e7f66a54ee6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8c2VhcmNofDF8fHRvd25ob3VzZXxlbnwwfHwxfHwxNzQwNTc4NjcxfDA&ixlib=rb-4.0.3&q=80&w=1080","visualType":"image"},{"fieldName":"question_hawz24","componentId":"6a0e98a38ff1de60b7a2708e","_id":"6a0e98a38ff1de60b7a270d0","answerTextId":"6a0e98a38ff1de60b7a2712d","answerMediaId":"6a0e98a38ff1de60b7a2712e","value":"Multi-family home","visual":"https://images.unsplash.com/photo-1633683914992-ded93eb8b18a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8c2VhcmNofDU1fHxob3VzZXxlbnwwfHwxfHwxNzQwNTc4NzEwfDA&ixlib=rb-4.0.3&q=80&w=1080","visualType":"image"},{"fieldName":"question_hawz24","componentId":"6a0e98a38ff1de60b7a2708f","_id":"6a0e98a38ff1de60b7a270d2","answerTextId":"6a0e98a38ff1de60b7a2712b","value":"Single-family home","answerMediaId":"6a0e98a38ff1de60b7a2712c","visual":"https://images.unsplash.com/photo-1572120360610-d971b9d7767c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8c2VhcmNofDExfHxob3VzZXxlbnwwfHwxfHwxNzQwNTc4MjgyfDA&ixlib=rb-4.0.3&q=80&w=1080","visualType":"image"}]},"_id":"6a0e98a38ff1de60b7a27002","type":"field","title":"Please Select the Type of Your House","interactionType":"answers","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a0e98a38ff1de60b7a26f22","componentId":"6a0e98a38ff1de60b7a26fb1","createdAt":"2026-05-21T05:31:15.302Z","updatedAt":"2026-06-12T06:07:23.818Z","__v":0,"workspaceId":"69bd5a701569476f949c390e"},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_rbb32i","componentId":"6a0e98a38ff1de60b7a270ab","_id":"6a0e98a38ff1de60b7a27102","answerTextId":"6a0e98a38ff1de60b7a27170","answerMediaId":"6a0e98a38ff1de60b7a27171","value":"Yes","visual":"59802","visualType":"icon"},{"fieldName":"question_rbb32i","componentId":"6a0e98a38ff1de60b7a270aa","_id":"6a0e98a38ff1de60b7a27104","answerTextId":"6a0e98a38ff1de60b7a2716e","answerMediaId":"6a0e98a38ff1de60b7a2716f","value":"No","visual":"71200","visualType":"icon"}]},"_id":"6a0e98a38ff1de60b7a27015","type":"field","title":"Please select the following Do you currently own a rental property in Orlando FL or Central Florida?","interactionType":"answers","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a0e98a38ff1de60b7a26f24","componentId":"6a0e98a38ff1de60b7a26fd3","createdAt":"2026-05-21T05:31:15.342Z","updatedAt":"2026-06-12T06:08:36.259Z","__v":0,"workspaceId":"69bd5a701569476f949c390e"},{"additional":{"form":{"componentId":"6a0e98a38ff1de60b7a27071","inputs":[{"fieldName":"fullAddress","conversionTrigger":false,"componentId":"6a0e98a38ff1de60b7a2710e","inputType":"text","required":true,"title":"Full Street Address","visual":":world_map:","visualType":"emoji"}]},"answers":[]},"_id":"6a0e98a38ff1de60b7a27017","type":"field","title":"Could you type in your property's address? (It autofills)","interactionType":"form","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a0e98a38ff1de60b7a26f25","componentId":"6a0e98a38ff1de60b7a26fd1","createdAt":"2026-05-21T05:31:15.346Z","updatedAt":"2026-05-21T05:31:28.315Z","__v":0,"workspaceId":"69bd5a701569476f949c390e"},{"additional":{"form":{"componentId":"6a0e98a38ff1de60b7a27073","inputs":[{"fieldName":"name","conversionTrigger":false,"componentId":"6a0e98a38ff1de60b7a2710f","inputType":"text","required":true,"title":"Your first and last name","visual":":bust_in_silhouette:","visualType":"emoji"},{"fieldName":"phone","conversionTrigger":true,"componentId":"6a0e9bf71f25a9a3de00b922","inputType":"phone","required":true,"title":"Your phone number","visual":":telephone_receiver:","visualType":"emoji"}]},"answers":[]},"_id":"6a0e98a38ff1de60b7a2701b","type":"field","title":"Who should we send this offer to? Only property owners — tenant submissions won’t be considered.","interactionType":"form","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a0e98a38ff1de60b7a26f27","componentId":"6a0e98a38ff1de60b7a26fcc","createdAt":"2026-05-21T05:31:15.353Z","updatedAt":"2026-06-12T05:32:19.425Z","__v":0,"workspaceId":"69bd5a701569476f949c390e"},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_41xleb","componentId":"6a0e98a38ff1de60b7a270a9","_id":"6a0e98a38ff1de60b7a27106","answerTextId":"6a0e98a38ff1de60b7a2716c","answerMediaId":"6a0e98a38ff1de60b7a2716d","value":"Less than 2","visual":"119784","visualType":"icon"},{"fieldName":"question_41xleb","componentId":"6a0e98a38ff1de60b7a270a8","_id":"6a0e98a38ff1de60b7a27108","answerTextId":"6a0e98a38ff1de60b7a2716a","answerMediaId":"6a0e98a38ff1de60b7a2716b","visual":"61447","visualType":"icon","value":"2-5"},{"fieldName":"question_41xleb","componentId":"6a0e98a38ff1de60b7a270a6","_id":"6a0e98a38ff1de60b7a2710a","answerTextId":"6a0e98a38ff1de60b7a27173","answerMediaId":"6a0e98a38ff1de60b7a27172","value":"10+","visual":"60419","visualType":"icon"},{"fieldName":"question_41xleb","componentId":"6a0e98a38ff1de60b7a270a7","_id":"6a0e98a38ff1de60b7a2710c","answerTextId":"6a0e98a38ff1de60b7a27194","answerMediaId":"6a0e98a38ff1de60b7a27193","value":"5-10","visual":"xHZSXpESd4yM","visualType":"icon"}]},"_id":"6a0e98a38ff1de60b7a2701d","type":"field","title":"Number of units/doors","interactionType":"answers","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a0e98a38ff1de60b7a26f23","componentId":"6a0e98a38ff1de60b7a26fca","createdAt":"2026-05-21T05:31:15.356Z","updatedAt":"2026-06-12T06:08:18.229Z","__v":0,"workspaceId":"69bd5a701569476f949c390e"},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_httnw7","componentId":"6a0e98a48ff1de60b7a272e0","answerTextId":"6a0e98a48ff1de60b7a272e0","_id":"6a0e98a48ff1de60b7a27314","value":"I’m looking for a place to rent"},{"fieldName":"question_httnw7","componentId":"6a0e98a48ff1de60b7a272df","answerTextId":"6a0e98a48ff1de60b7a272df","_id":"6a0e98a48ff1de60b7a27316","value":"I own a rental property"},{"fieldName":"question_httnw7","componentId":"6a0e98a48ff1de60b7a272de","answerTextId":"6a0e98a48ff1de60b7a272de","_id":"6a0e98a48ff1de60b7a27318","value":"I manage a rental property for someone else"},{"fieldName":"question_httnw7","componentId":"6a0e98a48ff1de60b7a272dd","answerTextId":"6a0e98a48ff1de60b7a272dd","_id":"6a0e98a48ff1de60b7a2731a","value":"Something else"}]},"_id":"6a0e98a48ff1de60b7a27258","type":"field","title":"Which of the following best describes you?","interactionType":"answers","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a0e98a38ff1de60b7a26f21","componentId":"6a0e98a38ff1de60b7a27208","createdAt":"2026-05-21T05:31:16.059Z","updatedAt":"2026-05-21T05:43:42.155Z","__v":0,"workspaceId":"69bd5a701569476f949c390e"},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_lvbe3n","componentId":"6a28622db774ce921ca897b5","answerTextId":"6a28622db774ce921ca897b5","_id":"6a28622db774ce921ca897c2","value":"Not enough time to manage it"},{"fieldName":"question_lvbe3n","componentId":"6a28622db774ce921ca897b7","answerTextId":"6a28622db774ce921ca897b7","_id":"6a28622db774ce921ca897c7","value":"Legal compliance / regulations"},{"fieldName":"question_lvbe3n","componentId":"6a28622db774ce921ca897b8","answerTextId":"6a28622db774ce921ca897b8","_id":"6a28622db774ce921ca897c9","value":"Property sitting vacant"},{"fieldName":"question_lvbe3n","componentId":"6a28622db774ce921ca897b9","answerTextId":"6a28622db774ce921ca897b9","_id":"6a28622db774ce921ca897cc","value":"Finding reliable tenants"},{"fieldName":"question_lvbe3n","componentId":"6a28627f7af25f0fb2c5f8ee","answerTextId":"6a28627f7af25f0fb2c5f8ee","_id":"6a28627f7af25f0fb2c5f8f2","value":"Chasing rent payments"},{"fieldName":"question_lvbe3n","componentId":"6a28628d0d77ddcef399dcc4","answerTextId":"6a28628d0d77ddcef399dcc4","_id":"6a28628d0d77ddcef399dcc8","value":"Maintenance headaches"}]},"_id":"6a28622db774ce921ca897a9","type":"field","title":"What is your biggest challenge right now?","interactionType":"answers","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a28622db774ce921ca89788","componentId":"6a28622db774ce921ca897a6","createdAt":"2026-06-09T18:57:49.449Z","updatedAt":"2026-06-12T05:26:12.644Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_1jj1cn","componentId":"6a2862a710c0a745fb27edac","answerTextId":"6a2862a710c0a745fb27edac","_id":"6a2862a710c0a745fb27edbf","value":"Within the next month"},{"fieldName":"question_1jj1cn","componentId":"6a2862a710c0a745fb27edad","answerTextId":"6a2862a710c0a745fb27edad","_id":"6a2862a710c0a745fb27edc5","value":"Just exploring options"},{"fieldName":"question_1jj1cn","componentId":"6a2862a710c0a745fb27edab","answerTextId":"6a2862a710c0a745fb27edab","_id":"6a2862a710c0a745fb27edca","value":"As soon as possible"}]},"_id":"6a2862a710c0a745fb27ed99","type":"field","title":"When do you want management to start?","interactionType":"answers","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a2862a710c0a745fb27ed78","componentId":"6a2862a710c0a745fb27ed96","createdAt":"2026-06-09T18:59:51.558Z","updatedAt":"2026-06-09T19:00:38.165Z","__v":0},{"additional":{"form":{"componentId":"6a2b9fe4d9fb8af6020ff58f","inputs":[{"fieldName":"dropdown-b787b0c094df5111943d254","conversionTrigger":false,"componentId":"6a2b9fe4d9fb8af6020ff598","inputType":"dropdown","required":true,"title":"Number of Bedroom","visual":"bed","visualType":"emoji"},{"fieldName":"dropdown-617b15e35ad5807e2eac66e","conversionTrigger":false,"componentId":"6a2ba0bd0fdc604c659020d4","inputType":"dropdown","required":true,"title":"Number of Bathroom","visual":"toilet","visualType":"emoji"}]},"answers":[]},"_id":"6a2b9fe4d9fb8af6020ff58a","type":"field","title":"Please provide the number of bedrooms and bathrooms","interactionType":"form","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","pageId":"6a2b9c54d97192f9b92ecea3","componentId":"6a2b9fe4d9fb8af6020ff587","createdAt":"2026-06-12T05:57:56.140Z","updatedAt":"2026-06-12T06:03:27.621Z","__v":0}],"cookiesEnabled":false,"language":"en","showProgressBar":true,"showAffiliateBadge":false,"affiliateLink":"https://try.perspective.co/qiz2ormkhlmb","resultMapping":{},"nextPage":"6a0e98a38ff1de60b7a26f21","sortedPages":["6a0e98a38ff1de60b7a26f20","6a0e98a38ff1de60b7a26f21","6a0e98a38ff1de60b7a26f22","6a0e98a38ff1de60b7a26f23","6a2b9c54d97192f9b92ecea3","6a0e98a38ff1de60b7a26f24","6a0e98a38ff1de60b7a26f25","6a0e98a38ff1de60b7a26f26","6a0e98a38ff1de60b7a26f27","6a0e98a38ff1de60b7a26f33","6a28622db774ce921ca89788","6a2862a710c0a745fb27ed78"],"hasResultPages":true,"resultPages":["6a0e98a38ff1de60b7a26f34","6a0e98a38ff1de60b7a26f35"],"isHomePage":true,"isLastPage":false,"firstResultPage":"6a0e98a38ff1de60b7a26f34","headScript":"&lt;!-- Google tag (gtag.js) --&gt;\n&lt;script async src=&quot;https://www.googletagmanager.com/gtag/js?id=AW-18214557432&quot;&gt;&lt;/script&gt;\n&lt;script&gt;\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag(&#39;js&#39;, new Date());\n\n  gtag(&#39;config&#39;, &#39;AW-18214557432&#39;);\n&lt;/script&gt;","bodyScript":"","trackingProperties":[{"_id":"6a2ba0cfcbc25d6fb52c9825","type":"trackingProperty","fieldName":"dropdown-617b15e35ad5807e2eac66e","title":"dropdown-617b15e35ad5807e2eac66e","source":"input","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a2ba0bd0fdc604c659020d4"],"createdAt":"2026-06-12T06:01:51.162Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a2ba00132b7892e75e0b521","type":"trackingProperty","fieldName":"dropdown-b787b0c094df5111943d254","title":"dropdown-b787b0c094df5111943d254","source":"input","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a2b9fe4d9fb8af6020ff598"],"createdAt":"2026-06-12T05:58:25.258Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a0e98a28ff1de60b7a26eca","type":"trackingProperty","fieldName":"fullAddress","title":"fullAddress","defaultValue":"Look, ","source":"input","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a0e98a38ff1de60b7a2710e"],"createdAt":"2026-05-21T05:31:14.879Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a0e98a28ff1de60b7a26ecf","type":"trackingProperty","fieldName":"name","title":"name","defaultValue":"Look, ","source":"input","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a0e98a38ff1de60b7a2710f"],"createdAt":"2026-05-21T05:31:14.879Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a0e98a28ff1de60b7a26ed0","type":"trackingProperty","fieldName":"phone","title":"phone","source":"input","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a0e9bf71f25a9a3de00b922"],"createdAt":"2026-05-21T05:31:14.879Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a2862a710c0a745fb27ed9e","type":"trackingProperty","fieldName":"question_1jj1cn","title":"When do you want management to start?","source":"question","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a2862a710c0a745fb27ed96"],"createdAt":"2026-06-09T18:59:51.578Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a0e98a38ff1de60b7a27062","type":"trackingProperty","fieldName":"question_41xleb","title":"Number of units/doors","source":"question","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a0e98a38ff1de60b7a26fca"],"createdAt":"2026-05-21T05:31:15.479Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a0e98a38ff1de60b7a2704d","type":"trackingProperty","fieldName":"question_hawz24","title":"Please Select the Type of Your House","source":"question","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a0e98a38ff1de60b7a26fb1"],"createdAt":"2026-05-21T05:31:15.456Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a0e98a48ff1de60b7a272a8","type":"trackingProperty","fieldName":"question_httnw7","title":"Which of the following best describes you?","source":"question","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a0e98a38ff1de60b7a27208"],"createdAt":"2026-05-21T05:31:16.138Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a28622db774ce921ca897ae","type":"trackingProperty","fieldName":"question_lvbe3n","title":"What is your biggest challenge right now?","source":"question","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a28622db774ce921ca897a6"],"createdAt":"2026-06-09T18:57:49.471Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0},{"_id":"6a0e98a38ff1de60b7a27060","type":"trackingProperty","fieldName":"question_rbb32i","title":"Please select the following Do you currently own a rental property in Orlando FL or Central Florida?","source":"question","companyId":"68e7ed398dd96b003ca83d34","campaignId":"6a0e98a28ff1de60b7a26ebc","components":["6a0e98a38ff1de60b7a26fd3"],"createdAt":"2026-05-21T05:31:15.477Z","updatedAt":"2026-06-12T06:03:18.511Z","__v":0}],"automaticRedirect":null,"inputMap":{"byComponent":{"6a0e98a38ff1de60b7a2710e":{"name":"fullAddress","originalName":"fullAddress","parentId":"6a0e98a38ff1de60b7a27071","autocomplete":""},"6a0e98a38ff1de60b7a2710f":{"name":"name","originalName":"name","parentId":"6a0e98a38ff1de60b7a27073","autocomplete":"name"},"6a0e9bf71f25a9a3de00b922":{"name":"phone","originalName":"phone","parentId":"6a0e98a38ff1de60b7a27073","autocomplete":"tel"},"6a2b9fe4d9fb8af6020ff598":{"name":"dropdown-b787b0c094df5111943d254","originalName":"dropdown-b787b0c094df5111943d254","parentId":"6a2b9fe4d9fb8af6020ff58f","autocomplete":""},"6a2ba0bd0fdc604c659020d4":{"name":"dropdown-617b15e35ad5807e2eac66e","originalName":"dropdown-617b15e35ad5807e2eac66e","parentId":"6a2b9fe4d9fb8af6020ff58f","autocomplete":""}},"byName":{"6a0e98a38ff1de60b7a27071":{"fullAddress":"6a0e98a38ff1de60b7a2710e"},"6a0e98a38ff1de60b7a27073":{"name":"6a0e98a38ff1de60b7a2710f","phone":"6a0e9bf71f25a9a3de00b922"},"6a2b9fe4d9fb8af6020ff58f":{"dropdown-b787b0c094df5111943d254":"6a2b9fe4d9fb8af6020ff598","dropdown-617b15e35ad5807e2eac66e":"6a2ba0bd0fdc604c659020d4"}}},"pageIdSlugMap":{"6a0e98a38ff1de60b7a26f20":"page_tzh9i4","6a0e98a38ff1de60b7a26f21":"page_iqbqzz","6a0e98a38ff1de60b7a26f22":"page_f1nqlg","6a0e98a38ff1de60b7a26f24":"page_7egknm","6a0e98a38ff1de60b7a26f25":"area","6a0e98a38ff1de60b7a26f26":"page_otmz7x","6a0e98a38ff1de60b7a26f27":"page_twxyr2","6a0e98a38ff1de60b7a26f23":"page_tfuov5","6a0e98a38ff1de60b7a26f33":"page_yyu3t6","6a0e98a38ff1de60b7a26f34":"thanks","6a0e98a38ff1de60b7a26f35":"page_x3yxwk","6a28622db774ce921ca89788":"page_vda2ox","6a2862a710c0a745fb27ed78":"page_xyiust","6a2b9c54d97192f9b92ecea3":"page_w545xy"},"context":{"slug":"68e7ed398dd96b003ca83d34/6a0e98a28ff1de60b7a26ebc","trackingVersion":"v4","url":"https://perspectivefunnel.co/68e7ed398dd96b003ca83d34/6a0e98a28ff1de60b7a26ebc/","domain":"perspectivefunnel.co"}}