.rental-page {
  --rental-deep: #052f26;
  --rental-green: #07543f;
  --rental-green-2: #0a6a4e;
  --rental-gold: #e2a719;
  --rental-cream: #f6f1e6;
  --rental-paper: #fffdf8;
  background:
    radial-gradient(circle at 92% 3%, rgba(226, 167, 25, 0.1), transparent 30rem),
    linear-gradient(180deg, #f8f5ed, #f2f5ef 760px, #f7f8f5);
}

.rental-page .site-header::before {
  background: linear-gradient(90deg, var(--rental-green) 0 73%, var(--rental-gold) 73% 100%);
}

.rental-page .brand strong {
  color: var(--rental-deep);
}

.rental-page .brand small {
  color: #9b6d00;
  font-weight: 800;
}

.rental-main {
  width: min(1240px, calc(100% - 32px));
}

.rental-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  min-height: 760px;
  padding: 62px 0 48px;
}

.rental-hero > * {
  min-width: 0;
}

.rental-hero::before {
  content: "";
  position: absolute;
  top: 36px;
  left: -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(7, 84, 63, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(7, 84, 63, 0.025), 0 0 0 86px rgba(226, 167, 25, 0.025);
  pointer-events: none;
}

.rental-hero-copy {
  position: relative;
  z-index: 1;
}

.rental-release-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin-bottom: 24px;
  padding: 0 13px;
  border: 1px solid rgba(226, 167, 25, 0.55);
  border-radius: 999px;
  background: #fff7db;
  color: #725000;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rental-release-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rental-gold);
  box-shadow: 0 0 0 5px rgba(226, 167, 25, 0.15);
}

.rental-hero h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: var(--rental-deep);
  font-size: clamp(3rem, 5.2vw, 4.85rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.rental-hero .lead {
  max-width: 640px;
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
}

.rental-hero-actions {
  margin-top: 28px;
}

.rental-page .button.primary {
  border-color: var(--rental-green);
  background: var(--rental-green);
}

.rental-page .button.primary:hover,
.rental-page .button.primary:focus-visible {
  background: var(--rental-green-2);
}

.rental-boundary-note {
  display: grid;
  gap: 5px;
  max-width: 640px;
  margin-top: 24px;
  padding: 14px 16px;
  border-left: 4px solid var(--rental-gold);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.rental-boundary-note strong {
  color: var(--rental-deep);
}

.rental-hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(5, 47, 38, 0.22);
  border-radius: 18px;
  background: var(--rental-paper);
  box-shadow: 0 32px 85px rgba(5, 47, 38, 0.2);
  transform: perspective(1800px) rotateY(-3deg) rotateX(1deg);
  transform-origin: center left;
  min-width: 0;
  width: 100%;
}

.rental-hero-visual::after {
  content: "";
  position: absolute;
  inset: 45px 0 auto;
  height: 22%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
  pointer-events: none;
}

.rental-visual-topbar {
  min-height: 45px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.8);
  background: var(--rental-deep);
  font-size: 0.66rem;
}

.rental-visual-topbar > span {
  display: flex;
  gap: 5px;
}

.rental-visual-topbar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.rental-visual-topbar b {
  font-weight: 700;
}

.rental-visual-topbar em {
  justify-self: end;
  color: #f2bf3a;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.rental-hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto !important;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
}

.rental-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin: 0 0 66px;
  border: 1px solid rgba(5, 47, 38, 0.18);
  border-radius: 12px;
  background: var(--rental-deep);
  box-shadow: 0 18px 45px rgba(5, 47, 38, 0.11);
}

.rental-proof-strip > span {
  display: grid;
  gap: 4px;
  min-height: 86px;
  align-content: center;
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.rental-proof-strip > span:last-child {
  border-right: 0;
}

.rental-proof-strip strong {
  color: #fff;
  font-size: 0.95rem;
}

.rental-proof-strip small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.rental-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 28px;
}

.rental-section-heading h2,
.rental-features-section h2,
.rental-workflow-section h2,
.rental-faq-section h2,
.rental-final-cta h2 {
  color: var(--rental-deep);
}

.rental-section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.rental-preview-section {
  padding-top: 46px;
}

.rental-dashboard-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(5, 47, 38, 0.2);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 26px 72px rgba(5, 47, 38, 0.14);
}

.rental-dashboard-frame img {
  display: block;
  width: 100%;
}

.rental-dashboard-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fbfaf6;
  font-size: 0.76rem;
}

.rental-dashboard-frame figcaption span {
  color: var(--rental-green);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rental-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.rental-feature-grid article {
  position: relative;
  min-height: 235px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(5, 47, 38, 0.055);
}

.rental-feature-grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -48px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(7, 84, 63, 0.09);
  border-radius: 50%;
}

.rental-feature-number {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 30px;
  margin-bottom: 22px;
  color: var(--rental-green);
  border: 1px solid rgba(7, 84, 63, 0.18);
  border-radius: 6px;
  background: #edf6f1;
  font-size: 0.7rem;
  font-weight: 900;
}

.rental-feature-grid h3 {
  color: var(--rental-deep);
}

.rental-feature-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.rental-feature-grid .rental-photo-feature {
  border-color: rgba(226, 167, 25, 0.56);
  background: linear-gradient(145deg, #fffdf8, #fff8df);
}

.rental-photo-feature .rental-feature-number {
  color: #664700;
  border-color: rgba(226, 167, 25, 0.42);
  background: #f8d979;
}

.rental-photo-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.rental-photo-tags li {
  padding: 5px 8px;
  border: 1px solid rgba(7, 84, 63, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--rental-green);
  font-size: 0.65rem;
  font-weight: 800;
}

.rental-feature-grid .rental-command-center-feature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: 280px;
  padding: clamp(30px, 5vw, 54px);
  color: #fff;
  border-color: rgba(226, 167, 25, 0.42);
  background:
    radial-gradient(circle at 5% 0%, rgba(226, 167, 25, 0.17), transparent 21rem),
    linear-gradient(135deg, var(--rental-deep), #064b3a);
}

.rental-command-center-feature::after {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.rental-command-copy {
  position: relative;
  z-index: 1;
}

.rental-command-copy .rental-feature-number {
  color: #473000;
  border-color: rgba(255, 255, 255, 0.3);
  background: var(--rental-gold);
}

.rental-command-copy .eyebrow {
  margin-bottom: 7px;
  color: #f2cf69;
}

.rental-feature-grid .rental-command-copy h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.rental-feature-grid .rental-command-copy > p:last-child {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.rental-location-panel {
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.rental-location-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.rental-location-panel-head span {
  color: #f2cf69;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-location-panel ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.rental-location-panel li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.77rem;
}

.rental-location-panel li > span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-weight: 800;
}

.rental-location-panel li i {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #59c591;
  box-shadow: 0 0 0 4px rgba(89, 197, 145, 0.12);
}

.rental-location-panel li b {
  color: #fff;
  white-space: nowrap;
}

.rental-location-panel li small {
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.rental-workflow-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(480px, 1.25fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
  margin-top: 42px;
  padding: clamp(34px, 5vw, 62px);
  color: #fff;
  border: 1px solid rgba(226, 167, 25, 0.35);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(226, 167, 25, 0.14), transparent 20rem),
    linear-gradient(135deg, var(--rental-deep), #063b2f 68%, #074936);
  box-shadow: 0 26px 66px rgba(5, 47, 38, 0.18);
}

.rental-workflow-section h2 {
  color: #fff;
}

.rental-workflow-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.rental-workflow-section .eyebrow {
  color: #f2bf3a;
}

.rental-workflow-section .button {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.rental-workflow-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rental-workflow-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
}

.rental-workflow-list li > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--rental-deep);
  border-radius: 50%;
  background: var(--rental-gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.rental-workflow-list strong {
  color: #fff;
}

.rental-workflow-list p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  line-height: 1.45;
}

.rental-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.rental-faq-grid article {
  padding: 22px;
  border-left: 4px solid var(--rental-green);
  background: rgba(255, 255, 255, 0.74);
}

.rental-faq-grid h3 {
  color: var(--rental-deep);
  font-size: 1rem;
}

.rental-faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.rental-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin: 54px 0 70px;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(226, 167, 25, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 222, 0.92)),
    var(--rental-paper);
  box-shadow: 0 18px 48px rgba(5, 47, 38, 0.08);
}

.rental-final-cta h2 {
  max-width: 780px;
  margin-bottom: 10px;
}

.rental-final-cta p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.rental-final-actions {
  display: grid;
  gap: 9px;
}

.rental-final-actions .button {
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .rental-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rental-hero-copy {
    max-width: 800px;
  }

  .rental-hero-visual {
    transform: none;
  }

  .rental-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-feature-grid .rental-command-center-feature {
    grid-template-columns: 1fr;
  }

  .rental-workflow-section {
    grid-template-columns: 1fr;
  }

  .rental-final-cta {
    grid-template-columns: 1fr;
  }

  .rental-final-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rental-main {
    width: min(100% - 22px, 1240px);
  }

  .rental-hero {
    padding-top: 40px;
  }

  .rental-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .rental-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-proof-strip > span:nth-child(2) {
    border-right: 0;
  }

  .rental-proof-strip > span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .rental-section-heading,
  .rental-feature-grid,
  .rental-faq-grid {
    grid-template-columns: 1fr;
  }

  .rental-location-panel li {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .rental-location-panel li small {
    display: none;
  }

  .rental-section-heading {
    align-items: start;
    gap: 8px;
  }

  .rental-dashboard-frame figcaption {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 520px) {
  .rental-visual-topbar {
    grid-template-columns: 1fr auto;
  }

  .rental-visual-topbar b {
    display: none;
  }

  .rental-proof-strip {
    grid-template-columns: 1fr;
  }

  .rental-proof-strip > span {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .rental-proof-strip > span:last-child {
    border-bottom: 0;
  }

  .rental-final-actions {
    grid-template-columns: 1fr;
  }

  .rental-hero-actions .button,
  .rental-final-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rental-page *,
  .rental-page *::before,
  .rental-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
