{"id":44,"date":"2026-04-20T22:37:41","date_gmt":"2026-04-20T22:37:41","guid":{"rendered":"https:\/\/nestarealty.com\/?page_id=44"},"modified":"2026-04-21T01:02:16","modified_gmt":"2026-04-21T01:02:16","slug":"44-2","status":"publish","type":"page","link":"https:\/\/nestarealty.com\/","title":{"rendered":""},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Nesta Realty<\/title>\n  <link href=<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;800;900&#038;family=Outfit:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\"\/>\n  <style>\n.cta-intro {\n  margin: 8px 0 18px;\n  font-size: 1rem;\n  font-weight: 600;\n  letter-spacing: 0.04em;\n  color: rgba(255,255,255,0.7);\n  text-align: center;\n  animation: fadeUp 0.9s 0.32s ease both;\n}\n\n    :root {\n      --primary: #7f00ff;\n      --secondary: #0ab9f4;\n      --dark: #0a0a0f;\n      --light: #f8f6ff;\n      --glass: rgba(127,0,255,0.08);\n    }\n\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Outfit', sans-serif;\n      background: var(--dark);\n      color: #fff;\n      overflow-x: hidden;\n    }\n\n    \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n    header {\n      position: fixed;\n      top: 0; left: 0; right: 0;\n      z-index: 100;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 18px 48px;\n      background: rgba(10,10,15,0.85);\n      backdrop-filter: blur(16px);\n      border-bottom: 1px solid rgba(127,0,255,0.2);\n    }\n\n    .logo {\n      font-family: 'Montserrat', sans-serif;\n      font-size: 1.6rem;\n      font-weight: 900;\n      letter-spacing: 0.06em;\n      background: linear-gradient(135deg, var(--primary), var(--secondary));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    nav {\n      position: absolute;\n      right: 48px;\n      display: flex;\n      gap: 32px;\n    }\n\n    nav a {\n      color: rgba(255,255,255,0.75);\n      text-decoration: none;\n      font-size: 0.88rem;\n      font-weight: 500;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      transition: color 0.2s;\n      position: relative;\n    }\n\n    nav a::after {\n      content: '';\n      position: absolute;\n      bottom: -4px; left: 0;\n      width: 0; height: 2px;\n      background: var(--secondary);\n      transition: width 0.3s ease;\n    }\n\n    nav a:hover { color: #fff; }\n    nav a:hover::after { width: 100%; }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    #hero {\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 120px 24px 80px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 70% 60% at 50% 0%, rgba(127,0,255,0.22) 0%, transparent 70%),\n        radial-gradient(ellipse 50% 40% at 80% 80%, rgba(10,185,244,0.12) 0%, transparent 60%);\n      pointer-events: none;\n    }\n\n    .hero-title {\n      font-family: 'Montserrat', sans-serif;\n      font-size: clamp(2rem, 5.5vw, 4rem);\n      font-weight: 900;\n      line-height: 1.1;\n      letter-spacing: -0.01em;\n      color: #fff;\n      max-width: 900px;\n      margin-bottom: 24px;\n      animation: fadeUp 0.9s ease both;\n    }\n\n    .hero-title .accent {\n      color: var(--primary);\n      -webkit-text-stroke: 0px;\n    }\n\n    .hero-sub {\n      font-size: clamp(1rem, 2vw, 1.2rem);\n      color: rgba(255,255,255,0.7);\n      max-width: 580px;\n      line-height: 1.7;\n      margin-bottom: 52px;\n      animation: fadeUp 0.9s 0.15s ease both;\n    }\n\n    \/* \u2500\u2500 REVIEWS CAROUSEL \u2500\u2500 *\/\n.carousel-wrap {\n  width: 100%;\n  max-width: 900px;\n  overflow: hidden;\n  margin-top: 36px;\n  margin-bottom: 0;\n  animation: fadeUp 0.9s 0.35s ease both;\n  position: relative;\n}\n\n\n    .carousel-track {\n      display: flex;\n      gap: 20px;\n      transition: transform 0.5s cubic-bezier(.4,0,.2,1);\n    }\n\n    .review-card {\n      min-width: 280px;\n      flex: 0 0 280px;\n      background: rgba(255,255,255,0.04);\n      border: 1px solid rgba(127,0,255,0.25);\n      border-radius: 16px;\n      padding: 24px;\n      text-align: left;\n      backdrop-filter: blur(8px);\n    }\n\n    .review-stars { color: #fbbf24; font-size: 1rem; margin-bottom: 10px; letter-spacing: 2px; }\n\n    .review-text {\n      font-size: 0.9rem;\n      color: rgba(255,255,255,0.8);\n      line-height: 1.6;\n      margin-bottom: 14px;\n    }\n\n    .review-author {\n      font-size: 0.82rem;\n      font-weight: 600;\n      color: var(--secondary);\n    }\n\n    .carousel-dots {\n      display: flex;\n      justify-content: center;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .carousel-dots span {\n      width: 8px; height: 8px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.2);\n      cursor: pointer;\n      transition: background 0.3s, transform 0.3s;\n    }\n\n    .carousel-dots span.active {\n      background: var(--primary);\n      transform: scale(1.3);\n    }\n\n    \/* \u2500\u2500 CTA BUTTONS \u2500\u2500 *\/\n    .cta-buttons {\n      display: flex;\n      gap: 20px;\n      animation: fadeUp 0.9s 0.35s ease both;\n    }\n\n    .btn {\n      padding: 18px 60px;\n      font-family: 'Outfit', sans-serif;\n      font-size: 1rem;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      border: none;\n      border-radius: 6px;\n      cursor: pointer;\n      transition: transform 0.2s, box-shadow 0.2s;\n      text-decoration: none;\n      display: inline-block;\n    }\n\n    .btn-buy {\n      background: linear-gradient(135deg, var(--secondary), #0891b2);\n      color: #fff;\n      box-shadow: 0 0 28px rgba(10,185,244,0.35);\n    }\n\n    .btn-sell {\n      background: linear-gradient(135deg, var(--primary), #5b00c4);\n      color: #fff;\n      box-shadow: 0 0 28px rgba(127,0,255,0.35);\n    }\n\n    .btn:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 8px 40px rgba(127,0,255,0.45);\n    }\n\n    \/* \u2500\u2500 SECTION BASE \u2500\u2500 *\/\n    section.content-section {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 100px 24px 60px;\n      display: none;\n    }\n\n    section.content-section.active { display: block; }\n\n    .section-label {\n      font-size: 0.78rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--secondary);\n      margin-bottom: 12px;\n    }\n\n    .section-title {\n      font-family: 'Montserrat', sans-serif;\n      font-size: clamp(1.8rem, 4vw, 3rem);\n      font-weight: 900;\n      line-height: 1.1;\n      margin-bottom: 18px;\n    }\n\n    .section-sub {\n      font-size: 1.05rem;\n      color: rgba(255,255,255,0.65);\n      line-height: 1.75;\n      max-width: 600px;\n      margin-bottom: 44px;\n    }\n\n    \/* \u2500\u2500 ACCORDION \u2500\u2500 *\/\n    .accordion { display: flex; flex-direction: column; gap: 12px; }\n\n    .accordion-item {\n      border: 1px solid rgba(127,0,255,0.25);\n      border-radius: 10px;\n      overflow: hidden;\n      background: rgba(127,0,255,0.05);\n      transition: border-color 0.3s;\n    }\n\n    .accordion-item:hover { border-color: rgba(127,0,255,0.5); }\n\n    .accordion-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 20px 24px;\n      cursor: pointer;\n      font-size: 1rem;\n      font-weight: 600;\n      letter-spacing: 0.05em;\n      text-transform: uppercase;\n      user-select: none;\n    }\n\n    .accordion-header .icon {\n      width: 28px; height: 28px;\n      border-radius: 50%;\n      border: 1px solid rgba(127,0,255,0.4);\n      display: flex; align-items: center; justify-content: center;\n      font-size: 1.1rem;\n      transition: transform 0.3s, background 0.3s;\n      flex-shrink: 0;\n    }\n\n    .accordion-item.open .icon {\n      transform: rotate(45deg);\n      background: var(--primary);\n      border-color: var(--primary);\n    }\n\n    .accordion-body {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease, padding 0.4s ease;\n      padding: 0 24px;\n      font-size: 0.95rem;\n      color: rgba(255,255,255,0.7);\n      line-height: 1.75;\n    }\n\n    .accordion-item.open .accordion-body {\n      max-height: 300px;\n      padding: 0 24px 20px;\n    }\n\n    \/* \u2500\u2500 BUY SECTION \u2500\u2500 *\/\n    #buy-section .section-title { color: var(--secondary); }\n    #sell-section .section-title { color: var(--primary); }\n\n    \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n    .section-divider {\n      width: 60px; height: 3px;\n      background: linear-gradient(90deg, var(--primary), var(--secondary));\n      border-radius: 2px;\n      margin-bottom: 20px;\n    }\n\n    \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(28px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 600px) {\n      nav { gap: 16px; right: 16px; }\n      header { padding: 16px 16px; }\n      .cta-buttons { flex-direction: column; width: 100%; }\n      .btn { text-align: center; padding: 16px 40px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- HEADER -->\n<header>\n  <img decoding=\"async\" src=\"https:\/\/nestarealty.com\/wp-content\/uploads\/2026\/04\/Brand-logo-BIG-N-BIG-A-3-edited-e1776725073926.png\" alt=\"Nesta Realty\" style=\"height: 50px; width: auto;\" \/>\n  <nav>\n    <a href=\"#sell-section\" onclick=\"showSection('sell')\">Selling<\/a>\n    <a href=\"#buy-section\" onclick=\"showSection('buy')\">Buying<\/a>\n    <a href=\"#contact\">Contact Us<\/a>\n  <\/nav>\n<\/header>\n\n<!-- HERO -->\n<section id=\"hero\">\n  <h1 class=\"hero-title\">\n    ARE YOU LOOKING FOR A <span class=\"accent\">TRUE<\/span> REAL ESTATE PROFESSIONAL?\n  <\/h1>\n  <p class=\"hero-sub\">\n    Whether you&#8217;re looking to sell your home or buy your next property, Nesta Realty is prepared for you!\n  <\/p>\n\n<p class=\"cta-intro\">Find out why we&#8217;re different.<\/p>\n  \n  <!-- CTA BUTTONS -->\n  <div class=\"cta-buttons\">\n    <button class=\"btn btn-buy\" onclick=\"showSection('buy')\">FOR BUYERS<\/button>\n    <button class=\"btn btn-sell\" onclick=\"showSection('sell')\">FOR SELLERS<\/button>\n  <\/div>\n<!-- REVIEWS CAROUSEL -->\n  <div class=\"carousel-wrap\">\n    <div class=\"carousel-track\" id=\"carouselTrack\">\n      <div class=\"review-card\">\n        <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"review-text\">&#8220;Nesta Realty made selling our home effortless. Professional, transparent, and genuinely cared about our needs. Highly recommend!&#8221;<\/p>\n        <div class=\"review-author\">\u2014 Maria T.<\/div>\n      <\/div>\n      <div class=\"review-card\">\n        <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"review-text\">&#8220;From the first call to closing, the entire team was outstanding. We found our dream home faster than we ever expected.&#8221;<\/p>\n        <div class=\"review-author\">\u2014 James &#038; Keiko R.<\/div>\n      <\/div>\n      <div class=\"review-card\">\n        <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"review-text\">&#8220;I&#8217;ve worked with several agents over the years. Nesta Realty stands apart \u2014 honest communication and incredible results.&#8221;<\/p>\n        <div class=\"review-author\">\u2014 David L.<\/div>\n      <\/div>\n      <div class=\"review-card\">\n        <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"review-text\">&#8220;They negotiated a price well above our asking and handled every detail. We couldn&#8217;t be happier with the experience.&#8221;<\/p>\n        <div class=\"review-author\">\u2014 Sandra M.<\/div>\n      <\/div>\n      <div class=\"review-card\">\n        <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p class=\"review-text\">&#8220;First-time buyer here. They held my hand through the whole process and made it feel simple. Five stars without hesitation.&#8221;<\/p>\n        <div class=\"review-author\">\u2014 Chris P.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"carousel-dots\" id=\"carouselDots\"><\/div>\n  <\/div>\n\n<\/section>\n\n<!-- SELL SECTION -->\n<section class=\"content-section\" id=\"sell-section\">\n  <div class=\"section-label\">For Sellers<\/div>\n  <div class=\"section-divider\"><\/div>\n  <h2 class=\"section-title\">SELLING A PROPERTY?<\/h2>\n  <p class=\"section-sub\">\n    Nesta Realty has worked with a wide range of sellers and here is what we found most important to you.\n  <\/p>\n\n  <div class=\"accordion\">\n    <div class=\"accordion-item\" onclick=\"toggleAccordion(this)\">\n      <div class=\"accordion-header\">\n        Professionalism\n        <div class=\"icon\">+<\/div>\n      <\/div>\n      <div class=\"accordion-body\">\n        We hold ourselves to the highest standard in every interaction. From your first consultation to the final signature, expect punctuality, preparation, expert market knowledge, and a seamless experience that reflects the value of your property.\n      <\/div>\n    <\/div>\n\n    <div class=\"accordion-item\" onclick=\"toggleAccordion(this)\">\n      <div class=\"accordion-header\">\n        Transparency\n        <div class=\"icon\">+<\/div>\n      <\/div>\n      <div class=\"accordion-body\">\n        No surprises. No hidden fees. No guesswork. We walk you through every step of the selling process with full disclosure \u2014 honest pricing strategies, clear timelines, and straightforward communication so you always know exactly where you stand.\n      <\/div>\n    <\/div>\n\n    <div class=\"accordion-item\" onclick=\"toggleAccordion(this)\">\n      <div class=\"accordion-header\">\n        Commission\n        <div class=\"icon\">+<\/div>\n      <\/div>\n      <div class=\"accordion-body\">\n        We believe you deserve maximum return on your investment. Our competitive commission structure is designed with your bottom line in mind, ensuring you keep more of what your home is worth while still receiving premium, full-service representation.\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOR SALE SIGN 3D + MODAL -->\n<div style=\"display:flex;flex-direction:column;align-items:center;margin-top:60px;\">\n  <p style=\"font-size:0.78rem;letter-spacing:0.2em;text-transform:uppercase;color:#0ab9f4;margin-bottom:16px;\">Our Marketing<\/p>\n  <div id=\"signWrap\" style=\"position:relative;width:260px;height:340px;cursor:pointer;perspective:1000px;\" onmouseenter=\"startSpin()\" onmouseleave=\"stopSpin()\">\n    <!-- Purple glow -->\n    <div style=\"position:absolute;inset:-30px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(127,0,255,0.35) 0%,transparent 70%);pointer-events:none;z-index:0;\"><\/div>\n    <!-- The sign -->\n    <div id=\"signInner\" style=\"width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform 0.1s linear;z-index:1;\">\n      <img decoding=\"async\" src=\"https:\/\/nestarealty.com\/wp-content\/uploads\/2026\/04\/nesta-open-house-sign.png.png\" alt=\"Nesta Realty For Sale Sign\" style=\"width:100%;height:100%;object-fit:contain;border-radius:12px;box-shadow:0 0 40px rgba(127,0,255,0.5);\" \/>\n    <\/div>\n    <!-- Click overlay on QR area -->\n    <div onclick=\"openListingModal()\" style=\"position:absolute;bottom:28%;left:15%;width:70%;height:35%;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;\">\n      <span style=\"background:rgba(127,0,255,0.85);color:#fff;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:7px 12px;border-radius:6px;text-align:center;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.2);line-height:1.4;\">Click Here for a<br>Sample of Our Marketing<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- MODAL -->\n<div id=\"listingModal\" style=\"display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,0.85);backdrop-filter:blur(8px);align-items:center;justify-content:center;\">\n  <div style=\"position:relative;width:92%;max-width:1100px;height:85vh;border-radius:16px;overflow:hidden;border:1px solid rgba(127,0,255,0.4);box-shadow:0 0 60px rgba(127,0,255,0.3);\">\n    <button onclick=\"closeListingModal()\" style=\"position:absolute;top:14px;right:16px;z-index:10;background:rgba(127,0,255,0.8);border:none;color:#fff;font-size:1.2rem;width:36px;height:36px;border-radius:50%;cursor:pointer;font-weight:700;line-height:1;\">\u2715<\/button>\n    <iframe id=\"listingFrame\" src=\"\" style=\"width:100%;height:100%;border:none;\" allowfullscreen><\/iframe>\n  <\/div>\n<\/div>\n\n<!-- BUY SECTION -->\n<section class=\"content-section\" id=\"buy-section\">\n  <div class=\"section-label\">For Buyers<\/div>\n  <div class=\"section-divider\"><\/div>\n  <h2 class=\"section-title\">BUYING A PROPERTY?<\/h2>\n  <p class=\"section-sub\">\n    Finding the right home is one of life&#8217;s biggest decisions. Nesta Realty guides you every step of the way \u2014 from your first search to getting the keys in your hand.\n  <\/p>\n\n  <div class=\"accordion\">\n    <div class=\"accordion-item\" onclick=\"toggleAccordion(this)\">\n      <div class=\"accordion-header\">\n        Finding Your Home\n        <div class=\"icon\">+<\/div>\n      <\/div>\n      <div class=\"accordion-body\">\n        We take time to understand exactly what you&#8217;re looking for \u2014 neighborhood, budget, lifestyle, and future goals \u2014 then match you with properties that truly fit, saving you time and giving you options that matter.\n      <\/div>\n    <\/div>\n\n    <div class=\"accordion-item\" onclick=\"toggleAccordion(this)\">\n      <div class=\"accordion-header\">\n        Negotiation\n        <div class=\"icon\">+<\/div>\n      <\/div>\n      <div class=\"accordion-body\">\n        Our expert negotiators fight for your best price and terms. We know this market deeply and leverage that knowledge to protect your interests and get you the most value for your investment.\n      <\/div>\n    <\/div>\n\n    <div class=\"accordion-item\" onclick=\"toggleAccordion(this)\">\n      <div class=\"accordion-header\">\n        Closing Support\n        <div class=\"icon\">+<\/div>\n      <\/div>\n      <div class=\"accordion-body\">\n        From inspection to final walkthrough, we stay by your side. We coordinate with lenders, escrow, and inspectors to ensure a smooth, stress-free close \u2014 so you can focus on your next chapter.\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTACT PLACEHOLDER -->\n<section id=\"contact\" style=\"max-width:860px;margin:0 auto;padding:80px 24px;text-align:center;display:none;\">\n  <div class=\"section-label\">Get In Touch<\/div>\n  <div class=\"section-divider\" style=\"margin:0 auto 20px;\"><\/div>\n  <h2 class=\"section-title\" style=\"font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:900;\">LET&#8217;S TALK<\/h2>\n  <p style=\"color:rgba(255,255,255,0.6);font-size:1rem;line-height:1.8;max-width:500px;margin:0 auto;\">\n    Ready to make your move? Reach out to the Nesta Realty team today and let&#8217;s get started.\n  <\/p>\n<\/section>\n\n<script>\n  \/\/ \u2500\u2500 CAROUSEL \u2500\u2500\n  const track = document.getElementById('carouselTrack');\n  const dotsContainer = document.getElementById('carouselDots');\n  const cards = track.querySelectorAll('.review-card');\n  let current = 0;\n  const visible = window.innerWidth < 600 ? 1 : 3;\n\n  const totalSlides = cards.length - (visible - 1);\n\n  for (let i = 0; i < totalSlides; i++) {\n    const dot = document.createElement('span');\n    if (i === 0) dot.classList.add('active');\n    dot.addEventListener('click', () => goTo(i));\n    dotsContainer.appendChild(dot);\n  }\n\n  function goTo(idx) {\n    current = Math.max(0, Math.min(idx, totalSlides - 1));\n    const cardW = cards[0].offsetWidth + 20;\n    track.style.transform = `translateX(-${current * cardW}px)`;\n    dotsContainer.querySelectorAll('span').forEach((d, i) => d.classList.toggle('active', i === current));\n  }\n\n  setInterval(() => goTo((current + 1) % totalSlides), 4000);\n\n  \/\/ \u2500\u2500 SECTION TOGGLE \u2500\u2500\n  function showSection(type) {\n    document.getElementById('sell-section').classList.remove('active');\n    document.getElementById('buy-section').classList.remove('active');\n    document.getElementById('contact').style.display = 'none';\n\n    if (type === 'sell') {\n      document.getElementById('sell-section').classList.add('active');\n      document.getElementById('sell-section').scrollIntoView({ behavior: 'smooth' });\n    } else if (type === 'buy') {\n      document.getElementById('buy-section').classList.add('active');\n      document.getElementById('buy-section').scrollIntoView({ behavior: 'smooth' });\n    } else if (type === 'contact') {\n      document.getElementById('contact').style.display = 'block';\n      document.getElementById('contact').scrollIntoView({ behavior: 'smooth' });\n    }\n  }\n\n  \/\/ Nav contact link\n  document.querySelector('a[href=\"#contact\"]').addEventListener('click', (e) => {\n    e.preventDefault();\n    document.getElementById('sell-section').classList.remove('active');\n    document.getElementById('buy-section').classList.remove('active');\n    const c = document.getElementById('contact');\n    c.style.display = 'block';\n    c.scrollIntoView({ behavior: 'smooth' });\n  });\n\n  \/\/ \u2500\u2500 ACCORDION \u2500\u2500\n  function toggleAccordion(item) {\n    const isOpen = item.classList.contains('open');\n    document.querySelectorAll('.accordion-item').forEach(i => i.classList.remove('open'));\n    if (!isOpen) item.classList.add('open');\n  }\n\/\/ \u2500\u2500 SIGN SPIN \u2500\u2500\n  let spinAngle = 0, spinTimer = null;\n  function startSpin() {\n    spinTimer = setInterval(() => {\n      spinAngle += 2;\n      document.getElementById('signInner').style.transform = `rotateY(${spinAngle}deg)`;\n    }, 16);\n  }\n  function stopSpin() {\n    clearInterval(spinTimer);\n    spinTimer = null;\n    \/\/ Smoothly return to face-forward\n    let a = spinAngle % 360;\n    let target = a > 180 ? 360 : 0;\n    let step = setInterval(() => {\n      a += a < target ? 3 : -3;\n      document.getElementById('signInner').style.transform = `rotateY(${a}deg)`;\n      if (Math.abs(a - target) < 3) { clearInterval(step); spinAngle = 0; document.getElementById('signInner').style.transform = 'rotateY(0deg)'; }\n    }, 16);\n  }\n\n  \/\/ \u2500\u2500 MODAL \u2500\u2500\n  function openListingModal() {\n    const m = document.getElementById('listingModal');\n    document.getElementById('listingFrame').src = 'https:\/\/listings.praediumpixels.com\/sites\/833-empressa-ct-hemet-ca-92543-21048097\/branded';\n    m.style.display = 'flex';\n    document.body.style.overflow = 'hidden';\n  }\n  function closeListingModal() {\n    document.getElementById('listingModal').style.display = 'none';\n    document.getElementById('listingFrame').src = '';\n    document.body.style.overflow = '';\n  }\n\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nesta Realty<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-44","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nestarealty.com\/index.php?rest_route=\/wp\/v2\/pages\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nestarealty.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nestarealty.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nestarealty.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nestarealty.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=44"}],"version-history":[{"count":5,"href":"https:\/\/nestarealty.com\/index.php?rest_route=\/wp\/v2\/pages\/44\/revisions"}],"predecessor-version":[{"id":77,"href":"https:\/\/nestarealty.com\/index.php?rest_route=\/wp\/v2\/pages\/44\/revisions\/77"}],"wp:attachment":[{"href":"https:\/\/nestarealty.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}