<style>
    /* --- CSS Variables & Reset --- */
    :root {
        --primary-blue: #0064a6;
        --primary-dark: #004d82;
        --text-color: #333;
        --bg-light: #f4f8fb;
    }

    /* Primary Wrapper for CSS Isolation */
    .mcdonough-area-page {
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.6;
        color: var(--text-color);
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
    }
    
    /* --- Typography --- */
    .mcdonough-area-page h1, 
    .mcdonough-area-page h2 {
        color: var(--primary-blue);
        margin-bottom: 15px;
    }

    .mcdonough-area-page h1 {
        text-align: center;
        font-size: 2.5rem;
        border-bottom: 3px solid var(--primary-blue);
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .mcdonough-area-page p {
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

    /* --- Animations (Keeping hover effects) --- */
    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* --- Sections --- */
    .mcdonough-area-page .intro-section {
        background-color: var(--bg-light);
        padding: 30px;
        border-radius: 8px;
        border-left: 5px solid var(--primary-blue);
        margin-bottom: 40px;
    }

    /* --- Attractions Grid --- */
    .mcdonough-area-page .attractions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
        margin-bottom: 45px;
    }

    .mcdonough-area-page .attraction-card {
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 25px;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .mcdonough-area-page .attraction-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 20px rgba(0, 100, 166, 0.15);
        border-color: var(--primary-blue);
    }

    .mcdonough-area-page .attraction-card h3 {
        color: var(--primary-blue);
        margin-top: 0;
        font-size: 1.3rem;
    }

    /* --- Search Button Section (CTA) --- */
    .mcdonough-area-page .search-cta {
        text-align: center;
        padding: 50px;
        border-radius: 12px;
        margin-bottom: 50px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    /* Removing CSS text color definitions since they are inline now */
    .mcdonough-area-page .search-cta h2,
    .mcdonough-area-page .search-cta p {
        margin-bottom: 25px;
        text-shadow: 0 1px 2px rgba(0,0,0,0.2); 
    }

    .mcdonough-area-page .search-cta h2 {
        font-size: 2rem;
    }
    
    /* Button CSS is intentionally removed here to allow main site CSS to style the .btn-search class */

    /* --- Seller Section --- */
    .mcdonough-area-page .seller-section {
        border: 2px solid #e0e0e0;
        padding: 30px;
        border-radius: 12px;
        margin-bottom: 40px;
        background-color: #fff;
    }

    /* --- Footer --- */
    .mcdonough-area-page .compliance-footer {
        font-size: 0.85rem;
        color: #666;
        border-top: 1px solid #eee;
        padding-top: 20px;
        text-align: center;
    }

    /* --- Mobile Adjustments --- */
    @media (max-width: 600px) {
        .mcdonough-area-page h1 { font-size: 2rem; }
        .mcdonough-area-page .search-cta { padding: 30px 20px; }
        .mcdonough-area-page .btn-search { width: 100%; box-sizing: border-box; }
    }
      .april-seller-page * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      .april-seller-page {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
        line-height: 1.6;
        color: #1a1a1a;
        background: #ffffff;
      }

      /* FULL-WIDTH SECTIONS */
      .april-seller-page section {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
      }

      /* Content Container */
      .april-seller-page .container-inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
      }

      /* HEADER */
      .april-seller-page header {
        background: #ffffff;
        padding: 25px 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        width: 100%;
      }

      .april-seller-page .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
      }

      .april-seller-page .logo h1 {
        font-size: 26px;
        font-weight: 600;
        color: #1a1a1a;
        letter-spacing: -0.5px;
      }

      .april-seller-page .logo p {
        font-size: 13px;
        color: #666;
        font-weight: 400;
      }

      .april-seller-page .contact-info {
        text-align: right;
      }

      .april-seller-page .contact-info a {
        color: #1a1a1a;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        padding: 10px 24px;
        background: #f5f5f5;
        border-radius: 6px;
        transition: all 0.3s ease;
      }

      .april-seller-page .contact-info a:hover {
        background: #e5e5e5;
      }

      /* HERO SECTION */
      .april-seller-page .hero {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
          url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23333" width="1200" height="600"/></svg>') center/cover;
        color: white;
        padding: 120px 0;
        text-align: center;
      }

      .april-seller-page .hero h2 {
        font-size: 48px;
        margin-bottom: 20px;
        font-weight: 600;
        letter-spacing: -1px;
      }

      .april-seller-page .hero p {
        font-size: 20px;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        opacity: 0.95;
      }

      /* VALUATION SECTION */
      .april-seller-page .valuation-section {
        background: #fafafa;
        padding: 80px 0;
      }

      .april-seller-page .valuation-wrapper {
        background: white;
        border-radius: 12px;
        padding: 50px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
        max-width: 800px;
        margin: 0 auto;
        border: 1px solid #f0f0f0;
      }

      .april-seller-page .valuation-wrapper h3 {
        color: #1a1a1a;
        font-size: 36px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 600;
        letter-spacing: -0.5px;
      }

      .april-seller-page .valuation-wrapper p {
        text-align: center;
        margin-bottom: 35px;
        font-size: 17px;
        color: #666;
        font-weight: 300;
      }

      /* BENEFITS */
      .april-seller-page .benefits {
        background: white;
        padding: 80px 0;
      }

      .april-seller-page .benefits h3 {
        text-align: center;
        font-size: 40px;
        color: #1a1a1a;
        margin-bottom: 60px;
        font-weight: 600;
        letter-spacing: -0.5px;
      }

      .april-seller-page .benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
      }

      .april-seller-page .benefit-card {
        background: #fafafa;
        padding: 40px;
        border-radius: 8px;
        border: 1px solid #f0f0f0;
        transition: all 0.3s ease;
      }

      .april-seller-page .benefit-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        border-color: #e5e5e5;
      }

      .april-seller-page .benefit-icon {
        font-size: 36px;
        margin-bottom: 20px;
      }

      .april-seller-page .benefit-card h4 {
        color: #1a1a1a;
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 600;
      }

      .april-seller-page .benefit-card p {
        color: #666;
        line-height: 1.7;
        font-size: 15px;
        font-weight: 300;
      }

      /* PROCESS */
      .april-seller-page .process {
        padding: 80px 0;
        background: #fafafa;
      }

      .april-seller-page .process h3 {
        text-align: center;
        font-size: 40px;
        color: #1a1a1a;
        margin-bottom: 60px;
        font-weight: 600;
        letter-spacing: -0.5px;
      }

      .april-seller-page .process-steps {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 35px;
      }

      .april-seller-page .step {
        text-align: center;
        padding: 30px;
        background: white;
        border-radius: 8px;
        border: 1px solid #f0f0f0;
      }

      .april-seller-page .step-number {
        width: 50px;
        height: 50px;
        background: #1a1a1a;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 600;
        margin: 0 auto 20px;
      }

      .april-seller-page .step h4 {
        color: #1a1a1a;
        margin-bottom: 12px;
        font-size: 19px;
        font-weight: 600;
      }

      .april-seller-page .step p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
      }

      /* ABOUT */
      .april-seller-page .about {
        background: #1a1a1a;
        color: white;
        padding: 80px 0;
      }

      .april-seller-page .about-content {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
      }

      .april-seller-page .about h3 {
        font-size: 40px;
        margin-bottom: 30px;
        font-weight: 600;
        letter-spacing: -0.5px;
      }

      .april-seller-page .about p {
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 20px;
        font-weight: 300;
        opacity: 0.9;
      }

      /* CTA */
      .april-seller-page .cta-section {
        background: white;
        color: #1a1a1a;
        padding: 80px 0;
        text-align: center;
        border-top: 1px solid #f0f0f0;
      }

      .april-seller-page .cta-section h3 {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: 600;
        letter-spacing: -0.5px;
      }

      .april-seller-page .cta-section p {
        font-size: 18px;
        margin-bottom: 35px;
        color: #666;
        font-weight: 300;
      }

      .april-seller-page .cta-button {
        display: inline-block;
        background: #1a1a1a;
        color: white;
        padding: 16px 45px;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.3s ease;
      }

      .april-seller-page .cta-button:hover {
        background: #333;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      }

      @media (max-width: 768px) {
        .april-seller-page .header-content {
          text-align: center;
          flex-direction: column;
          gap: 15px;
        }

        .april-seller-page .contact-info {
          text-align: center;
          margin-top: 15px;
        }

        .april-seller-page .hero h2 {
          font-size: 32px;
        }

        .april-seller-page .hero p {
          font-size: 18px;
        }

        .april-seller-page .valuation-wrapper {
          padding: 20px;
        }
      }
    </style>
</style>
