<style>
  /* Scoped to this page only */
  #rental-policy {
    font-family: inherit;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px;
  }
  #rental-policy h1, 
  #rental-policy h2 {
    margin: 0 0 12px 0;
  }
  #rental-policy h1 { font-size: 2rem; }
  #rental-policy h2 { font-size: 1.2rem; letter-spacing: .2px; margin-top: 20px; }
  #rental-policy .muted { color: #666; }
  #rental-policy a { color: #800020; text-decoration: none; font-weight: 600; transition: all .2s ease; }
  #rental-policy a:hover { text-decoration: underline; font-weight: 700; }
  #rental-policy .btn {
    display: inline-block;
    background: #800020; 
    color: #fff !important; 
    padding: 10px 16px; 
    border-radius: 8px; 
    text-decoration: none; 
    font-weight: 700;
    margin: 8px 0 16px 0;
  }
  #rental-policy .btn:hover { opacity: .9; text-decoration: none; }
  #rental-policy .card {
    border: 1px solid #eee; 
    border-radius: 12px; 
    padding: 16px; 
    margin: 14px 0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
  }
  #rental-policy ul { margin: 8px 0 0 20px; }
  #rental-policy .grid { display: grid; gap: 14px; }
  @media (min-width: 800px) {
    #rental-policy .grid.two { grid-template-columns: 1fr 1fr; }
    #rental-policy .grid.three { grid-template-columns: 1fr 1fr 1fr; }
  }
  #rental-policy .disclaimer { font-size: .9rem; color: #666; }
  #rental-policy .small { font-size: .95rem; }
  #rental-policy .fee-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem;
  }
  #rental-policy .fee-table th, 
  #rental-policy .fee-table td {
    border: 1px solid #eee; 
    padding: 10px; 
    text-align: left;
  }
  #rental-policy .fee-table th { background: #fafafa; }
</style>

<section id="rental-policy">
  <h1>Rental Policy</h1>
  <p class="muted">Please review these highlights before booking. For full terms, download the PDF below.</p>

  <!-- PDF BUTTON — replace the href with your uploaded PDF URL -->
  <p>
    <a class="btn" href="[PASTE_PDF_URL]" target="_blank" rel="noopener">
      View Full Terms & Conditions (PDF)
    </a>
  </p>

  <div class="grid two">
    <div class="card">
      <h2>Insurance (Required)</h2>
      <ul>
        <li>Renter must obtain insurance covering loss, theft, accidental damage, fire, water, vandalism, and liability during the rental period.</li>
        <li>Provide Certificate of Insurance (COI) listing <em>[Your Company Name]</em> as <strong>Loss Payee</strong> and <strong>Additional Insured</strong> when required.</li>
        <li>Coverage must equal or exceed the full replacement value of rented items.</li>
      </ul>
    </div>

    <div class="card">
      <h2>Deposits & Payment</h2>
      <ul>
        <li>Refundable security deposit required; due prior to pickup/delivery.</li>
        <li>Rental fees + deposit must be paid in full before release of equipment.</li>
        <li>Deposits are returned after check-in and inspection, minus any deductions.</li>
      </ul>
    </div>

    <div class="card">
      <h2>Pickup, Delivery & Setup</h2>
      <ul>
        <li>Delivery/setup available for a fee; schedule in advance.</li>
        <li>Authorized adult with ID must be present to sign at delivery/pickup.</li>
        <li>Renter is responsible for site readiness: power, access, weather protection, and security.</li>
      </ul>
    </div>

    <div class="card">
      <h2>Responsibility & Care</h2>
      <ul>
        <li>Responsibility transfers to renter when equipment leaves our possession and ends upon return check-in.</li>
        <li>Use gear only as intended, by qualified personnel. No alterations or subleasing.</li>
        <li>Report issues immediately; do not attempt unauthorized repairs.</li>
      </ul>
    </div>

    <div class="card">
      <h2>Damages, Loss & Replacement</h2>
      <ul>
        <li>Renter pays for repairs or full replacement of lost/stolen/destroyed items.</li>
        <li>Missing parts, cables, or cases are billable at replacement cost.</li>
        <li>Cleaning fees may apply for excessive dirt, smoke, liquids, or adhesive residue.</li>
      </ul>
    </div>

    <div class="card">
      <h2>Returns & Late Fees</h2>
      <ul>
        <li>Return by agreed date/time in the same condition (normal wear excepted).</li>
        <li>Late returns are charged at the standard daily rate per day (or portion) late.</li>
        <li>Loss-of-use charges may apply if late return impacts another booking.</li>
      </ul>
    </div>
  </div>

  <div class="card">
    <h2>Cancellations & Changes</h2>
    <ul>
      <li><strong>More than [X] days out:</strong> refund minus processing fee.</li>
      <li><strong>Within [X] days:</strong> partial or no refund, at our discretion.</li>
      <li>Reschedules subject to availability and potential price differences.</li>
    </ul>
  </div>

  <div class="card">
    <h2>Outdoor, Power & Weather</h2>
    <ul>
      <li>Outdoor use requires proper weather protection (tents, covers, raised platforms).</li>
      <li>Keep electronics away from liquids; use dedicated, stable power and proper cabling.</li>
      <li>We may refuse setup or power-on if conditions are unsafe. Safety decisions are final.</li>
    </ul>
  </div>

  <div class="card">
    <h2>ID Verification & Security</h2>
    <ul>
      <li>Valid government ID required. Additional verification may be required for high-value rentals.</li>
      <li>Renter must ensure equipment is secured at all times (on-site supervision, locked rooms/cases, etc.).</li>
    </ul>
  </div>

  <div class="card">
    <h2>Typical Fees</h2>
    <table class="fee-table">
      <thead>
        <tr><th>Fee</th><th>Typical Amount (Edit as needed)</th></tr>
      </thead>
      <tbody>
        <tr><td>Security Deposit</td><td>[e.g., 25–50% of rental or fixed $ amount]</td></tr>
        <tr><td>Late Return</td><td>Daily rate per day (or portion) late</td></tr>
        <tr><td>Cleaning</td><td>[e.g., $35–$150+] depending on severity</td></tr>
        <tr><td>Missing/Destroyed Item</td><td>Full replacement cost</td></tr>
        <tr><td>Damage (Repairable)</td><td>Actual repair cost + parts</td></tr>
        <tr><td>Delivery/Setup</td><td>Quoted by distance, time, crew, and complexity</td></tr>
      </tbody>
    </table>
    <p class="small muted">All fees subject to change until booked and confirmed.</p>
  </div>

  <p class="disclaimer">
    <strong>Disclaimer:</strong> This page summarizes key rental policies. It does not replace our full Terms & Conditions. 
    By booking, you acknowledge responsibility for obtaining insurance and agree to the full Terms.
  </p>

  <p>
    <a class="btn" href="[PASTE_PDF_URL]" target="_blank" rel="noopener">Download Full Terms (PDF)</a>
  </p>

  <p class="small muted">
    Questions? Contact <a href="mailto:[your-email]">[your-email]</a> • <a href="tel:[your-phone]">[your-phone]</a><br>
    Last updated: <em>[Month Day, Year]</em>
  </p>
</section>
