    html, body { height: 100%; margin: 0; }
    body {
      font-family: system-ui, Arial, sans-serif;
      /* Background image */
      background:
        linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
        url("bg.jpg") center / cover no-repeat fixed;
      color: #fff;
    }

    .page {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 28px 14px;
      box-sizing: border-box;
      gap: 14px;
    }

    .hero {
      max-width: 980px;
      width: 100%;
      text-align: center;
      padding: 14px 16px;
    }

    .hero h1 {
      margin: 0 0 8px 0;
      font-size: 28px;
      letter-spacing: .04em;
      text-transform: uppercase;
    }

    .hero p {
      margin: 0;
      opacity: .92;
      font-size: 16px;
      line-height: 1.35;
    }

    /* The “card” that contains the Casper iframe */
    .card {
      max-width: 980px;
      width: 100%;
      background: rgba(255,255,255,.92);
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 12px 35px rgba(0,0,0,.35);
    }

    /* Height of the kiosk area */
    .kiosk {
      height: min(78vh, 900px);
      min-height: 620px;
    }

    /* Casper container must fill the kiosk height */
    #casperRentalsDisplayc1bFgcIJm163EH9s { height: 100%; }

    /* The iframe is created by CasperLet’s script; force it to fill */
    #casperRentalsDisplayc1bFgcIJm163EH9s iframe {
      width: 100% !important;
      height: 100% !important;
      min-height: 100% !important;
      border: 0 !important;
      display: block;
      background: #fff;
    }

    .footer {
      max-width: 980px;
      width: 100%;
      text-align: center;
      font-size: 13px;
      opacity: .8;
      padding-bottom: 6px;
    }

    /* Mobile adjustments */
    @media (max-width: 520px) {
      .hero h1 { font-size: 22px; }
      .kiosk { height: 75vh; min-height: 560px; }
    }
	
iframe[src*="casperpanel.com"] {
  width: 100% !important;
  height: 650px !important;
}	

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.site-title a {
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: inherit;
  opacity: 0.85;
}

.site-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    gap: 12px 16px;
  }
}

.special-link  {
    color: rgb(65, 216, 65);
}

.special-link:visited {
    color: rgb(2, 95, 2);
}

.special-link2  {
    color: rgb(233, 235, 233);
}

.special-link2:visited {
    color: rgb(194, 234, 194);
}

.sale-link  {
    color: rgb(255, 255, 255);
    font-variant: small-caps;
}

.sale-inline-header
{
    color: rgb(193, 131, 8);font-weight: bold;font-variant: small-caps;font-size: clamp(1.5rem, 1rem + 1vw, 2.0rem);
}

.indented-text
{
    display: inline-block;
    margin-left: 1.5em;  
}
.sale-link:visited {
    color: rgb(235, 242, 235);

}
.el-highlight-text {
            color: rgb(159, 85, 159);
            font-weight: bold;
        }

.offset-section {
    text-align: center;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 1.5em 0;
    margin: 2em 0;
}

.offset-section p {
    margin: 0.5em 0;
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

.check-list li::before {
    content: "✅";
    position: absolute;
    left: 0;
    color: green;
    font-weight: bold;
}
.arrow-list {
    list-style: none;
    padding-left: 0;
}

.arrow-list li {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

.arrow-list li::before {
    content: "»";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-image {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}

.page-image-sm {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}